- A Base 16 number system
- There are 16 symbols that represent quantities:
- 0 -9 and A = 10 , B = 11 , C = 12 , D = 13, E = 14 , F = 15
- Each place value in a hexadecimal number is a power of 16
- 163, 162, 161, 160
Conversion from decimal to hexadecimal
Conversion from binary to hexadecimal
- Starting with the LEAST SIGNIFICANT digit, mark off the digits in groups of 4
- Convert each group of four digits to its hexadecimal number
- Ex: Convert 111001112 to Hexadecimal
0000 1110 01112
0 D 7
- 111001112=D716
No comments:
Post a Comment