Bits, Bytes, Nibbles and Words:Some Definitions
Data types which are ordered lists of binary digits often have the following names:
- Bit: 1 digit
- Nibble: 4 digits
- Byte: 8 digits
- Word: The standard memory bus width in your architecture
(e.g. 16-bit, 32-bit, 64-bit words).