Primary and Secondary Storage
Aligned to the AQA 8525 specification
- Topic
- Computer systems
- Level
- Intermediate
- Reading time
- 9 min
- Published
- 3 June 2026
- Updated
- 1 July 2026
On this page
Key takeaways
- Volatile storage such as RAM loses all its contents when power is removed, while non-volatile storage such as ROM, SSD and HDD retains data indefinitely without power.
- Primary storage (RAM and ROM) is directly accessible by the CPU; secondary storage (HDD, SSD, optical disc) is not, so data must first be loaded into RAM before the CPU can use it.
- RAM is volatile main memory holding running programs and data, whereas ROM is non-volatile and stores fixed firmware and boot instructions that cannot change during normal operation.
- An SSD stores data in flash memory with no moving parts, making it faster, more durable, silent and lower power, but more expensive per gigabyte than an HDD which uses magnetic spinning platters.
- Cloud storage uses magnetic or solid state hardware at a remote location accessed over a network; 'cloud' describes the access model, not a new physical medium.
Studying this for an exam?
Generate a personalised learning path for this subject. Free to get started.
Key terms
- Volatile storage
- Storage that loses all its contents the moment the power supply is cut, such as RAM.
- Non-volatile storage
- Storage that retains its data independently of power, such as ROM, SSD and HDD.
- RAM
- Random Access Memory, the computer's volatile main working memory that is directly accessible by the CPU and holds running programs and data.
- ROM
- Read-Only Memory, non-volatile primary storage that holds fixed firmware and boot instructions which cannot change during normal operation.
- Primary storage
- Memory directly accessible by the CPU, comprising RAM and ROM.
- Secondary storage
- Storage not directly accessible by the CPU, such as HDD, SSD and optical disc; data must be loaded into RAM first.
- Solid state drive (SSD)
- A secondary storage device that stores data in flash memory cells with no moving parts.
- Hard disk drive (HDD)
- A secondary storage device that stores data as magnetic patterns on spinning platters accessed by a moving read/write head.
- Cloud storage
- Storage that uses magnetic and/or solid state hardware at a remote location, accessed over a network rather than stored locally.
Frequently asked questions
Primary storage, such as RAM and ROM, is directly accessible by the CPU. Secondary storage, such as an HDD or SSD, is not directly accessible, so its data must first be copied into RAM before the CPU can use it. Secondary storage is slower but has much larger capacity.
Volatile storage loses all its contents the moment power is removed, which is why unsaved work in RAM disappears in a power cut. Non-volatile storage, such as ROM, SSD and HDD, retains its data independently of power.
No. SSDs are faster, more durable and silent, but HDDs offer far more storage capacity per pound spent. For bulk archival storage where access speed matters less than cost, an HDD remains the more economical choice, so neither is universally better.
Generate revision on any topic you study
Type any topic you're studying and Aicademy generates a complete lesson, quiz, and flashcard set, personalised to your level.
Lessons on anything
Structured, level-matched lessons on any topic you study
Practice quizzes
Find out what you actually know before the exam does
Flashcard sets
Lock in key concepts with instant revision cards
Ask Aica
Stuck on something? Get a clear explanation, any time
The Fetch-Decode-Execute Cycle
Computer Networks: LAN, WAN and Wireless
Related lessons
8 min