2. Learning Objectives
• Understand the differences between base 2 and base 10
• Learn how to read and write numbers in binary and denary
• Convert numbers between binary and denary
• Use place value tables for both number systems
3. What is Denary (Base 10)?
• The number system we use every day
• Uses digits 0-9
• Called "base 10" because it has 10 different digits
• Example: 123 is one hundred and twenty-three
• We use this because humans have 10 fingers!
4. What is Binary (Base 2)?
• The language of computers
• Uses only two digits: 0 and 1
• Called "base 2" because it has 2 different digits
• Think of it like switches: ON (1) or OFF (0)
• Used by computer processors (CPU)
5. Place Values in Denary
Powers of 10:
• Ones: 10^0 = 1
• Tens: 10^1 = 10
• Hundreds: 10^2 = 100
• Thousands: 10^3 = 1000
11. Important Rules
• 8-bit binary can only show numbers up to 255
• Each position can only be 0 or 1
• Think of each digit as a switch
• Add the values where you see 1
12. Real World Connection
• Computer memory uses binary
• Digital storage (files, photos)
• Computer processors
• All computer calculations happen in binary
15. Review Questions
• Convert binary 10101010 to denary
• Convert denary 50 to binary
• What's the largest number you can make with 8 bits?
Remember to review all answers carefully as some calculations may need
verification.