This exam tips covers Exam Tips - RAM and ROM within RAM and ROM for GCSE Computer Science. Revise RAM and ROM in Memory & Storage for GCSE Computer Science with 15 exam-style questions and 16 flashcards. This is a high-frequency topic, so it is worth revising until the explanation feels precise and repeatable. It is section 9 of 10 in this topic. Treat this as a marking guide for what examiners are looking for, not just a fact list.
Topic position
Section 9 of 10
Practice
15 questions
Recall
16 flashcards
Exam Tips - RAM and ROM
Most common exam questions:
- "What does volatile mean?" → Loses data when power is turned off (always mention power!)
- "Difference between RAM and ROM?" → Give TWO differences: (1) RAM is volatile, ROM is non-volatile; (2) RAM is read/write, ROM is read-only
- "Why does ROM store the BIOS?" → BIOS must be available immediately on startup, before OS loads, and must never be lost
- "What does RAM store?" → Running programs, open files, operating system, data being processed
Key phrases to use:
- Volatile: "Loses data when power is off" (say exactly this!)
- Non-volatile: "Keeps data without power" or "Retains data when power off"
- RAM: "Fast read/write access" + "temporary storage" + "volatile"
- ROM: "Read-only" + "permanent/fixed instructions" + "non-volatile"
Common mistakes to avoid:
- Saying ROM stores documents or files - NO! It stores BIOS/firmware only
- Saying RAM is permanent - NO! It's temporary and volatile
- Confusing ROM with secondary storage (hard drive/SSD) - they're different!
- Forgetting to explain WHY volatile matters - always link to "loses data when power off"
- Not mentioning what each stores - RAM: programs/files; ROM: BIOS/boot instructions
Extended answer structure (4-6 marks):
- Define volatility: RAM is volatile (loses data when power off), ROM is non-volatile (keeps data)
- Access type: RAM is read/write (can store and retrieve), ROM is read-only (cannot easily change)
- Purpose: RAM stores running programs and data being used, ROM stores BIOS and startup instructions
- Speed: RAM is faster for both reading and writing
- Example/justification: RAM needs to be fast for running programs, ROM needs to be permanent so boot code is never lost