retagged by
867 views
1 votes
1 votes

Consider a computer system in which cache memory write hit takes 5ns and and miss takes 80ns. Cache memory read hit takes 2ns and miss takes 40ns. The cache is having 95% hit. The system received 1000 instructions out of which, 700 operand fetch operations and 300 operand write operations. The average time taken to execute above 1000 instructions is___________?

 

 

what should be the Average access time for read operation(Tread) = 2+ (1-h1)*40 = 2 + (0.05)*4   OR   h1*2+ (1-h1)*40 =0.95*2+(0.05)*40 ?

retagged by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
3
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
4
samir757 asked Dec 23, 2021
475 views
Consider a 32-bit microprocessor that has an on-chip 16-KByte four-way set-associative cache. Assume that the cache has a line size of four 32-bit words.Where in the cach...