• Edexcel GCSE CS
    • Past papers >
      • 2020 Current spec (coming soon) >
        • Programming Language Subset (PLS)
      • Old 2016 SPEC >
        • Paper 1 (specimen1)
        • Paper 1 (specimen2)
        • Paper 1 (2018)
        • Paper 2 (specimen1)
        • Paper 2 (2018)
      • OLD 2013 SPEC >
        • Sample assessment 1 (old spec)
        • Sample assessment 2 (old spec)
        • June 2017 (old spec)
        • June 2016 (old spec)
        • June 2015 (old spec)
    • Paper 1 (by topic) >
      • Algorithms
      • Application software
      • Ascii
      • Binary
      • Cache
      • Client Server
      • Cloud
      • Compression
      • Computational thinking
      • CPU
      • Cyber security
      • Database
      • Fetch decode execute cycle
      • Embedded system
      • Encryption
      • File size
      • Flow chart
      • Hexadecimal
      • High Level language
      • ISP/Internet
      • Logic
      • Magnetic HDD
      • Networking
      • Open source
      • Operating system
      • Peer to peer
      • Images (Data representation)
      • Protocols
      • RAM
      • ROM
      • Run length encoding
      • Simulation software
      • Solid state HDD
      • Sound
      • Stored program concept
      • Utility software
    • Curriculum >
      • Binary
      • Hex
      • Data Representation
      • Compression
      • Encryption
      • What is a computer
      • How does a computer work
      • Hardware
      • Operating system
      • The CPU
      • Input devices
      • Data storage
      • Networks
      • Microcontrollers
      • Computational models
      • Emerging trends
      • Virtual machine
      • Models and simulators
      • Algorithms
    • Python >
      • Help with Python >
        • Finding python
        • Python coding >
          • Comments
          • Data types
          • Variables
          • If Else
          • If Elif Else
          • Functions
          • For loop
          • While loop
          • Data structures >
            • Looping thru 2D array
          • String slicing/indexing
          • user defined function
          • Local/global variable
          • Validation and try
          • methods
          • File I/O
          • Pseudocode
          • Modules >
            • Turtle
          • Classes
        • Python questions
  • KS3/Other
    • KS3 >
      • E-Safety >
        • E-Safety intro
        • Screen time
        • E-Safety questions
      • Hardware >
        • All Hardware
        • Magnetic hard disk drive
        • Optical disk drive
        • Solid state drive
      • Software
      • Binary/Hex/Algorithms >
        • Binary
        • Hexadecimal - 1 digit
        • Hexadecimal - 2 digits
        • Algorithms
        • ASCII
        • Tests
      • Networks
      • Protocols/Cyber attacks
      • Scratch
      • Logic >
        • CPU
        • AND gate
        • OR gate
        • NOT gate
        • Logical statements
      • Python >
        • Getting started
        • Functions
        • Variables
        • VariablesToo
        • inputs
        • Selection
        • Flowcharts
        • Data types
        • Pseudocode1
        • Pseudocode2
        • Subprogram1
        • Subprogram2
        • Coding challenges
      • HTML
    • BTEC CS
    • OCR GCSE CS >
      • Past paper JUNE 2015
      • Past paper June 2014
      • Past paper MAY 2012
      • Past paper JAN 2011
      • Past paper JUN 2011
    • AQA AS-Level CS >
      • AS Curriculum >
        • Multiple choice questions
    • Business studies >
      • Keywords
      • BS Revision - Multiple choice
      • Paper 1 (9-1)
      • Paper 2 (9-1)
  • Contact/More
    • Code editor
    • Contact us
    • upload
    • Microbit ideas
    • More
  • Self test
    • 01 Random topics
    • 02 Programming
    • 03 Data
    • 04 Computers
    • 05 Communication and the internet
    • 06 The bigger picture
    • 07 Paper 2

The Binary number system

1111 is a binary number and 1111 is equal to 15. Another binary number is 1000 0001 which is equal to 129. But how is this? Well it is all because of "place values".
The denary number 3140 is said as "three thousand, one hundred and forty" because of where the 3, 1, 4  and 0 are placed.
  • There is a 3 in the place value "thousands"
  • 1 in the place value "hundreds"
  • 4 in the place value "tens"
  • and zero in the place value units.
When we are taught this denary number system at school, after a while we forget about the place values and we certainly do not write them down.
Picture
Binary has place values too, just different ones. The place value on the right side is not called "units", it is called 1. Going left, 1 is doubled and is 2. Going left again, 2 is doubled and the place value is 4. This repeats.
  • So, the binary number 0000 is equal to 0 denary because none of the place values are switched on (all zeros)
  • the binary number 0001 is equal to 1 denary because only the the place  value 1 is switched on
  • the binary number 0010 is equal to 2 denary because only the the place  value 2 is switched on
  • the binary number 0011 is equal to 3 denary because the the place  values for 1 and 2  is switched on (1+2=3)

