Skip to content
Educator
KS3 Computer Science

Binary and Number Systems

66 questions6 subtopics
Practise all 66 questions free →

What's covered

Binary Addition12
Converting Binary to Decimal12
Converting Decimal to Binary12
Bits, Bytes and Units of Storage10
Hexadecimal — What and Why10
Why Computers Use Binary10

Key facts

1

0001 + 0001 = 0010 (1 + 1 = 2).

2

A bit (0 or 1) is the smallest unit of digital information.

3

Binary 0110 = 4 + 2 = 6 in decimal.

4

Decimal 0 = binary 00000000 (all bits off) in 8-bit.

5

Hexadecimal uses 16 distinct digit symbols (0–9 and A–F).

6

Binary digits (0/1) map directly onto Boolean logic (false/true) — making it natural for computers to use AND/OR/NOT gates to process binary data.

7

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

8

One byte is exactly 8 bits.

9

Binary 10 = 2 + 0 = 2 in decimal.

10

Decimal 10 = binary 1010 (8 + 2), NOT binary 100.

Sample questions

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

1Binary Addition

What is 1 + 1 in binary?

  • 01 with a carry
  • 10 with a carry
  • 11 with no carry
  • 2 in binary notation
2Bits, Bytes and Units of Storage

Which is largest?

  • Byte (just eight bits)
  • Gigabyte (about a billion bytes)
  • Kilobyte (about a thousand bytes)
  • Megabyte (about a million bytes)
3Converting Binary to Decimal

What is binary 1010 in decimal?

  • Eight
  • Five
  • Ten
  • Twenty
4Converting Decimal to Binary

What is decimal 5 in binary?

  • 100 (just 4)
  • 101 (4 + 1)
  • 1010 (eight plus two)
  • 111 (4 + 2 + 1)
5Hexadecimal — What and Why

How many bits does one hex digit represent?

  • Eight bits (one byte)
  • Four bits (one nibble)
  • One bit (a single bit)
  • Sixteen bits (two bytes)
6Why Computers Use Binary

What two states does binary use?

  • High, medium, and low
  • On, off, and standby
  • True and false only
  • Zero and one

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 KS3 Computer Science topics