edited by
723 views
0 votes
0 votes

consider prof vamshi writes a program given below and runs on a system which has 2 way set associative cache 16KB data cache with 32B block where each word is 32bits and LRU replacement policy is used. if the base address of array ‘a’ is 0*0 and initially cache is empty then the number of data cache misses are there _______??(assume int takes 4B)

 

edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
pream sagar asked Dec 20, 2018
500 views
Consider an array A[100] and each element occupies 4 word a 32-word cache is used and divided into an 8-word blockWhat is the hit ratio for for(i=0;i<100;i++...
1 votes
1 votes
1 answer
3
Anmol pratap singh asked Jul 8, 2023
598 views
2 votes
2 votes
1 answer
4
chandra sai asked Jan 3, 2018
2,495 views
Consider 3 dimensional Array A[90] [30] [40] stored in linear array in column major order. If the base address starts at 10, The location of A [20] [20] [30] is ________....