Number Systems (CIE IGCSE Computer Science)

Revision Note

Test Yourself
Becci Peters

Expertise

Computer Science

The Denary, Binary & Hexadecimal Number Systems

  • In Computer Science there are 3 numbering systems used to represent data:
    • Denary
    • Binary
    • Hexadecimal 

The Denary Number System

  • The denary number system, also known as the decimal system, is a base-10 numbering system that uses 10 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9
  • Denary numbers can be used to represent any quantity, including whole numbers, fractions, and decimals
  • Each digit in a denary number represents a power of 10, with the rightmost digit representing 100, the next representing 101, and so on
  • It is necessary to convert data from one number system to another eg. denary to binary or denary to hexadecimal
  • It is much easier to do conversions with a table:
    • The number 3268 (three thousand two hundred and sixty-eight) can be represented in the following table:

1-1-number-systems--number-systems-1

  • (3 x 1000) + (2 x 100) + (6 x 10) + (8 x 1) = 3268

The Binary Number System

  • The binary number system is a base-2 numbering system that uses only two digits: 0 and 1
  • Each digit in a binary number represents a power of 2, with the rightmost digit representing 20, the next representing 21, and so on.
  • Eg: the number 12 represented in binary is 1100:

1-1-number-systems--number-systems-2

  • We know this as (1 x 8) + (1 x 4) + (0 x 2) + (0 x 1) =12
     

The Hexadecimal Number System:

  • The hexadecimal number system is a base-16 numbering system that uses 16 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F where 10 is represented by A, 11 by B and so on up to 15 represented by F
  • Each digit in a hexadecimal number represents a power of 16, with the rightmost digit representing 160, the next representing 161, and so on
  • E.g. the number 146 represented in hexadecimal is 92

1-1-number-systems--number-systems-3

  • (0 x 4096) + (0 x 256) + (9 x 16) + (2 x 1) = 146

Exam Tip

  • You need to be able to make conversions in both directions, e.g. denary to binary or binary to denary. Make sure you write the table the correct way round (with 1 in the right hand column) & use the correct number of bits in your answer (the question should tell you but use multiples of 4 bits if you’re not sure)

You've read 0 of your 0 free revision notes

Get unlimited access

to absolutely everything:

  • Downloadable PDFs
  • Unlimited Revision Notes
  • Topic Questions
  • Past Papers
  • Model Answers
  • Videos (Maths and Science)

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Did this page help you?

Becci Peters

Author: Becci Peters

Becci has been a passionate Computing teacher for over 9 years, teaching Computing across the UK helping to engage, interest and develop confidence in the subject at all levels. Working as a Head of Department and then as an educational consultant, Becci has advised schools in England, where her role was to support and coach teachers to improve Computing teaching for all. Becci is also a senior examiner for multiple exam boards covering GCSE & A-level. She has worked as a lecturer at a university, lecturing trainee teachers for Computing.