450 views
0 votes
0 votes
If a level of memory hierachy has a hit rate of 75%, memory request takes 12 ns to complete if they hit in the level,and the memory request that miss in the level take 100 ns to complete. The average access time of the level is_________ns

1 Answer

Best answer
1 votes
1 votes

average access time = hit * access time +miss* access time 

=( 75/100)*12 +(25/100)*100

= 9+ 25 

= 34 nsec 

selected by

Related questions

1 votes
1 votes
2 answers
1
iita asked Nov 30, 2016
510 views
A two-way set associative cache memory uses blocks of four words. The cache can accomodate a total of 2048 words from main memory. the main memory size is 128Kx32. What i...
0 votes
0 votes
1 answer
2
S Ram asked Jan 8, 2017
287 views
please provide links if u have about the above mentioned topic. i partially understand the concept but not able to solve sums on that. please help
1 votes
1 votes
0 answers
4