What is the average memory access time for a machine with a cache hit rate of 75 % and cache access time of 6ns and main memory access time of 1000ns when-Hierarchical access memory organization is used.
Answers
Answered by
0
Answer:
Hit ratio of cache = Hcache = 0.8
Tcache = 30 ns
Tmemory = 150 ns
CPU access time = Hcache * Tcache + (1 – Hcache)(Tcache + Tmemory) = 0.8 * 30 + 0.2 * (30 + 150) = 60 ns
I help you so please mark me as brainlist
Similar questions