I have a direct mapped instruction cache on a 32-bit MIPS processor. The
capacity is 2048 bytes and the block size is 16 bytes.
Assume that 10 instructions are executed in each iteration of a loop. Before the loop starts, we can assume that
the cache is empty (all valid bits are set to zero).
The first instruction in the loop starts at address 0x00400200.
What is then the cache hit rate when executing the loop,
if the loop iterates 10 times?