A computer system uses a cache memory with a block size of 64 bytes. What is the main advantage of using a larger block size?
Q1. A computer system uses a cache memory with a block size of 64 bytes. What is the main advantage of using a larger block size?
Answer: Improved cache hit rate
Explanation: A larger block size can improve the cache hit rate by bringing more adjacent data into the cache, reducing the number of cache misses.