Skip to main content
Northern IrelandDigital TechnologySyllabus dot point

What are the main types of memory and storage, and when is each used?

Primary memory (RAM, ROM, cache), secondary storage (magnetic, optical and solid state) and the characteristics that decide which is appropriate.

A CCEA A-Level Digital Technology answer on hardware: primary memory (RAM, ROM and cache), secondary storage technologies (magnetic, optical and solid state) and the characteristics, capacity, speed, cost and portability, that decide which is appropriate.

Generated by Claude Opus 4.810 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. Primary memory
  3. Secondary storage
  4. Choosing the right storage
  5. Why these distinctions matter
  6. Try this

What this dot point is asking

CCEA wants you to describe the main types of memory and storage, primary memory (RAM, ROM, cache) and secondary storage (magnetic, optical and solid state), and to use their characteristics (speed, capacity, volatility, cost and portability) to decide which is appropriate for a situation.

Primary memory

The key contrast is volatility: RAM loses its contents when power is removed, so it cannot store data permanently; ROM keeps its contents and so holds the boot instructions that run before any drive is read. Cache is faster than RAM but small and expensive, so only the most frequently used data lives there.

Secondary storage

  • Magnetic (HDD). Data is stored as magnetised regions on spinning platters read by a moving head. High capacity and low cost per gigabyte, but slower and with moving parts that can fail. Used for bulk storage, servers and backups.
  • Solid state (SSD/flash). Data is stored as charge in flash memory cells with no moving parts. Fast, robust and low-power, but more expensive per gigabyte. Used for laptop drives and portable USB sticks and memory cards.
  • Optical (CD/DVD/Blu-ray). Data is stored as pits and lands on a disc read by a laser. Cheap to produce, good for distributing or archiving fixed content, but lower capacity and slower. Used for software, films and archives.

Choosing the right storage

The choice follows the characteristics needed. For the main drive of a laptop, speed, low power and robustness point to an SSD. For storing terabytes of video cheaply on a server, capacity and low cost per gigabyte point to a magnetic hard disk. For distributing a film to many buyers, low production cost points to an optical disc. Portability favours flash; capacity-per-cost favours magnetic.

Why these distinctions matter

Matching storage to need controls cost and performance. Putting everything on the fastest, most expensive storage wastes money; putting an operating system on slow storage frustrates users. The exam tests whether you can justify a choice from the characteristics, not just name a device.

Try this

Q1. State whether RAM is volatile or non-volatile, and what this means. [2 marks]

  • Cue. RAM is volatile; it loses its contents when power is removed, so it cannot store data permanently.

Q2. Give one situation where a magnetic hard disk is more suitable than a solid state drive. [1 mark]

  • Cue. Storing very large amounts of data cheaply, such as a server's bulk storage or backups, where capacity per cost matters more than speed.

Q3. Explain why ROM is used to hold a computer's start-up instructions. [2 marks]

  • Cue. ROM is non-volatile, so it keeps the boot instructions without power, making them available immediately when the computer is switched on before any drive is read.

Exam-style practice questions

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

CCEA AS 24 marksDistinguish between RAM and ROM, stating one use of each.
Show worked answer →

Contrast the two on volatility and read/write, then give a use.

RAM (random access memory) is volatile, losing its contents when power is removed, and is read-write. It holds the programs and data currently in use, so its use is the working memory for the operating system and open applications.

ROM (read-only memory) is non-volatile, keeping its contents without power, and is normally read-only. Its use is to store the start-up instructions (the bootstrap or firmware) that run when the computer is switched on.

Markers award marks for the volatile versus non-volatile contrast, the read-write versus read-only contrast, and a correct use of each. Saying ROM cannot ever be changed is acceptable at this level, though some ROM can be reprogrammed.

CCEA AS 26 marksCompare solid state, magnetic hard disk and optical storage, referring to how each stores data and a situation suited to each.
Show worked answer →

Compare on the storage mechanism and pick a fitting use for each.

Solid state (SSD, flash): stores data as charge in flash memory cells with no moving parts, giving fast access, low power use and robustness. Suited to a laptop's main drive or a portable USB drive where speed and durability matter.

Magnetic hard disk: stores data as magnetised regions on spinning platters read by a moving head. Gives large capacity at low cost per gigabyte but is slower and has moving parts. Suited to bulk storage such as a desktop or server data drive or backups.

Optical (CD, DVD, Blu-ray): stores data as pits and lands on a disc read by a laser. Cheap to produce and good for distributing or archiving fixed content such as software or films, but lower capacity and slower than the others.

Markers reward the correct storage mechanism for each and a sensible matched use. A list of devices with no mechanism or no use limits the marks.

Related dot points

Sources & how we know this