Q
Medium 2 Marks
Computer Studies Computer Memory
How does virtual memory work?
Explanation
When RAM becomes full the OS transfers some data to a section of the hard disk called the paging file or swap space. When that data is needed again it is moved back into RAM. This process is called paging.
Reference: Computer Studies Textbook , Page 5
Hint
Think about the OS moving data back and forth between RAM and hard disk.