Year 10 - Computing
Binary shifts
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 perform binary shifts to multiply and divide binary numbers, but recognise the errors this may introduce.
Binary shifting is shifting the bits to the left or to the right. If you shift to the left, you multiply the number by a power of 2.
when binary digits are moved left or right, multiplying or dividing them by powers of 2. Add one real device or system example to prove understanding.
Mistake: When performing binary multiplication any result can be stored, regardless of how many binary digits are needed. Correction: The size of a binary number that can be stored is allocated in memory. Sometimes the result of a binary shift may result in a larger binary number that can be stored in the number of bits available.
Browse all guides in the Year 10 Computing guide library.