Question
What is a page fault?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A trap caused when a process references a legal page that is not currently resident in physical memory
Explanation:
The page-fault handler locates the page, obtains a frame, loads the data, and updates the mapping.
The interrupted instruction can then be restarted.
Leave a Reply