Open In App

ISRO | ISRO CS 2009 | Question 11

A page fault
(A) Occurs when a program accesses an available page on memory

(B) is an error in a specific page
(C) is a reference to a page belonging to another program
(D) occurs when a program accesses a page not currently in memory

Answer: (D)
Explanation: When a page is not found in the cache, the main memory is referenced and if it is not even found in the main memory then a page fault occurs. Now, Page fault service routine is followed to bring the page to the memory form the disk and the page table is updated.
So, option (D) is correct.
Quiz of this Question

Article Tags :