人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

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。