385 views
1 votes
1 votes
The cache takes 2 cycles to access and has a 5% miss rate, main memory takes 100 cycles to access and has an 8% miss rate, and the disk takes 10,000 cycles to access. The average memory access time for a given system is____ (in cycles)

1 Answer

Best answer
1 votes
1 votes
AMAT = Hit time + Miss Rate * Miss Penalty

           = 2 + 0.05 (100 + 0.08*10,000)

           = 2 + 0.05 (100 + 800)

           = 2 + 45

           = 47
selected by
Answer:

Related questions

1 votes
1 votes
0 answers
1
LRU asked Jan 14, 2022
371 views
Consider a memory system that uses a 32-bit address to address at the byte level, plus a cache that uses a 64-byte line size. Assume a four-way set-associative cache with...
1 votes
1 votes
1 answer
2
2 votes
2 votes
2 answers
4
LRU asked Nov 5, 2021
531 views
Consider the following memories with their miss rates and hit times Then the average memory access time is ______ (in ns)