Binary (Base 2)
- •
What it is
- •
the base-2 number system, using only digits 0 and 1
- •
- •
Why computers use it
- •
computers are built from transistors, which naturally represent two stable states (on/off) — binary maps directly onto this hardware reality
- •
- •
Related