edited by
500 views
0 votes
0 votes

Consider an array A[100] and each element occupies 4 word a 32-word cache is used and divided into an 8-word block

  1. What is the hit ratio for

              for(i=0;i<100;i++)

                        x=A[i]+100;

  1. No of time block 0 is modified.
edited by

Please log in or register to answer this question.

Related questions

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,496 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 ________....