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

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

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

Prepare Interview

Unix 면접 질문과 답변

관련 차이점

Linux vs Unix

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

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

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

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

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

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

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

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

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

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

Most helpful rated by users:

Copyright © 2026, WithoutBook.