Memory Management Question:

Download Job Interview Questions and Answers PDF

Do you know what is page fault and when does it occur?

OS Memory Management Interview Question
OS Memory Management Interview Question

Answer:

A page is a fixed length memory block used as a transferring unit between physical memory and an external storage. A page fault occurs when a program accesses a page that has been mapped in address space, but has not been loaded in the physical memory.

Download OS Memory Management Interview Questions And Answers PDF

Previous QuestionNext Question
What is dirty bit?What are the main types of memory?