engineering computer science MCQ #190

If a computer system has a main memory access time of 100ns and a cache access time of 10ns, what is the average memory access time if cache hit rate is 90%?

engineering computer science MCQ #190

  1. Question 1

    Q1. If a computer system has a main memory access time of 100ns and a cache access time of 10ns, what is the average memory access time if cache hit rate is 90%?

    • A) 19ns
    • B) 20ns
    • C) 21ns
    • D) 25ns

    Answer: 19ns

    Explanation: Average memory access time = cache hit rate * cache access time + (1 - cache hit rate) * main memory access time = 0.9 * 10 + 0.1 * 100 = 9 + 10 = 19