Define bit.
The fundamental unit of information: 0 or 1.
Define byte.
A set of 8 bits.
Define nibble.
A set of 4 bits.
How many numbers can unsigned 7 bit binary represent.
- 2^7 = 128 numbers.
- 128 combinations of a set of 1s or 0s.
Write the series of values for binary prefixes: kibi, mebi, gibi, tebi.
- Binary is base 2.
- Therefore exponent increases in powers of ten.
Write the series of values for decimal prefixes: kilo, mega, giga, tera
- Decimal is base 10.
- Therefore exponent increases in powers of three.