415 views
0 votes
0 votes

State True/False:-

A Page replacement algorithm suffers from Belody's anomoly when it is not a stack algorithm.

how to identify a stack algorithm? Is LRU stack algorithm? Is FIFO stack algorithm?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Jyoti Kumari97 asked Jan 15, 2019
164 views
Can anyone explain me the working of NRU & SECOND CHANCE REPLACEMENT ALGORITHM.
1 votes
1 votes
1 answer
4
Xylene asked Aug 11, 2017
1,043 views
Consider page references, 1,2,3,5,2,3,4 and number of frames = 3.In the end will the frame contain 4,2,3 or 5,4,3 ?