Penguin
Annotated edit history of Byte version 3, including all changes. View license author blame.
Rev Author # Line
1 JaredWigmore 1 8 bits.
2 AristotlePagaltzis 2
3 JohnMcPherson 3 What an [Intel] [x86] assumption! On some machines, a Byte was 6, 7, 9 or some other number of bits!
4
5 Technically, a byte is a grouping of bits that a machine deals with. Traditionally this was the number of bits required to represent a single character in the machine's native character set. Other units for measuring groupings of bits include nybbles (rare) and words (common).
6
7 On a typical modern [PC], a byte is 8 bits, and a word is 4 bytes.