A system has a memory access time of 100 ns and a cache access time of 10 ns. If the cache hit rate is 90%, what is the average memory access time?
Q1. A system has a memory access time of 100 ns and a cache access time of 10 ns. If the cache hit rate is 90%, what is the average memory access time?
Answer: 19 ns
Explanation: Average access time = (0.9 * 10) + (0.1 * 100) = 9 + 10 = 19 ns.