0
6.3kviews
Calculate page faults and Hits using FIFO, LRU and Optimal Page replacement algorithm for the following page sequence
written 7.0 years ago by | modified 3.0 years ago by |
Calculate page faults and Hits using FIFO, Uru and Optimal Page replacement algorith for the following ##page sequence (2,
3,
5,
4,
2,
5,
7,
3,
8,
7). Assume Page frame size is 3.
ADD COMMENT
EDIT
1 Answer