Data representation and security · GCSE Computer Science

Secondary storage

GCSE Computer Science secondary storage: HDD, SSD, optical, magnetic tape, cloud — capacity, speed, durability and cost trade-offs.

UNDERSTANDRETRIEVEREMEMBER
THE MEMORY HOOK
RAM forgets; secondary keeps — compare HDD, SSD and cloud with the six criteria grid.

The important bits

What you need to know

  1. 1

    Secondary storage is non-volatile — retains data without power. RAM is primary, volatile.

  2. 2

    HDD: magnetic platters, moving read/write head; cheap per GB; slower; vulnerable to shock; good for bulk archive.

  3. 3

    SSD/flash: no moving parts; faster boot/load; more expensive per GB; finite write cycles (usually not student problem); durable in laptops.

  4. 4

    Optical (CD/DVD/Blu-ray): distribution, archival; slow; scratchable; less common now.

  5. 5

    Magnetic tape: backup for servers; very cheap per TB; sequential access; used in data centres.

  6. 6

    Cloud storage: remote servers over internet; access anywhere; subscription; trust provider security and jurisdiction.

  7. 7

    Compare: capacity, speed, portability, durability, reliability, cost.

  8. 8

    Embedded systems: flash/ROM firmware — dishwasher, car ECU.

Quotations worth analysing

Short evidence. Real method.

Virtual memory is not the same as cloud storage.
Systems architecture distinction

Virtual memory is RAM overflow to disk locally. Cloud is remote service. Do not merge in exams.

Go deeper

HDD vs SSD for a school laptop

SSD for OS and apps — speed, shock resistance. HDD or cloud for cheap bulk if needed. Evaluated comparison is 6-mark shape.

WORKED EXAMPLE

See the idea in action

Compare HDD and SSD: criteria table two each, recommendation for portable student device → SSD, with cost caveat.

Exam technique

Turn knowledge into marks

Use the six-word grid: capacity, speed, portability, durability, reliability, cost.

Common mistakes

Do not give these marks away

  1. 01

    Calling RAM secondary storage.

  2. 02

    SSD has no limits ever (write endurance exists).

  3. 03

    Cloud as infinite free backup with no risks.

QUICK RETRIEVAL

Which storage is typically fastest for booting a laptop?

ASSD

BHDD

CMagnetic tape

DPunch cards

Show the answer

SSD. Flash SSD has no mechanical seek delay; HDD must spin and seek.

Quick questions

If this is the bit you searched

Is USB stick secondary storage?

Yes — flash memory, non-volatile, portable.