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

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

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

模擬試験

ホームページに設定

このページをブックマーク

メールアドレスを登録

Unix 面接の質問と回答

関連する比較

Linux vs Unix

質問 66. What are the criteria for choosing a process for swapping into memory from the swap device?

The resident time of the processes in the swap device, the priority of the processes and the amount of time the processes had been swapped out.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 67. What are the criteria for choosing a process for swapping out of the memory to the swap device?

The process?s memory resident time,
Priority of the process and
The nice value.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 68. What do you mean by nice value?

Nice value is the value that controls {increments or decrements} the priority of the process. This value that is returned by the nice () system call. The equation for using nice value is: Priority = (?recent CPU usage?/constant) + (base- priority) + (nice value) Only the administrator can supply the nice value. The nice () system call works for the running process only. Nice value of one process cannot affect the nice value of the other process.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 69. What are conditions on which deadlock can occur while swapping the processes?

</SPAN>
All processes in the main memory are asleep.
All ?ready-to-run? processes are swapped out.
There is no space in the swap device for the new incoming process that are swapped out of the main memory.
There is no space in the main memory for the new incoming process.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 70. What are conditions for a machine to support Demand Paging?

Memory architecture must based on Pages,
The machine must support the ?restartable? instructions.

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。