热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

Unix 面试题与答案

相关差异对比

Linux vs Unix

问题 86. What does the swapping system do if it identifies the illegal page for swapping?

If the disk block descriptor does not contain any record of the faulted page, then this causes the attempted memory reference is invalid and the kernel sends a ?Segmentation violation? signal to the offending process. This happens when the swapping system identifies any invalid memory reference.

这有帮助吗? 添加评论 查看评论
 

问题 87. What are states that the page can be in, after causing a page fault?</SPAN><SPAN class="answers">
</SPAN>

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?.

这有帮助吗? 添加评论 查看评论
 

问题 88. 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.

这有帮助吗? 添加评论 查看评论
 

问题 89. At what mode the fault handler executes?

At the Kernel Mode.

这有帮助吗? 添加评论 查看评论
 

问题 90. 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.

这有帮助吗? 添加评论 查看评论
 
</SPAN> 3) In what way the validity fault handler concludes? 4) At what mode the fault handler executes? 5) What do you mean by the protection fault? " />

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。