You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers the three main types of secondary storage — magnetic, optical, and solid-state — their characteristics, advantages, disadvantages, and suitable uses. This is a key topic for AQA and OCR GCSE Computer Science.
Secondary storage (also called external storage or permanent storage) is storage that is non-volatile — it retains data even when the computer is powered off. Unlike RAM, secondary storage is not directly accessed by the CPU during the fetch-decode-execute cycle. Instead, data must be loaded from secondary storage into RAM before the CPU can use it.
The diagram below summarises the three categories of secondary storage and their common examples.
graph TD
A["Secondary Storage"] --> B["Magnetic"]
A --> C["Optical"]
A --> D["Solid-State"]
B --> E["HDD"]
B --> F["Magnetic Tape"]
C --> G["CD"]
C --> H["DVD"]
C --> I["Blu-ray"]
D --> J["SSD"]
D --> K["USB Flash Drive"]
D --> L["SD Card"]
Magnetic storage devices store data using magnetised particles on a spinning surface. The read/write head magnetises tiny areas of the disk surface to represent binary 0s and 1s.
Examples:
| Feature | Detail |
|---|---|
| How it works | A read/write head moves across spinning magnetic platters |
| Capacity | Very high — typically 500 GB to 10+ TB |
| Speed | Moderate — limited by the physical spinning of the disk |
| Cost | Low cost per gigabyte |
| Durability | Contains moving parts (motor, spinning platters, read/write head) — susceptible to damage from drops or vibration |
| Typical uses | Desktop computers, servers, data centres, backups |
Optical storage devices use a laser beam to read and write data. Data is stored as a series of pits (indentations) and lands (flat areas) on the surface of a disc. The laser reflects differently off pits and lands, which the reader interprets as binary data.
Examples:
| Feature | Detail |
|---|---|
| How it works | A laser reads pits and lands on the surface of the disc |
| Capacity | Low to moderate (700 MB to 50 GB) |
| Speed | Slow compared to HDD and SSD |
| Cost | Very low per disc |
| Durability | No moving parts in the disc itself, but discs can be scratched |
| Typical uses | Music, films, software distribution, archiving |
Variants:
Solid-state storage uses flash memory (based on electronic circuits) with no moving parts. Data is stored in microchips using trapped electrical charges.
Examples:
| Feature | Detail |
|---|---|
| How it works | Data stored electronically in flash memory chips — no moving parts |
| Capacity | Moderate to high — SSDs from 128 GB to 4+ TB |
| Speed | Very fast — significantly faster than HDD or optical |
| Cost | Higher cost per gigabyte than magnetic storage |
| Durability | Very durable — no moving parts, resistant to shock and vibration |
| Typical uses | Laptops, tablets, smartphones, portable storage, gaming consoles |
| Feature | Magnetic (HDD) | Optical (CD/DVD/Blu-ray) | Solid-State (SSD/USB) |
|---|---|---|---|
| Capacity | Very high | Low to moderate | Moderate to high |
| Speed | Moderate | Slow | Very fast |
| Cost per GB | Low | Very low (per disc) | Higher |
| Durability | Low (moving parts) | Moderate (scratches) | High (no moving parts) |
| Portability | Low (HDDs are bulky) | High (discs are thin) | Very high (USB, SD cards) |
| Noise | Some (spinning platters) | Some (spinning disc) | Silent |
| Power use | Higher | Moderate | Low |
| Scenario | Best Choice | Reason |
|---|---|---|
| Storing a large music collection at home | HDD | High capacity at low cost |
| Running the operating system | SSD | Very fast read/write speeds for quick boot and program loading |
| Distributing a movie to a friend | DVD or Blu-ray | Cheap, portable, and widely compatible |
| Transferring files between computers | USB flash drive | Portable, fast, and durable |
| Backing up a business server | Magnetic tape or HDD | Very high capacity at low cost |
| Storing photos on a camera | SD card (solid-state) | Small, lightweight, durable, and fast |
Exam Tip: You will often be asked to recommend a storage type for a given scenario. Always justify your answer with at least two reasons (e.g., capacity, speed, cost, portability, durability).
Cloud storage is not a separate type of physical storage — it refers to storing data on remote servers accessed over the internet. The remote servers themselves use magnetic (HDDs) and solid-state (SSDs) storage.
Advantages: Accessible from any device with internet; data is backed up remotely. Disadvantages: Requires internet connection; potential privacy/security concerns; ongoing subscription costs.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.