Data Representation · 4 question types
Past paper frequency (2018 to 2024)
This topic accounts for approximately 12% of your exam marks.
Binary/hex conversion and binary arithmetic appear in every Paper 1. Consistently 8 to 15 marks.
Inside every computer, every piece of information is stored and processed as patterns of ones and zeros. The reason is physical: a computer's circuits are built from millions of tiny switches called logic gates, and each switch has only two stable states, on or off. The two binary digits 1 and 0 map directly onto those two states: 1 represents "on" and 0 represents "off".
This two-state design is what makes computers fast and reliable. A circuit only has to distinguish between "voltage present" and "no voltage", which is easy to do millions of times per second without errors. A system with more states (say, ten different voltage levels for the ten denary digits) would be slower, more expensive, and more prone to errors.
Every other kind of data is just a clever way of encoding it as binary:
Mark-scheme phrase to remember: computers process data using logic gates that can only have two states (1 and 0).