Units & Binary Numbers1 / 26
Why computers use binary
Computers are built from billions of tiny electronic switches (transistors). Each switch has exactly two states: on (1) or off (0). This makes binary — a base-2 number system — the natural language of any digital machine.
Everything a computer stores or processes — text, images, sound, programs — is ultimately a long sequence of 1s and 0s.
Exam favourite: 'Give one reason why computers use binary.' Answer: because electronic switches have two states (on/off), which map directly to 1 and 0.