OSQBMid 2 Jun 2023
OSQBMid 2 Jun 2023
1. Explain segmentation.-3
2. What is page fault? Explain steps to handle page fault with diagram.
3. What is paging? Discuss basic paging technique in details.-2
Define Virtual Memory. Explain the process of converting virtual addresses to physical
4.
addresses with a neat diagram.
Write about Least Recently Used page replacement algorithm all its variants with an
5.
example.
Explain Demand Paging. State the need of demand paging. Explain the steps to handle a
6.
page fault using demand paging.
For the following page reference string: 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1, 7, 0, 1
7. Calculate the page faults applying the following Page Replacement Algorithms for a
memory with three frames: (i) Optimal (ii) LRU (iii) FIFO
If FIFO page replacement algorithm is used with 4 page frames and 8 pages, how
8. many page faults will occur with reference string 0124720347 if four page frames are
initially empty? Solve the same problem for LRU page replacement algorithm.