Course Content
Course Syllabus & Exams
0/1
Week 33 – End of Year 1 Mock Exam (Paper 1 Theory)
0/1
Week 34 – End of Year 1 Mock Exam (Paper 2 Programming)
0/1
Week 43 – Identifying Types of Database & Understanding Database Structures
0/4
Week 51 – Robotics in the Home & Programming Challenge 15
0/3
Week 52 – Assistance Robots for Disabilities
0/2
Week 53 – The Impact of Plagiarism
0/2
Week 54 – Artificial Intelligence
0/2
Week 55 – Exam Paper Walkthrough (Paper 1 Theory)
0/1
Week 56 – Exam Paper Walkthrough (Paper 2 Programming)
0/1
iGCSE Computer Science – Self-Paced
About Lesson
IntroductionActivity

As part of this course you will be required to convert binary number to and from denary, our base 10 number system.

We’ve already seen that binary uses powers of 2 to convert from Denary (base 10) to Binary (base 2), and using the conversion table below is a useful way to help you to convert as you will not have a calculator in your exam:

128  64  32  16  8  4  2  1

 0   0   1   0   1  0  1  0

In
the table above, we’ve converted the number 42 into binary by placing
the powers of 2 in different columns and placing a 1 under the numbers
that you would use to add up to 42. So in this case: 32 + 8 + 2 = 42

We can use this process in reverse to convert a binary number back into denary by writing the powers of 2 over each digit and adding up the columns with a 1 in. If your binary number is longer than 8 digits (bits) just keep doubling the numbers in the columns!

Task

Once you have completed the video lesson at the top of the page, try the practice questions below:

If you would prefer to download the questions as a printable practice sheet, download the worksheet in the “Exercises” tab.

Exercise Files
Binary Practice Sheet.pdf
Size: 236.62 KB
Join the conversation
0% Complete
Verified by MonsterInsights