Die meistgefragten Interviewfragen und Antworten sowie Online-Tests
Lernplattform fur Interviewvorbereitung, Online-Tests, Tutorials und Live-Ubungen

Baue deine Fahigkeiten mit fokussierten Lernpfaden, Probetests und interviewreifem Inhalt aus.

WithoutBook vereint themenbezogene Interviewfragen, Online-Ubungstests, Tutorials und Vergleichsleitfaden in einem responsiven Lernbereich.

Interview vorbereiten

Unix Interviewfragen und Antworten

Verwandte Vergleiche

Linux vs Unix

Frage 86. What does the swapping system do if it identifies the illegal page for swapping?

If the disk block descriptor does not contain any record of the faulted page, then this causes the attempted memory reference is invalid and the kernel sends a ?Segmentation violation? signal to the offending process. This happens when the swapping system identifies any invalid memory reference.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 87. What are states that the page can be in, after causing a page fault?</SPAN><SPAN class="answers">
</SPAN>

On a swap device and not in memory,
On the free page list in the main memory,
In an executable file,
Marked ?demand zero?,
Marked ?demand fill?.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 88. In what way the validity fault handler concludes?

It sets the valid bit of the page by clearing the modify bit.
It recalculates the process priority.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 89. At what mode the fault handler executes?

At the Kernel Mode.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 90. What do you mean by the protection fault?

Protection fault refers to the process accessing the pages, which do not have the access permission. A process also incur the protection fault when it attempts to write a page whose copy on write bit was set during the fork() system call.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 
</SPAN> 3) In what way the validity fault handler concludes? 4) At what mode the fault handler executes? 5) What do you mean by the protection fault? " />

Am hilfreichsten laut Nutzern:

Copyright © 2026, WithoutBook.