Which of the following statements is NOT true about virtual memory in an operating system?
Computer Knowledge ·Previously asked in JKSSB Laboratory Attendant 2026
View the full solved paper: JKSSB Laboratory Attendant – 10 May 2026
Question
Which of the following statements is NOT true about virtual memory in an operating system?
- A. It allows programs to use more memory than the physically available RAM
- B. It uses disk space to extend the apparent main memory
- C. It permanently stores running processes in secondary storage (Correct answer)
- D. It loads only required portions of programs into RAM when needed
Correct Answer
Option C — It permanently stores running processes in secondary storage
Detailed Solution & Explanation
The correct answer is It permanently stores running processes in secondary storage.
Key Points
- Virtual memory does not permanently store running processes in secondary storage - it uses demand paging, loading only required portions into RAM.
- Processes are not permanently stored in the swap space.
Topics covered: Operating System Memory Management