InterviewSolution
Saved Bookmarks
| 1. |
When a program tries to access a page that is mapped in address space but not loaded in physical memory, then ____________(a) segmentation fault occurs(b) fatal error occurs(c) page fault occurs(d) no error occursThe question was asked during an internship interview.Question is from Virtual Memory in chapter The Linux System of Operating System |
|
Answer» The CORRECT ANSWER is (c) PAGE FAULT occurs |
|