Community resourceWorksheet

Binary to Denary

A teaching resource shared by a Coding Pathway teacher.

Shared by Computer Science teacherVerified teacher

  • 18 cells
  • CC BY-SA 4.0
  • Shared 16 Sept 2026

Preview

The whole resource, exactly as a class sees it. Answers and marking are held back.

Binary to denary

Binary is the number system computers use. It uses two digits, 0 and 1.

Denary is the number system we use most often. It uses ten digits, 0 to 9.

A binary digit is called a bit. Each bit position has a value. From right to left, the values are 1, 2, 4, 8, 16, 32, 64, and so on.

To convert binary to denary, add the place values for every 1 bit.

Worked example.

Binary number: 1011

The bits stand for 8, 4, 2, 1.

1011 means 8 + 0 + 2 + 1.

So the denary value is 11.

A correct answer should show the place values, then add the values for the 1 bits. A common mistake is to read the bits as if they were ordinary denary digits.

More practice

In these questions, convert each binary number to denary.

Use the place values first. Then add the values where the bit is 1. Check that your final answer is a whole number in base 10.

Multiple choice1 mark

Which place values are used for converting binary numbers?

Choose one answer.

  • A16, 8, 4, 2
  • B10, 20, 30, 40
  • C1, 2, 3, 4
  • D8, 4, 2, 1
Fill in the blanks4 marks
1011 in binary is Blank 1 in denary. 1110 in binary is Blank 2 in denary. 10001 in binary is Blank 3 in denary. 11000 in binary is Blank 4 in denary.
Multiple choice1 mark

Which binary number is equal to denary 19?

Choose one answer.

  • A`10101`
  • B`10011`
  • C`11001`
  • D`11100`
Fill in the blanks4 marks
1111 in binary is Blank 1 in denary. 10010 in binary is Blank 2 in denary. 10111 in binary is Blank 3 in denary. 11010 in binary is Blank 4 in denary.
Fill in the blanks4 marks
101010 in binary is Blank 1 in denary. 110101 in binary is Blank 2 in denary. 100111 in binary is Blank 3 in denary. 111001 in binary is Blank 4 in denary.
Fill in the blanks3 marks
1000001 in binary is Blank 1 in denary. 1011010 in binary is Blank 2 in denary. 1110101 in binary is Blank 3 in denary.
Multiple choice1 mark

Which binary number has the greatest denary value?

Choose one answer.

  • A`1010`
  • B`1100`
  • C`1111`
  • D`1001`
Fill in the blanks1 mark
The binary number 100000 is Blank 1 in denary.
Fill in the blanks1 mark
The binary number 110010 is Blank 1 in denary.
Fill in the blanks1 mark
The binary number 101100 is Blank 1 in denary.
Fill in the blanks1 mark
The binary number 111111 is Blank 1 in denary.
Fill in the blanks1 mark
The binary number 100101 is Blank 1 in denary.
Fill in the blanks1 mark
The binary number 1001101 is Blank 1 in denary.
Fill in the blanks1 mark
The binary number 1100110 is Blank 1 in denary.
Fill in the blanks1 mark
The binary number 1010101 is Blank 1 in denary.
Written answer3 marks

Explain how you would convert a binary number to denary.

Write a short paragraph as you were explaining it to someone else. Where do you write the place values? What are they? What do you add up once you've written those place values?

Students type their answer here.