recategorized by
324 views
4 votes
4 votes

Which one of the following is/are correct? (Mark all the appropriate choices)

  1. Compulsory misses can be reduced by increasing the total cache size.
  2. Capacity misses can be reduced by increasing the block size.
  3. Conflict misses may be reduced by increasing the value of associativity.
  4. Compulsory misses can be reduced by increasing the cache block size.
recategorized by

1 Answer

1 votes
1 votes
Compulsory Miss: Can be reduced by increasing the cache block size. It can increase if we increase the cache size.

Capacity Miss: Can be reduced by increasing the cache size.

Conflict Miss: Can be reduced by increasing the associativity. It can increase with a larger block size (which can increase the chance of conflicts).

So, correct answer: C;D.
Answer:

Related questions

1 votes
1 votes
1 answer
1
2 votes
2 votes
1 answer
2