Data Representation · 3 question types
Past paper frequency (2018 to 2024)
This topic accounts for approximately 5% of your exam marks.
ASCII/Unicode, sound sampling and pixel/colour depth appear regularly as 2 to 4 mark questions.
Every computer stores text as patterns of binary digits. A character set is the agreed table that maps each character (a letter, a digit, a punctuation mark, an emoji) to a unique binary code. Without a shared character set, a binary value like 01000001 might be interpreted as the letter A on one machine and as a different symbol on another.
A few key ideas about character sets:
The two character sets you must know for the exam are ASCII and Unicode.