268 views

1 Answer

Best answer
2 votes
2 votes

In this question, they have mentioned about the cache miss time and cache hit time directly and they are not saying “cache access time/ memory access time”, so we use the below formula:

 

Average Access Time = Hit Rate×Hit Time + Miss Rate×Miss Time

                                  = 0.8(5) + 0.2(50)

                                  = 14ns

selected by

Related questions

3 votes
3 votes
1 answer
4
LRU asked Dec 4, 2021
1,131 views
Consider a direct-mapped cache with 64 blocks and a block size of 16 bytes. Byte address 1200 will map to block number ………… of the cache.