2,193 views
3 votes
3 votes
which of the following statement (if any) are generally true?

1. There is no way to reduce compulsory misses.

2. Full associative cache have no conflict misses.

3. In reducing misses, associativity is more important than capacity.

1 Answer

0 votes
0 votes
1) No,  compulsory miss can be reduced. It is like all places in cache is empty and No block yet  came. So to reduce compulsory miss take some block in cache

2)No, Conflict miss is there , when there is no place empty in cache. Associativity cannot say there is no conflict misses

3) No, I think  they are equally important  

   Associativity is for conflict misses

 when Capacity is for capacity misses

http://courses.cs.washington.edu/courses/cse378/02sp/sections/section9-2.html

Related questions

0 votes
0 votes
0 answers
1
Anjan asked Dec 24, 2017
909 views
Consider a cache as follows:Direct mapped8 words total cache data size2 words block sizeA sequence of memory read is performed in the order shown from the following addr...
0 votes
0 votes
1 answer
3
rahuldb asked Nov 10, 2016
798 views
, if the sequence of blocks refered by cpu is given as 1,3,5,6,7,1,5,4.