Common Computer Science References
At the end of this lesson, you will be able to:
understand how to convert binary to hexadecimal
remember, Binary Numbers place values are:
128, 64, 32, 16, 8, 4, 2 ,1
there are too many digits!
the hexadecimal number system has 16 different digits:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
therefore a binary nibble (4 digits) can be represented by 1 hexadecimal digit
a huge reduction in digits!
an 8-bit binary number is now represented by 2 hexadecimal digits
nil
complete the attached worksheet