edited by
1,186 views
1 votes
1 votes
Suppose there is a system which has 3 levels of cache i.e L1, L2 and L3. The access times of L1, L2 and L3 cache memories are 100 ns/word, 150 ns/word, and 250 ns/word respectively. The L2 and L3 cache memories are divided into a blocks of 5 words. The hit ratio for L1 and L2 are 80% and 90% respectively. What is the average access time?

A. 103ns
B. 108ns
C. 220ns​​​​​​​
D. 112ns
edited by

1 Answer

0 votes
0 votes
Avenge access time =0.8*100+0.2*0.9*150+0.2*0.1*250

                              =220 [simultaneous access if match only that word send to CPU]

Related questions

3 votes
3 votes
1 answer
2
rahuldb asked Nov 17, 2016
15,958 views
A two-way associative cache memory uses blocks of four words.The cache can accommodate a total of 2048 words from main memory.The main memory size is 128K X 32.Find out t...
1 votes
1 votes
3 answers
4
jagadeesha kanihal asked Sep 30, 2015
796 views
Case1) cache block size is 4 Words and memory block size is 8 WordsCase2) cache block size is 8 Words and memory block size is 4 Words