3.3.1: understand how to convert between the terms bit, nibble, byte, kilobyte (KB), megabyte (MB), gigabyte (GB), terabyte (TB)
| Keyword | Definition |
|---|---|
| Bit | single 0 or 1 |
| Byte | 8 bits |
| Gigabyte | 1024 Mb, or 1024 x 1024 x 1024 bytes |
| Kilobyte | 1024 bytes, or 1024 x 8 bits |
| Megabyte | 1024 Kb, or 1024 x 1024 bytes |
| Nibble | 4 bits |
| Terabyte | 1024 Gb or 1024 x 1024 x 1024 x 1024 bytes |