1,476 views
1 votes
1 votes
A memory system consisting of two levels L1 and L2 . The required access times of those are 10 ns and 120 ns respectively. Another memory system has also two levels L3 and L4 whose access times are 15 ns and 150 ns respectively. The hit ratio of second system is 0.9 and average access time is twice than that of first system. If the two memory systems follow simultaneous memory access, what is the hit ratio of first system?

1 Answer

Related questions

2 votes
2 votes
1 answer
3
ankit_thawal asked Jan 18, 2018
504 views
#include<stdio.h>void main(){printf("Hello\b\b\b\b\b");printf("Hi!\b\b\bBye");}