retagged by
954 views
4 votes
4 votes
In a cache organized memory there exist $30$% of compulsory misses, $10$% capacity misses, $12$% conflict misses. If cache is fully associative Find the average access time? ($t_{c} = 10ns$, $t_{m} = 100ns$)

a). $10ns$                b). $40ns$                   c). $50ns$                  d). $62ns$
retagged by

1 Answer

Best answer
6 votes
6 votes
there is no conflict miss in fully set associativity mapping

so total number of misses = 30 + 10 =40% = .4

effective access time = 10*.6 + .4 * (100+10)

                                    = 50ns
selected by

Related questions

1 votes
1 votes
0 answers
1
AnilGoudar asked Nov 9, 2017
929 views
How to approach hit latency problems in cache mapping techniques.Please explain with an example.Thank in advance.
1 votes
1 votes
0 answers
3
chandan2teja asked May 27, 2019
213 views
Let A, B, C are k element sets and let S be an n element set where k<=n. How many triples of functions f:A->S, g:B->S, h:C->S are there such that f, g and h are all injec...