Number Systems · Place Value · Binary to Denary · Denary to Binary
CSZoneEdexcel GCSE Computer Science 1CP2
Why Binary?
The Language of Computers
Computers use binary (base 2) — only two digits: 0 and 1. This maps directly to electronic circuits which are either ON (1) or OFF (0). Denary (base 10) is the number system humans use (digits 0–9).
Each binary digit is called a bit (binary digit). 8 bits = 1 byte.