Memory Management Question:

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.


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