Binary System

1 revision
#11 week ago
+5
Migrated from pages table
+The **binary system** is a base-2 numeral system, employing only two distinct symbols, usually 0 and 1. This elegant simplicity forms the foundational language for all [Digital Logic](/wiki/digital_logic) and [Computer Science](/wiki/computer_science), where these states represent on/off or true/false.
+## See also
+- [Bit](/wiki/bit)
+- [Byte](/wiki/byte)
+- [Logic Gate](/wiki/logic_gate)