8/7/24 – Introduction to Hexadecimal

Summary: Today we learned about the hexadecimal system.

  • Hexadecimal – A base 16 number system. Common among computer scientists because it is easy to convert to/from Binary. The sixteen symbols are 0123456789ABCDEF, and we typical write them as hex pairs (eg: 5G A7 BB)

Homework: Fill in the blanks of this table