A computer system uses a direct-mapped cache. What is the main disadvantage?
Q1. A computer system uses a direct-mapped cache. What is the main disadvantage?
Answer: Increased cache misses
Explanation: Direct-mapped cache can lead to increased cache misses due to contention between cache lines mapped to the same location.