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

Simulados

Definir como pagina inicial

Adicionar esta pagina aos favoritos

Assinar endereco de e-mail

Unix perguntas e respostas de entrevista

Diferencas relacionadas

Linux vs Unix

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

Isto e util? Adicionar comentario Ver comentarios
 

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

Isto e util? Adicionar comentario Ver comentarios
 

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

Isto e util? Adicionar comentario Ver comentarios
 

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

Isto e util? Adicionar comentario Ver comentarios
 

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

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

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.