Question: Consider a 16 KB, byte addressable, direct-mapped cache with 32 byte blocks, with 32 bit memory addresses. What is the maximum number of array blocks
Consider a 16 KB, byte addressable, direct-mapped cache with 32 byte blocks, with 32 bit memory addresses. What is the maximum number of array blocks that are stored in the cache art any point of time for the code:
int array[4096];
for (i = 0; I <= 4096; i++)
{
sum+= array[i];
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
