๐Ÿ’พ Where Does Your Data Live?

Storage Technology Comparator

Your photos, music, games and homework all need to be stored somewhere. But hard drives, SSDs, USBs, CDs and DVDs all work completely differently. See how โ€” and why it matters.

CS GCSE ยง1.1.2 CS A-Level Unit 1 DigiTech GCSE ยง1.1.1

๐Ÿค” Three types of storage

All computer storage falls into three categories based on how it physically stores data:

๐Ÿงฒ
Magnetic
Tiny magnets flipped north/south to store 1s and 0s
๐Ÿ’ฟ
Optical
Laser burns tiny pits into a disc โ€” pits and lands represent 1s and 0s
โšก
Solid State
Electrical charges trapped in tiny cells โ€” no moving parts
๐Ÿ“Š

Compare storage devices

Click a device to see its stats. Compare them side by side.

๐Ÿ”ฌ

How does each type work?

๐Ÿงฒ
Magnetic
A spinning platter (disc) coated in magnetic material. A tiny read/write head moves across the surface, flipping magnetic particles to store 1s and 0s.
Like: A record player โ€” but instead of playing music from grooves, it reads data from magnetic patterns on a spinning disc.
๐Ÿ’ฟ
Optical
A laser burns tiny pits (dips) into the surface of a disc. A different laser reads the disc โ€” pits scatter the light (0), flat areas (lands) reflect it (1).
Like: Reading Braille โ€” the bumps and flat parts on the surface carry the message.
โšก
Solid State
No moving parts. Data stored as electrical charges in millions of tiny transistors (called NAND flash cells). Charge = 1, no charge = 0.
Like: A huge grid of light switches โ€” each one is either ON (1) or OFF (0). Billions of switches = billions of bits.
๐Ÿ“

Exam Terms

TermMeaningExample
VolatileLoses data when power is turned offRAM โ€” that's why unsaved work disappears in a power cut!
Non-volatileKeeps data without powerSSD, HDD, USB โ€” your files survive a shutdown
CapacityHow much data it can holdMeasured in GB or TB (1 TB = 1,000 GB)
Access speedHow fast data can be read/writtenSSD: ~500 MB/s, HDD: ~100 MB/s
DurabilityHow resistant to physical damageSSD (no moving parts) > HDD (spinning disc can break)
PortabilityHow easy to carry aroundUSB stick (pocket) vs HDD (bulky) vs cloud (anywhere with WiFi)
๐Ÿ“ Exam tip: You'll often be asked to recommend storage for a scenario. Key question: "Do they need speed (SSD), capacity (HDD), portability (USB), or cheapness (optical)?" Always justify with at least 2 reasons.