What is the hit ratio if a cache memory has 100 hits and 50 misses?
Question 1
Q1. What is the hit ratio if a cache memory has 100 hits and 50 misses?
Answer: 0.66
Explanation: Hit ratio = hits / (hits + misses) = 100 / (100 + 50) = 100 / 150 = 0.66.