Skip to content
Educator
GCSE Computer Science

Fundamentals of Data Representation

152 questions14 subtopicsAQAOCREdexcelEduqas
Practise all 152 questions free →

What's covered

Converting Between Binary, Decimal and Hexadecimal18
Image File Size Calculations18
Binary Addition14
Image Representation — Pixels, Resolution, Colour Depth12
Binary Shifts — Logical Left and Right10
Character Encoding — ASCII (7-bit)10
Huffman Coding10
Number Bases — Decimal, Binary, Hexadecimal10
Run Length Encoding (RLE)10
Sound Representation — Sampling Rate and Resolution10
Units of Information — Bit, Byte, Decimal Prefixes9
Character Encoding — Unicode7
Data Compression — Need and Benefits7
Why Hexadecimal is Used in Computing7

Key facts

1

Binary Addition

0011 + 0011 = 0110 (3 + 3 = 6).

2

Binary Shifts — Logical Left and Right

A logical left shift by 1 multiplies an unsigned binary number by 2.

3

Character Encoding — ASCII (7-bit)

The ASCII code for the digit '0' is decimal 48; '1' is 49; '9' is 57.

4

Character Encoding — Unicode

Modern Unicode can represent over one million code points (1,114,111 in total; ~150,000 currently assigned).

5

Converting Between Binary, Decimal and Hexadecimal

Binary 1010 = 8 + 0 + 2 + 0 = 10 in decimal.

6

Data Compression — Need and Benefits

The two compression methods named on the AQA spec are Huffman coding and run-length encoding (RLE).

7

Huffman Coding

Each branch from a Huffman tree node represents a binary digit (typically 0 = left, 1 = right).

8

Image File Size Calculations

A 1000 × 1000 image at 8-bit colour = 8 × 10⁶ bits ÷ 8 = 1 × 10⁶ bytes ≈ 1 MB (AQA decimal megabyte = 10⁶ bytes).

9

Image Representation — Pixels, Resolution, Colour Depth

1-bit colour depth allows 2¹ = 2 colours per pixel (typically black and white).

10

Number Bases — Decimal, Binary, Hexadecimal

Binary uses 2 digits — only 0 and 1.

Sample questions

A taste of the 152 questions in this topic, answers marked. Sign up to practise the full set with spaced repetition.

1Binary Addition

What does 1 + 1 equal in binary?

  • ✓10
  • •100
  • •11
  • •2
2Binary Shifts — Logical Left and Right

What is 0011 shifted left by 1?

  • •0001 (one in decimal)
  • •0011 (three unchanged)
  • ✓0110 (six in decimal)
  • •1100 (twelve in decimal)
3Character Encoding — ASCII (7-bit)

How many characters can 7-bit ASCII represent?

  • ✓128 (2 to the 7)
  • •256 (2 to the 8)
  • •512 (2 to the 9)
  • •64 (2 to the 6)
4Character Encoding — Unicode

What was the main reason Unicode was developed?

  • •To allow computers to process images alongside text
  • •To reduce the file size of text documents
  • •To replace binary with a more efficient encoding
  • ✓To support more languages worldwide
5Converting Between Binary, Decimal and Hexadecimal

What is binary 00001111 in decimal?

  • •Eight (only the leftmost bit)
  • ✓Fifteen (the value of nibble F)
  • •Four (only middle bits set)
  • •Thirty (double the actual value)
6Data Compression — Need and Benefits

Why is data compression useful?

  • •Files become easier to read by humans
  • •Files become more secure from attackers
  • •Files run faster on slower CPUs only
  • ✓Files take less storage and bandwidth

Try it for four weeks. Free.

One school. Unlimited classes. No card limit. No teacher limit. If your students aren't practising daily by the end of the trial, you owe us nothing.

More GCSE Computer Science topics

📖 All GCSE Computer Science key terms & vocabulary →