How many memory modules of size 1M*4 are required to construct a memory module of size 4M * 16 are ?
75% hit rate, 2ns hit time for L1.
90% hit rate, 10 ns hit time for L2.
100% hit rate, 150 ns hit time for main memory
What percentage of accesses are serviced from L2?
Consider an array A[100] where each element occupies 2 words. A 32-word cache is used and divided into 8-word blocks. What is the hit rate for the below statement in accessing the array elements:
for(i=0; i<100; i++)
A[i] = A[i]-5;
Consider a system with cache access time 15 ns and main memory access time 100 ns. If 60% operations are read operations and hit ratio is 90%. What is the effective access time (in nano seconds) if write through updation technique is used?
Consider a directed mapped cache that has 4-lines and supports a block size of 16 bytes. Calculate the hit ratio for the following memory block access pattern?
0, 8, 15, 14, 32, 12, 18, 8, 15, 48, 12, 21, 32, 18, 21
P1 = 0x34248A4,
P2 = 0x3548A88,
P3 = 0x36A493C,
P4 = 0x35E5680
Which one of the following is TRUE ?