Examiner's Eye: High-Grade Technique
The "Memory" Generalisation Trap: Never just write "Memory" in an exam. Examiners will not award marks unless you specifically write RAM, ROM, or Secondary Storage. They have entirely different volatility states and purposes.
The Volatility Power Simulator
Cut the system power and watch which storage components lose their data.
RAM (Primary)
VOLATILEALL DATA ERASED!
Requires power to hold state.
ROM (Primary)
NON-VOLATILEFactory flashed. Safe from power loss.
Storage (Secondary)
NON-VOLATILESaved permanently via magnetism/flash.
The Golden Rule: The CPU can only execute programs if they are currently loaded into RAM. If you cut the power, RAM forgets everything, and the OS must be loaded back from the sluggish Secondary Storage on next boot!
Full Unit Modules
Deep-dive into specific 1.2 components.
Primary Storage
RAM, ROM, Cache and Virtual Memory mechanics.
Secondary Storage
Optical, Magnetic, and Solid State devices.
Units & Capacities
Bits, Bytes, and file size calculations.
Data Representation
Binary addition, logic shifts, ASCII vs Unicode, Pixels, and Sound sampling.
Compression
Lossy vs Lossless algorithms and uses.
Check Your Understanding
1. What is the fundamental difference between Volatile and Non-Volatile storage?
2. Which component stores the computer's boot instructions?
3. A teacher reminds a student not to fall into the "Memory" trap in an exam. Why?
Written Exam Scenario (AO3)
"A tech enthusiast suggests that modern computers should discard slow Secondary Storage entirely, and build motherboards with 5 Terabytes of RAM instead. Using your knowledge of volatility, explain why this computer would be impossible to use daily." (4 marks)
Identify Property: RAM is a volatile form of memory.
Explain Result: This means that the moment the computer is turned off (or loses power), every single bit of data stored in the RAM is permanently deleted.
Apply to Scenario: Therefore, the operating system, all installed applications, and all user files would be lost every time the machine powers down.
Conclusion: A functional computer strictly requires non-volatile Secondary Storage to retain files permanently when not receiving electricity.