New
New
Year 8

Numbers in binary

I can convert between decimal numbers and binary.

New
New
Year 8

Numbers in binary

I can convert between decimal numbers and binary.

These resources will be removed by end of Summer Term 2025.

Switch to our new teaching resources now - designed by teachers and leading subject experts, and tested in classrooms.

These resources were created for remote use during the pandemic and are not designed for classroom teaching.

Lesson details

Key learning points

  1. Natural numbers (like 1, 2, 3...) can be represented in binary, which uses only 0s and 1s.
  2. Each binary digit (bit) represents a power of 2, decimal digits represent powers of 10.
  3. You can convert a decimal number to binary by finding which powers of 2 add up to that number.
  4. You can convert binary back to decimal by adding the values of all the 1s in the binary number.

Keywords

  • Decimal - a number from the base-10 number system (also known as denary)

  • Binary - a number system that has 2 digits: 1 and 0

Common misconception

Binary uses the same place value system as decimal.

Binary is a base-2 number system, whereas decimal is a base-10 number system.


To help you plan your year 8 computing lesson on: Numbers in binary, download all teaching resources for free and adapt to suit your pupils' needs...

Some pupils may find it easier to peform conversions on paper using the tables modelled in the slide deck, these are provided on the worksheet linked to the lesson if needed.
Teacher tip

Equipment

Licence

This content is © Oak National Academy Limited (2025), licensed on Open Government Licence version 3.0 except where otherwise stated. See Oak's terms & conditions (Collection 2).

Lesson video

Loading...

Prior knowledge starter quiz

Download quiz pdf

6 Questions

Q1.
What is the smallest unit of data in a computer?

Correct Answer: bit, a bit

Q2.
Put these steps in order to measure the size of binary data:

1 - identify the information to be stored
2 - encode the information in binary
3 - count the number of bits used
4 - record the data

Q3.
Why do computers use binary to represent information?

Correct answer: computer circuits can easily show two states: on and off
it is easier for humans to read
it makes computers faster
it allows for more colours

Q4.
If you have 4 bits, how many different values can you represent?

Correct Answer: 16, sixteen

Q5.
Match each keyword to its definition:

Correct Answer:binary,a system using only 0 and 1

a system using only 0 and 1

Correct Answer:bit,the smallest unit of data (0 or 1)

the smallest unit of data (0 or 1)

Correct Answer:sequence,a series of items in a set order

a series of items in a set order

Correct Answer:represent,to show or stand for something

to show or stand for something

Q6.
What does having more bits allow you to do?

use more colours in your project
make your computer lighter
Correct answer: store or represent more information
draw better pictures

Assessment exit quiz

Download quiz pdf

6 Questions

Q1.
What number system does binary use?

base-10
Correct answer: base-2
base-8
base-16

Q2.
A binary digit is also called a ?

Correct Answer: bit

Q3.
Match the binary value to its decimal value.

Correct Answer:1010,10

10

Correct Answer:1111,15

15

Correct Answer:1001,9

9

Correct Answer:0010,2

2

Q4.
What is the decimal value of the binary number 1101?

11
12
Correct answer: 13
14

Q5.
Match the decimal value to its binary value.

Correct Answer:5,101

101

Correct Answer:7,111

111

Correct Answer:3,011

011

Q6.
Which of these binary numbers is equal to the decimal number 21?

11001
Correct answer: 10101
10011
11100