Binary
Binary
Each digit in a binary number is called a bit (short for binary digit).
The rightmost digit is the least significant bit (LSB), and the leftmost is the most significant bit (MSB).
Each position in a binary number represents a power of 2, starting from the right.
+
(
11
(1×2
)+(0×2
)+(1×2
)+(1×2
)=8+0+2+1=11
Digital circuits have two voltage states, making it easy to represent 0 and 1.