Memory management Interview questions


Total available count: 45
Subject - Operating System
Subsubject - Memory management

What are data structures that are used for Demand Paging?

Kernel contains 4 data structures for Demand paging. They are,

1. Page table entries,

2. Disk block descriptors,

3. Page frame data table (pfdata),

4. Swap-use table.




Next 5 interview question(s)

1
What is called a page fault?
2
What is the window of the working set of a process?
3
What is the working set of a process?
4
What is the principle of locality?
5
What are conditions for a machine to support Demand Paging?