Last updated 24 days ago
First figure out the binary for each character using the chart on .
Keep each byte (8 bits) separated by a space. For instance, "homework" would be:
01101000 01101111 01101101 01100101 01110111 01101111 01110010 01101011
How many bits is your name?
How many bytes is your name?
Relate cause and effect.
Make the relationships between things evident.
Provide why and/or how.
More Thinking: If 10 is 00001010 in an 8-bit system, what would -10 be in an 8-bit system using two's complement?
The table on the previous page is missing some numbers, but you can look at the logic to work it out.
Look back at question 4 and how you worked it out. Consider the logic of the table on the previous page - how do you count upwards one by one?