548 views
2 votes
2 votes

Consider a fully associative cache with 6 cache blocks (0 to 5) and the following sequence of memory block requests:


5, 4, 29, 18, 21, 7, 25, 18, 16, 35, 45, 22, 7, 19


If LRU replacement policy is used, which cache block is used for memory block 19? Assume initially 6 blocks are placed in a cache according to lexicographic order of cache index.

1 Answer

Related questions

5 votes
5 votes
3 answers
1
0 votes
0 votes
0 answers
4
Ashwani Yadav asked Dec 6, 2018
153 views
correct answer is 32.5 .why in the calculation, on cache miss, cache access time is not included?