To Activities
ISP 121 -- Activity A10
Binary and Hex Number Systems
Submit: A Word file with your answers. The usual name convention
(Smith-Jones.doc). Work in groups of two or three.
- Convert the following unsigned binary numbers to hex.
- 01110111
- 11101001
- 10000001
- 01010111
- Convert the following hex numbers to binary.
- 14
- FF18
- 23AA
- 10B
- Translate the following binary ASCII message into characters:
- 01010000 01001001 01011010 01011010 01000001 00110100 01010101
- Convert the 8-bit signed binary numbers to decimal.
- 00010111
- 11101001
- 10000001
- 01010101
- Convert from decimal to 8-bit signed binary.
- 56
- -56
- 64
- -97
-
- What is the maximum value that you can express using 6 bits?
- How many values can you express using 9 bits?