Why do computers use binary instead of decimal like humans do?
Binary is perfect for computers because 0 and 1 map directly to electrical states: off and on. It's far simpler to design circuits that detect two states than ten. Our decimal system (based on having ten fingers!) is natural for humans, but binary is natural for electronics.
