InterviewSolution
Saved Bookmarks
| 1. |
When a process begins execution with no pages in memory?(a) process execution becomes impossible(b) a page fault occurs for every page brought into memory(c) process causes system crash(d) none of the mentionedI got this question in an online interview.My question is from Virtual Memory in portion The Linux System of Operating System |
|
Answer» Correct answer is (B) a page fault OCCURS for EVERY page BROUGHT into memory |
|