Skip to main content

← Computer Science syllabus

EnglandComputer Science

Topic 2: Data

7 dot points across 7 inquiry questions. Click any dot point for a focused answer with worked past exam questions where available.

Why do computers use binary, and how many different states can a binary pattern of a given length represent?

How do you add two binary numbers, apply binary shifts, and what is overflow?

How do computers encode characters using 7-bit ASCII?

How is data storage measured in binary multiples, and why and how is data compressed?

Why is hexadecimal used, and how do you convert between hexadecimal and binary?

How are bitmap images and sampled sound represented in binary, and what limits this representation?

How are signed integers represented in two's complement, and how do you convert between denary and 8-bit binary?