question archive In C++ Compare the performance of the following page replacement algorithms: FIFO and LRU
Subject:Computer SciencePrice: Bought3
In C++
Compare the performance of the following page replacement algorithms: FIFO and LRU . Run your program with the following parameters:
Virtual address reference : 6288
3647
5134
Page size: 512 (words)
Number of frames allocated to the process: 4
This should print:
Page Size #of pages Page replacement ALG Page fault percentage