1. Denary and Binary Number Systems
In everyday life, we use the denary (or base-10) number system, which uses ten digits (0-9). Each column in a denary number represents a power of 10 (1, 10, 100, 1000, etc.). For example, the number 345 is (3 x 100) + (4 x 10) + (5 x 1). Computers, however, are built from electronic circuits that can only be in one of two states: on or off. These states are represented by the digits 1 (on) and 0 (off). This is called the binary (or base-2) number system. In binary, each column represents a power of 2 (1, 2, 4, 8, 16, etc.). All data, including numbers, text, and images, must be converted into binary to be processed by a computer.
Denary Place Values: ... 10^3 (1000), 10^2 (100), 10^1 (10), 10^0 (1)
Binary Place Values: ... 2^7 (128), 2^6 (64), 2^5 (32), 2^4 (16), 2^3 (8), 2^2 (4), 2^1 (2), 2^0 (1)
Key term
Examiner insight
Common pitfall
Fun fact
Worked example 14 marks
Describe the difference between a denary number system and a binary number system. [4]
- 1
The denary system is base-10, meaning it uses ten distinct digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9).
- 2
The binary system is base-2, meaning it uses only two distinct digits (0 and 1).
- 3
In denary, the place value of each column increases by a power of 10 (e.g., 1, 10, 100).
- 4
In binary, the place value of each column increases by a power of 2 (e.g., 1, 2, 4, 8). Humans use denary, while computers use binary to represent the on/off state of circuits.
Recap
- Denary is a base-10 system used by humans, with digits 0-9.
- Binary is a base-2 system used by computers, with digits 0 and 1.
- Computers use binary because their circuits exist in two states: on (1) and off (0).
- The place values in denary are powers of 10, while in binary they are powers of 2.
Quick check
- How many digits are used in the binary number system?1 mark
- Why is the binary system suitable for use in computers?1 mark