Hexadecimal Numbers
Counting
Count from zero to sixteen in hexadecimal.
Do NOT use a lookup table or
calculator to determine answers.
When finished, use a hexadecimal
calculator to check answers.
| Decimal | Hexadecimal |
| 0 | 0 |
| 1 | ? |
| 2 | ? |
| 3 | ? |
| 4 | ? |
| 5 | ? |
| 6 | ? |
| 7 | ? |
| 8 | ? |
| 9 | ? |
| 10 | ? |
| 11 | ? |
| 12 | ? |
| 13 | ? |
| 14 | ? |
| 15 | ? |
| 16 | ? |
Column Values
Write both the exponent and actual decimal value (e.g., 160 = 1)
for the first eight columns of hexadecimal.
Do NOT use a lookup table or
calculator to determine answers.
When finished, use a hexadecimal
calculator to check answers.
| Position | 8th | 7th | 6th | 5th | 4th | 3rd | 2nd | 1st |
| Power | ? | ? | ? | ? | ? | ? | ? | 160 |
| Value | ? | ? | ? | ? | ? | ? | ? | 1 |
Converting from Hexadecimal to Decimal
Convert the following hexadecimal numbers to decimal.
Do NOT use a lookup
table or calculator to determine answers.
When finished, use a
hexadecimal calculator to check answers.
| Hexadecimal | Decimal |
| A | ? |
| 10 | ? |
| 1B | ? |
| 23 | ? |
| FF | ? |
| 12F | ? |
| 11AB | ? |
| AA00 | ? |
Converting from Hexadecimal to Binary
Convert the following hexadecimal numbers to binary.
Do NOT use a lookup
table or calculator to determine answers.
When finished, use a
hexadecimal calculator to check answers.
| Hexadecimal | Binary |
| 3 | ? |
| B | ? |
| B3 | ? |
| AA | ? |
| FF | ? |
| 1234 | ? |
| ABCD | ? |
| FFFF | ? |
Converting from Binary to Hexadecimal
Convert the following binary numbers to hexadecimal.
Do NOT use a lookup
table or calculator to determine answers.
When finished, use a
hexadecimal calculator to check answers.
| Binary | Hexadecimal |
| 010 | ? |
| 111 | ? |
| 1101 | ? |
| 101111 | ? |
| 1011010 | ? |
| 10010110 | ? |
| 11111111 | ? |
| 1000100000000001 | ? |
| 1010101010101010 | ? |