A memory management technique used to improve computer perfo
A memory management technique used to improve computer performance is selecting memory chips based on their cost storing as much data as possible on disk using the cache to store data that will most likely be needed soon preventing data from being moved from the cache to primary memory The average memory access time for a microprocessor with a cache is 3 clock cycles. If data is present and valid in the cache, it can be found in 1 clock cycle. If data is not found in the cache, 100 clock cycles are needed to get it from off-chip memory. What is the AMAT for this cache? 1 2 3 4 100 What is the miss rate of the cache in the previous question? 1% 2% 3% None of the above
Solution
Answer 7 - C
Using cache to store data will reduce the access time by which the performance get improved.
