Recent questions tagged cache-memory

0 votes
1 answer
302
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 (...
0 votes
0 answers
304
https://gateoverflow.in/2078/gate2014-3-44in this question the reason of dividing is that frequenies of operations are given in quantity not in percentage???
0 votes
0 answers
307
3 votes
2 answers
308
0 votes
0 answers
311
IN write-back policies what does meant by the update in memory is supposed to happen when block in cache is evicted?
0 votes
1 answer
314
1 votes
1 answer
316
Are miss latency & miss penalty same in cache?if no then what's the difference???
0 votes
1 answer
321
if in a question it ask for cache capacity the is it calculated by follwing...cache capacity=cache size+ tag memory size+dirty bitcache capacity=tag bits * no. of cache l...
0 votes
0 answers
324
0 votes
0 answers
325
In the following question if we consider for various data types such as char,float and int how would the answer vary?https://gateoverflow.in/1442/gate2013-20
0 votes
0 answers
327
How does cache mapping of various type solve the problem of fragmentation?
1 votes
0 answers
329
What is the difference between Effective Memory Access Time and Average Memory Access Time. Please tell in the context of both Hierarchical access as well as Simultaneous...
1 votes
1 answer
330
How does the various types of locality of reference affects the cache access?