retagged by
642 views
0 votes
0 votes

A computer system contains a main memory of 32K 16-bit words. It also has a 4Kword cache divided into four-line sets with 64 words per line. Assume that the cache is initially empty. The processor fetches words from locations 0, 1, 2, . . ., 4351 in that order. It then repeats this fetch sequence nine more times.The cache is 10 times faster than main memory. Estimate the improvement resulting from the use of the cache. Assume an MRU policy for block replacement.

The same question with LRU has been answered:-  https://gateoverflow.in/11240/cache-memory

retagged by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
0 answers
2
Alina asked Dec 21, 2018
888 views
Non pipelined system takes 130 ns to process an instruction. A program of 1000 instructions is executed in non pipelined system. Then same program is processed with proce...
1 votes
1 votes
1 answer
3
Alina asked Dec 21, 2018
24,320 views
Non pipelined system takes 130ns to process an instruction . A program of 1000 instructions is executed in non pipelined system. Then same program is processed with proce...
1 votes
1 votes
2 answers
4
Alina asked Jan 1, 2019
2,976 views
Pipeline system has 4 stages and each stage takes 10ns.30% instructions are branch instructions .each branch instruction introduces delay of 3 cycle. What is speed up fac...