Questions et réponses d'entretien les plus demandées et tests en ligne
Plateforme d'apprentissage pour la preparation aux entretiens, les tests en ligne, les tutoriels et la pratique en direct

Developpez vos competences grace a des parcours cibles, des tests blancs et un contenu pret pour l'entretien.

WithoutBook rassemble des questions d'entretien par sujet, des tests pratiques en ligne, des tutoriels et des guides de comparaison dans un espace d'apprentissage reactif.

Preparation a l'entretien

Tests blancs

Definir comme page d'accueil

Ajouter cette page aux favoris

S'abonner avec une adresse e-mail

Unix Questions et reponses d'entretien

Differences associees

Linux vs Unix

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Les plus utiles selon les utilisateurs :

Copyright © 2026, WithoutBook.