가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

Unix 면접 질문과 답변

관련 차이점

Linux vs Unix

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

도움이 되었나요? Add Comment View Comments
 

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

도움이 되었나요? Add Comment View Comments
 

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

도움이 되었나요? Add Comment View Comments
 

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

도움이 되었나요? Add Comment View Comments
 

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

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

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.