Question
Easy

In _ page replacement algorithm, page that will not be used for longest period of time is replaced whenever a page fault occurs.

1
LRU
2
Optimal
3
FIFO
4
LFU
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Memory
Correct Answer
Option B
Explanation

The correct option is (2): The Optimal Page Replacement Algorithm, often referred to as OPT or MIN, is the correct answer because its core selection criterion is defined precisely as replacing the page that will not be used again for the longest period of time in the future. This algorithm operates on a theoretically perfect understanding of the program's entire sequence of future memory accesses, known as the reference string.…Read More

In page replacement - HTET Level 3 | Clear Cutoff