Самые популярные вопросы и ответы для интервью и онлайн-тесты
Образовательная платформа для подготовки к интервью, онлайн-тестов, учебных материалов и живой практики

Развивайте навыки с целевыми маршрутами обучения, пробными тестами и контентом для подготовки к интервью.

WithoutBook объединяет вопросы для интервью по предметам, онлайн-практику, учебные материалы и сравнительные руководства в одном удобном учебном пространстве.

Подготовка к интервью

Unix вопросы и ответы для интервью

Связанные сравнения

Linux vs Unix

Вопрос 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.

Это полезно? Добавить комментарий Посмотреть комментарии
 

Вопрос 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?.

Это полезно? Добавить комментарий Посмотреть комментарии
 

Вопрос 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.

Это полезно? Добавить комментарий Посмотреть комментарии
 

Вопрос 89. At what mode the fault handler executes?

At the Kernel Mode.

Это полезно? Добавить комментарий Посмотреть комментарии
 

Вопрос 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.

Это полезно? Добавить комментарий Посмотреть комментарии
 
</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? " />

Самое полезное по оценкам пользователей:

Авторские права © 2026, WithoutBook.