Operating Systems - Old Questions
Question Answer Details
9. Consider the following page reference string: 3, 2, 1, 3, 4, 2, 8, 9, 7, 4, 2, 9, 8, 3
. Calculate the total number of page faults for Optimal and LRU page replacement algorithms using 4 page frames. [5]
Answer
AI Generated Answer
AI is thinking...