Skip to main content
EnglandComputer ScienceSyllabus dot point

How does secondary storage work and how do the main types compare?

Understand the need for secondary storage and the principles, advantages and disadvantages of magnetic, optical and solid state storage.

A focused answer to AQA A-Level Computer Science 4.7.6, covering the need for secondary storage and the principles, advantages and disadvantages of magnetic, optical and solid state storage.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Why secondary storage is needed
  3. Magnetic storage
  4. Optical storage
  5. Solid state storage

What this dot point is asking

AQA wants you to explain why secondary storage is needed and describe the working principle, advantages and disadvantages of magnetic, optical and solid state storage.

Why secondary storage is needed

Secondary storage sits at the bottom of the memory hierarchy: it is much slower than RAM and cache but vastly cheaper per byte and persistent, which is exactly the trade-off that makes it suitable for permanent bulk storage. Programs and data are loaded from secondary storage into RAM when needed, run there, and saved back, so the two work together rather than competing.

Magnetic storage

Optical storage

Solid state storage

The three technologies illustrate that storage choices are trade-offs rather than one being simply best. Magnetic wins on cost per byte and is ideal for bulk and backup; optical wins on cheap mass distribution; solid state wins on speed and durability and now dominates in laptops and phones despite its higher cost. The right choice depends on the priority, whether that is capacity, cost, portability, speed or ruggedness, and exam questions usually ask you to justify a recommendation against such criteria.

Exam-style practice questions

Practice questions written in the style of AQA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AQA 20194 marksA company is choosing storage for a high-performance laptop and for long-term archival backups. Recommend a storage type for each, justifying your choice with reference to the working principle and the advantages and disadvantages.
Show worked answer →

For the high-performance laptop, recommend solid state storage (an SSD). It stores bits in flash transistors with no moving parts, so it gives very fast access, is durable against knocks, silent and low power, which suits a portable, performance-focused machine. Its higher cost per byte and limited write cycles are acceptable trade-offs for the speed and durability.

For long-term archival backups, recommend magnetic storage (hard disk drives) or optical media. Magnetic drives give the highest capacity at the lowest cost per byte, which suits storing large volumes cheaply; the slower speed from moving parts matters little for backups that are written occasionally and read rarely.

Markers reward an SSD for the laptop with reasons (speed, durability, no moving parts) and a high-capacity, low-cost option for archival with reasons (capacity, cost per byte), each tied to the working principle.

AQA 20213 marksExplain why secondary storage is needed in a computer system and describe the working principle of magnetic storage.
Show worked answer →

Secondary storage is needed because main memory (RAM) is volatile, losing its contents when power is removed, and is relatively small and expensive. A non-volatile, high-capacity store is therefore required to keep programs and files permanently between sessions.

Magnetic storage, such as a hard disk drive, works by storing each bit as a magnetised region on rapidly rotating platters. A read/write head moves across the spinning platters to magnetise regions (write) or detect their magnetisation (read), with the direction of magnetisation representing a 0 or a 1.

Markers reward the volatility and capacity reasons for needing secondary storage and a correct description of magnetised regions on rotating platters read by a moving head.

Related dot points

Sources & how we know this