engineering computer science MCQ #203

What is the hit ratio if a cache memory has 100 hits and 50 misses?

engineering computer science MCQ #203

  1. Question 1

    Q1. What is the hit ratio if a cache memory has 100 hits and 50 misses?

    • A) 0.66
    • B) 0.5
    • C) 0.33
    • D) 0.75

    Answer: 0.66

    Explanation: Hit ratio = hits / (hits + misses) = 100 / (100 + 50) = 100 / 150 = 0.66.