retagged by
297 views
1 votes
1 votes

A designer makes a mistake and builds a cache that has a MRU (most recently used) replacement policy instead of an LRU replacement policy. What is left in a 4-entry, fully associative, MRU cache with 1 byte lines after the following address accesses?
1, 2, 3, 4, 5, 3, 5, 1, 5, 2

  1.   2
  2.   2, 5
  3.   2, 5, 3
  4. 2, 5, 1, 3

please verify this..it will be option D..right??

retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
3
Tulsidhar M asked Nov 30, 2018
833 views
What is the correct formula for tag directory size in associative mapped cache concept.?
4 votes
4 votes
1 answer
4
saxena0612 asked Jan 1, 2018
1,801 views
If main memory $=128 \ KB$ and cache memory is of $2KB$ with $16B$ lines .and uses associative mapping .What would be the # of bits used for Tag for each block?