In a virtual memory system, what happens when a page fault occurs?
Q1. In a virtual memory system, what happens when a page fault occurs?
Answer: The page is retrieved from disk
Explanation: On a page fault, the required page is retrieved from disk to main memory.