1.

The LRU provides very bad performance when it comes to _________(a) Blocks being accessed is sequential(b) When the blocks are randomised(c) When the consecutive blocks accessed are in the extremes(d) None of the mentionedI got this question by my college director while I was bunking the class.Asked question is from Replacement Algorithms topic in chapter Memory System of Computer Architecture

Answer»

Correct OPTION is (a) BLOCKS being accessed is sequential

The explanation is: The LRU in CASE of the sequential blocks as to waste its one cycle just INCREMENTING the counters.



Discussion

No Comment Found

Related InterviewSolutions