Operating System Question Bank
Operating System Question Bank
Operating System Question Bank
Process Burst
time
P1 3
P2 5
P3 7
P4 4
10. Given a page reference reference string(arrival) with four page frames, calculate the page
faults with FIFO and LRU page replacement algorithms respectively : 12, 3, 4, 5, 1, 2, 5, 1,
2, 3, 4, 5, 1,6,7,8,7,8,9,7,8,9,5,4,4,5,4,2.
11. Compare between bitmap and linked list free space management techniques.(any six points)
12. Write any four system calls related to device management.
13. Describe different scheduling criteria.