edited by
413 views

Please log in or register to answer this question.

Related questions

280
views
1 answers
0 votes
Aravind Adithya 1 asked Nov 23, 2018
280 views
Consider Main memory M and Cache C.1. When we say the access time of main memory is T what parameters does it include?Is it. just obtaining data from M or ... aspects. I understood the overall idea. In NATs, I'm missing by small margins.
358
views
0 answers
0 votes
Harsh Kumar asked Sep 29, 2018
358 views
In the memory access time formula for the hierarchical cache - which is given as : ... then what should be the Emat formula for Load Back cache ? Should we add extra Ti values?
898
views
1 answers
0 votes
MayankSharma asked Sep 14, 2018
898 views
What happens on write miss in a write back cache?First write in main memory then bring the block to cache (dirty bit = 0) orFirst bring the block to cache then write it (dirty bit = 1).
436
views
0 answers
0 votes
Prince Sindhiya asked Sep 14, 2018
436 views
Consider an array has 100 elements and each element occupies 4 words .A 32 word cache is used and divided into a block of 8 words .What is the hit ratio for ... are doing like this is it because we have to follow law of spatial locality ?