Bits, bytes and the storage ladder
Bits, bytes and the storage ladder
Storage ladder, from smallest at the top to largest at the bottom: bit ↓ nibble ↓ byte ↓ kB ↓ MB ↓ GB ↓ TB ↓ PB.
When converting a value:
Computers store all data as binary, using only 0 and 1. A bit is one binary digit, 4 bits make a nibble, and 8 bits make a byte. Software interprets patterns of bits as text, images, sound, or instructions.
Step-by-step lessons on OCR GCSE Computer Science Units. Each one builds up to exam-style questions. Build strong foundations in binary, logic and core programming constructs before moving on to the more complex algorithm design and evaluation questions.