Computer Science, asked by abhinavadarsh, 5 months ago

A system uses 4 page frames for storing process pages in main memory.
It uses the page replacement policy where it replaces the page that has not been
referred by the CPU for the longest time . Assume that all the page frames are
initially empty. What is the total number of page faults that will occur while
processing the page reference string given below
4,7,6,15,2,7,65,4, 1,2,3,7, 2,4,7,153

Answers

Answered by neeraj9ya
2

Answer:

In a computer operating system that uses paging for virtual memory management, page replacementalgorithms decide which memory pages to pageout, sometimes called swap out, or write to disk, when a page of memory needs to be allocated. ...

Similar questions