-
When does a Page fault occur?
-
- There is an error in a specific page
- A program accesses a page not currently in main memory
- A program accesses a page of main memory
- A program accesses a page belonging to another program
Correct Option: B
When the page (data) requested by a program is not available in the memory, it is called as a page fault. It occurs when a program accesses a page that has been mapped in address space, but has not been loaded in its main memory (RAM).This usually results in the application being shut down.