Hexadecimal
I can explain how numbers are represented in hexadecimal and why it is useful in computer science.
Hexadecimal
I can explain how numbers are represented in hexadecimal and why it is useful in computer science.
These resources will be removed by end of Summer Term 2025.
Lesson details
Key learning points
- Hexadecimal is often used by humans instead of binary because it is easier to read and interpret and uses fewer digits.
- Hexadecimal is a base-16 number system.
- The digits used for hexadecimal are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F.
Keywords
Hexadecimal - a base-16 number system that uses the digits 0-9 and the letters A, B, C, D, E and F
Base-16 - a number system that uses 16 digits
Common misconception
Hexadecimal numbers are used to take up less memory on the computer.
Computers still only process and store binary data. Hexadecimal is used by humans to help them process long binary sequences more easily but the underlying number of bits is still the same.
Equipment
Licence
Starter quiz
6 Questions
Exit quiz
6 Questions
a base-16 numbering system that uses the values 0 to 9 and A to F
a base-2 numbering system that uses the digits 0 and 1
a base-10 numbering system that uses the digits 0 to 9