| Homework 1DetailsFor each problem make sure you clearly and neatly show all of your work!
Each problem is worth 5 points.
- Convert the decimal number 123 to unsigned 8-bit binary.
- Convert the decimal number 1234 to unsigned 16-bit binary.
- What is the fewest number of bits needed to store 1234 in unsigned binary? Explain your answer.
- What is the decimal representation of the unsigned binary number 11100100110001?
- Determine the ASCII representation of "8675309". Make sure you specify which encoding you are using (e.g. decimal, hexadecimal, or binary being the most likely).
- You are a private investigator that is spying on a friend of a client
to see if the friend is stealing from your client.
You able to read a small amount of data from the friend's computer.
The data comes to you in bits.
The bits are 11000001000110010001111100100011.
What do these bits reveal about the friend?
Are they useful in helping you determine anything about whether or not
your client's friend is stealing from them? Explain.
|