Year 10 - Computing
Hexadecimal number conversions
Representation of numbers
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 10 - Computing
Representation of numbers
In this unit pupils will be reminded of how the base-10 number system works before being introduced to the base-2 number system. They will perform conversions between binary and decimal and recognise the rules of binary addition and subtraction. They will be introduced to hexadecimal and its uses.
You will learn to convert decimal numbers to and from hexadecimal numbers.
Hexadecimal is a base-16 number system. Binary numbers can be converted to and from hexadecimal.
a base-16 number system that uses the digits 0 to 9 and the letters A, B, C, D, E and F. Add one real device or system example to prove understanding.
Mistake: You have to convert an 8 bit binary number in one go. Correction: As a hexadecimal digit can be represented by 4 binary digits, it is useful to convert binary numbers in nibbles (4-bits at a time). This way each digit can be converted separately and then recombined for the final value.
Browse all guides in the Year 10 Computing guide library.