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

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

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

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

Unix 面试题与答案

相关差异对比

Linux vs Unix

问题 71. What is ?the principle of locality??

</SPAN>
It?s the nature of the processes that they refer only to the small subset of the total data space of the process. i.e. the process frequently calls the same subroutines or executes the loop instructions.

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

问题 72. What is the working set of a process?

The set of pages that are referred by the process in the last ?n?, references, where ?n? is called the window of the working set of the process.

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

问题 73. What is the window of the working set of a process?

The window of the working set of a process is the total number in which the process had referred the set of pages in the working set of the process.

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

问题 74. What is called a page fault?

Page fault is referred to the situation when the process addresses a page in the working set of the process but the process fails to locate the page in the working set. And on a page fault the kernel updates the working set by reading the page from the secondary device.

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

问题 75. What are data structures that are used for Demand Paging?

Kernel contains 4 data structures for Demand paging. They are,
Page table entries,
Disk block descriptors,
Page frame data table (pfdata),
Swap-use table.

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

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

版权所有 © 2026,WithoutBook。