edited by
200 views
1 votes
1 votes
Consider a cache memory having hit ratios for read and write operations are80% and 90% respectively. If there is miss (either for read and for write ) entire 2word block is to be through from main memory to cache. Let there are 30% updations. The cache access time is 20 ns/word main memory access time is 100ns/word.what is the efficiency of the cache using the write back scheme? (a) 15.5 million words /sec. (b) 16.5 million words /sec.       (c)14.5million words /sec.                     (d)13.5 million words /sec
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
3
Anjan asked Nov 8, 2017
430 views
ASAIK for Tavg(read) = T(read) = HR(read) * Tc + (1-HR) * (Tc+Tm)but while calculating they have neglected Tc in (Tc+Tm)...Please verify ??