Skip to main content
EnglandComputer ScienceSyllabus dot point

How is the amount of data measured, and why is binary used?

Why data must be represented in binary, the units of information (bit, nibble, byte, kB, MB, GB, TB, PB) and how to convert between them.

An OCR J277 1.2.3 answer on why computers use binary, the units of information from bit and nibble up to petabyte, and how to convert between units of data capacity.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Why binary is used
  3. The units of information
  4. Converting between units
  5. Larger conversions
  6. Try this

What this dot point is asking

OCR wants you to explain why data inside a computer is stored in binary, to know the units of information in order (bit, nibble, byte, then the larger units), and to convert between units, including in file-size and capacity problems. The conversions appear in calculation questions, so the method must be automatic.

Why binary is used

The units of information

The order to memorise, smallest to largest, is: bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte. Note that 88 bits make 11 byte, and 22 nibbles make 11 byte.

Converting between units

Larger conversions

The same rule scales to any unit. To turn 2 GB into megabytes, multiply by 1000 (going down a unit): 2×1000=20002 \times 1000 = 2000 MB. To turn 6000 MB into gigabytes, divide by 1000 (going up a unit): 6000÷1000=66000 \div 1000 = 6 GB. Capacity questions often combine a conversion with a division, for example "how many 5 MB photos fit on a 2 GB card": convert the card to MB (2×1000=20002 \times 1000 = 2000 MB) then divide by the file size (2000÷5=4002000 \div 5 = 400 photos). Show each step so a marker can follow your working even if one arithmetic slip occurs.

Try this

Q1. State how many bits are in a byte and how many in a nibble. [2 marks]

  • Cue. A byte is 8 bits; a nibble is 4 bits.

Q2. Convert 8000 bytes to kilobytes (use 1 kB = 1000 bytes). [1 mark]

  • Cue. 8000÷1000=88000 \div 1000 = 8 kB.

Q3. How many 4 MB songs could be stored on a 2 GB memory card (use 1 GB = 1000 MB)? [2 marks]

  • Cue. 2×1000=20002 \times 1000 = 2000 MB, then 2000÷4=5002000 \div 4 = 500 songs.

Exam-style practice questions

Practice questions written in the style of OCR exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

OCR 20203 marksState how many bits are in a nibble and how many bits are in a byte, and explain why data is represented in binary inside a computer.
Show worked answer →

A nibble is 4 bits. A byte is 8 bits. (One mark each.)

Data is represented in binary because the components inside a computer (such as transistors and switches) have two reliable states, on and off, which can represent the two binary digits 1 and 0. Using only two states makes the hardware simpler and more reliable than trying to detect many different voltage levels, so all data and instructions are stored and processed as patterns of 1s and 0s. (One mark.)

Markers reward "two states / on and off" linked to the two binary digits. "Because computers like binary" with no reason does not earn the mark.

OCR 20224 marksA file is 5000 kilobytes in size. Convert this size to megabytes, and then state how many such files could be stored on a 4 gigabyte memory card (using 1 GB = 1000 MB). Show your working.
Show worked answer →

Convert kilobytes to megabytes by dividing by 1000: 5000÷1000=55000 \div 1000 = 5 MB. (One mark for the method, one for 5 MB.)

The card holds 4 GB. Using 1 GB=1000 MB1\text{ GB} = 1000\text{ MB}, that is 4×1000=40004 \times 1000 = 4000 MB. (One mark.)

Number of files: 4000÷5=8004000 \div 5 = 800 files. (One mark.)

Markers accept either the decimal convention (×1000\times 1000) or the binary convention (×1024\times 1024) as long as it is used consistently and the working is shown. OCR commonly uses 1000 for these conversions at GCSE.

Related dot points

Sources & how we know this