Below, 1101 is equal to 13 because those place values are switched on and added together.
Finally, just like denary wee all stop writing the place values and are able to identify that binary 1001 is equal to.......?
Picture

8-bit binary

Binary using 4 places is called a nibble. Binary using 8 places is called a byte. Converting a byte to denary is the same as converting a nibble to denary.
Picture

Loading KS3 Binary to denary

Loading KS3 - Rules of binary

Loading KS3 Denary to binary

Loading KS3 8-bit binary

Loading KS3 - Binary units of storage


Loading Binary search

The binary game

Picture



​<-----Click here then choose "age 13"
Home
Contact
Upload
Log in
  • Edexcel GCSE CS
    • Past papers >
      • 2020 Current spec (coming soon) >
        • Programming Language Subset (PLS)
      • Old 2016 SPEC >
        • Paper 1 (specimen1)
        • Paper 1 (specimen2)
        • Paper 1 (2018)
        • Paper 2 (specimen1)
        • Paper 2 (2018)
      • OLD 2013 SPEC >
        • Sample assessment 1 (old spec)
        • Sample assessment 2 (old spec)
        • June 2017 (old spec)
        • June 2016 (old spec)
        • June 2015 (old spec)
    • Paper 1 (by topic) >
      • Algorithms
      • Application software
      • Ascii
      • Binary
      • Cache
      • Client Server
      • Cloud
      • Compression
      • Computational thinking
      • CPU
      • Cyber security
      • Database
      • Fetch decode execute cycle
      • Embedded system
      • Encryption
      • File size
      • Flow chart
      • Hexadecimal
      • High Level language
      • ISP/Internet
      • Logic
      • Magnetic HDD
      • Networking
      • Open source
      • Operating system
      • Peer to peer
      • Images (Data representation)
      • Protocols
      • RAM
      • ROM
      • Run length encoding
      • Simulation software
      • Solid state HDD
      • Sound
      • Stored program concept
      • Utility software
    • Curriculum >
      • Binary
      • Hex
      • Data Representation
      • Compression
      • Encryption
      • What is a computer
      • How does a computer work
      • Hardware
      • Operating system
      • The CPU
      • Input devices
      • Data storage
      • Networks
      • Microcontrollers
      • Computational models
      • Emerging trends
      • Virtual machine
      • Models and simulators
      • Algorithms
    • Python >
      • Help with Python >
        • Finding python
        • Python coding >
          • Comments
          • Data types
          • Variables
          • If Else
          • If Elif Else
          • Functions
          • For loop
          • While loop
          • Data structures >
            • Looping thru 2D array
          • String slicing/indexing
          • user defined function
          • Local/global variable
          • Validation and try
          • methods
          • File I/O
          • Pseudocode
          • Modules >
            • Turtle
          • Classes
        • Python questions
  • KS3/Other
    • KS3 >
      • E-Safety >
        • E-Safety intro
        • Screen time
        • E-Safety questions
      • Hardware >
        • All Hardware
        • Magnetic hard disk drive
        • Optical disk drive
        • Solid state drive
      • Software
      • Binary/Hex/Algorithms >
        • Binary
        • Hexadecimal - 1 digit
        • Hexadecimal - 2 digits
        • Algorithms
        • ASCII
        • Tests
      • Networks
      • Protocols/Cyber attacks
      • Scratch
      • Logic >
        • CPU
        • AND gate
        • OR gate
        • NOT gate
        • Logical statements
      • Python >
        • Getting started
        • Functions
        • Variables
        • VariablesToo
        • inputs
        • Selection
        • Flowcharts
        • Data types
        • Pseudocode1
        • Pseudocode2
        • Subprogram1
        • Subprogram2
        • Coding challenges
      • HTML
    • BTEC CS
    • OCR GCSE CS >
      • Past paper JUNE 2015
      • Past paper June 2014
      • Past paper MAY 2012
      • Past paper JAN 2011
      • Past paper JUN 2011
    • AQA AS-Level CS >
      • AS Curriculum >
        • Multiple choice questions
    • Business studies >
      • Keywords
      • BS Revision - Multiple choice
      • Paper 1 (9-1)
      • Paper 2 (9-1)
  • Contact/More
    • Code editor
    • Contact us
    • upload
    • Microbit ideas
    • More
  • Self test
    • 01 Random topics
    • 02 Programming
    • 03 Data
    • 04 Computers
    • 05 Communication and the internet
    • 06 The bigger picture
    • 07 Paper 2