Interview Questions - UNIX Memory Management
37.
What are states that the page can be in, after causing a page fault?
- On a swap device and not in memory,
- On the free page list in the main memory,
- In an executable file,
- Marked "demand zero",
- Marked "demand fill"
38.
In what way the validity fault handler concludes?
- It sets the valid bit of the page by clearing the modify bit.
- It recalculates the process priority.
39.
At what mode the fault handler executes?
At the Kernel Mode.
40.
What do you mean by the protection fault?
Protection fault refers to the process accessing the pages, which do not have the access permission. A process also incur the protection fault when it attempts to write a page whose copy on write bit was set during the fork() system call.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers