Principais perguntas e respostas de entrevista e testes online
Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo

Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.

WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.

Preparar entrevista

Unix perguntas e respostas de entrevista

Diferencas relacionadas

Linux vs Unix

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

Isto e util? Adicionar comentario Ver comentarios
 

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

Isto e util? Adicionar comentario Ver comentarios
 

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

Isto e util? Adicionar comentario Ver comentarios
 

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

Isto e util? Adicionar comentario Ver comentarios
 

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

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.