Pre Test
1. Page replacement is an important activity to optimize the memory usage. An Optimal Page Replacement algorithm:
2. What is the primary purpose of page replacement algorithms in virtual memory management?
3. Which page replacement algorithm replaces the page that has not been used for the longest period of time?
4. In the FIFO page replacement algorithm, which page is replaced when a page fault occurs?
5. Which page replacement algorithm selects the page that will not be used for the longest period in the future?