Recent questions tagged cache-memory

4 votes
3 answers
421
1 votes
0 answers
422
How to approach hit latency problems in cache mapping techniques.Please explain with an example.Thank in advance.
0 votes
1 answer
423
4 votes
2 answers
424
A computer has 170 different instructions.Word size is 4B and one word instruction has 2 address fields.One adress for register and one address for memory.If there are 37...
0 votes
1 answer
425
What will be L1 miss rate? I think it is 80/3600 ,but then answer did not match. But if i take 80/2000,then it matches with the given answer
2 votes
1 answer
435
1 votes
0 answers
436
2 votes
0 answers
437
1 votes
0 answers
438
In multilevel cache do we use hierarchical access memory or simultaneous access memory concept?Please mention formula for calculating Avg access time of the system using ...
1 votes
1 answer
443
what part in the address of following mapping techniques1. direct mapped2.set associative3. Associativeused by cache controller for indexing into the cache directory?
2 votes
0 answers
444
There are 4 types of cachesVirtually Indexed Virtually TaggedVirtually indexed Physically TaggedPhysically Indexed Virtually TaggedPhysically Indexed Physically TaggedPlz...
3 votes
1 answer
450
In k-way set associative mapping , the tag field contains 8 bits and 64 no. of sets and propagation delay of a comparator is k/20 nsec and propagation delay of 2*1 multip...