A computer system uses a 2-way set-associative cache. What is the main advantage?
Q1. A computer system uses a 2-way set-associative cache. What is the main advantage?
Answer: Reduced cache misses
Explanation: 2-way set-associative cache reduces cache misses by allowing two cache lines to be stored in each set, increasing the chances of a cache hit.