This exam tips covers Exam Tips - Virtual Memory within Virtual Memory for GCSE Computer Science. Revise Virtual Memory in Memory & Storage for GCSE Computer Science with 15 exam-style questions and 16 flashcards. This topic appears less often, but it can still be a useful differentiator on mixed-topic papers. It is section 8 of 9 in this topic. Treat this as a marking guide for what examiners are looking for, not just a fact list.
Topic position
Section 8 of 9
Practice
15 questions
Recall
16 flashcards
Exam Tips - Virtual Memory
Most common exam questions:
- "What is virtual memory?" → Uses hard drive/SSD space as extension of RAM when RAM is full
- "Why use virtual memory?" → Allows more programs to run than physical RAM permits / prevents crashes
- "Drawback of virtual memory?" → Much slower than RAM because hard drive access is slow / can cause thrashing
- "What is paging/swapping?" → Moving data between RAM and hard drive to free up RAM space
Key phrases to use:
- Definition: "Uses hard drive space as extension of RAM" or "temporary storage on disk when RAM full"
- Benefit: "Allows more programs to run simultaneously" + "prevents out-of-memory crashes"
- Drawback: "Much slower than physical RAM" + "hard drive is 100x+ slower" + "causes performance degradation"
- Process: "Data swapped between RAM and hard drive" or "paging data in and out"
Common mistakes to avoid:
- Saying virtual memory is faster than RAM - NO! It's always slower (hard drive < RAM)
- Confusing virtual memory with RAM - virtual memory is on the HARD DRIVE
- Forgetting to mention the speed drawback - always say "slower than RAM"
- Not explaining WHY it's needed - link to "running out of physical RAM"
Extended answer structure (4+ marks):
- Definition: Virtual memory uses hard drive space as extension of RAM
- When used: When physical RAM is full and more memory needed
- Process: OS moves less-used data from RAM to page file on hard drive (paging/swapping)
- Benefit: Allows running more programs than physical RAM permits / prevents crashes
- Drawback: Much slower than RAM because hard drive access is slow / can cause severe performance degradation (thrashing)
- Conclusion: Virtual memory is essential safety feature but not a replacement for physical RAM