Recent questions tagged cache-memory

8 votes
5 answers
632
How much speed do we gain by using the cache, when cache is used $80$% of the time? Assume cache is faster than main memory.$5.27$$2.00$$4.16$$6.09$
50 votes
4 answers
640
1 votes
1 answer
651
Will conflict misses increase if k-way set associative cache is used and we increase the cache capacity?
1 votes
1 answer
654
Q. are all these equal?Cache line size = Main memory block size = Virtual Memory Page size = Main memory Frame size?please clear the confusion between both these process...
0 votes
1 answer
660
In LRU policy for cache replacement. the least recently used block is replaced. So, what happens when all the slots are empty at beginning?Is LRU or MRU easier to impleme...