Sure! Below is a filled-out version of the template you provided, along with the entries in binary format:
STUDENT ANSWER DOCUMENT
Student Name
[Your Name]
Binary Translation
[Your Name in Binary]
Hobby 1
Reading
Hobby 1 Binary Translation
01010010 01100101 01100001 01100100 01101001 01101110 01100111
Hobby 2
Cycling
Hobby 2 Binary Translation
01000011 01111001 01100011 01101100 01101001 01101110 01100111
Hobby 3
Painting
Hobby 3 Binary Translation
01010000 01100001 01101001 01101110 01110100 01101001 01101110 01100111
One Sentence Message/Code
HELLO FRIEND
One Sentence Message in Binary
01001000 01000101 01001100 01001100 01001111 00100000 01000110 01010010 01001001 01000101 01001110 01000100
Was your friend/partner able to crack your code?
Yes, they were able to crack my code.
Instructions for Binary Conversion:
- Convert each character of your name and hobbies into their corresponding ASCII values.
- Convert those ASCII values to binary.
- For spaces, use "00100000".
Example for Your Name:
- For "Your Name":
- Y = 89 → 01011001
- o = 111 → 01101111
- u = 117 → 01110101
- r = 114 → 01110010
- (space) = 32 → 00100000
- N = 78 → 01001110
- a = 97 → 01100001
- m = 109 → 01101101
- e = 101 → 01100101
Combine them together for the binary representation.
Submission:
Don't forget to save this document as a PDF before submitting it to the dropbox, as per your assignment's requirements. Good luck!