Bits and Bytes
4A bit is a single binary digit (0 or 1).
–The elementary unit of information
4A byte is a group of eight bits.
4A byte can be in 256 (28) distinct states (which we might choose to represent the numbers 0 through 255).
4Note computer scientists like to start counting with zero.