suppose that execution time for a program is directlyproportional to instruction access time and that access to aninstruction in the cache is 20 times faster than access to aninstruction in the main memory. assume that there is 96% chance tofind the requested instruction in the cache (probability to findthe requested instruction in the cache is 0.96), and also assumethat if an instruction is not found in the cache, it must be firstfetched from the main memory to the cache and then fetched from thecache to be executed. compute the ratio of the program executiontime without the cache to the program execution time with cache.this ratio is usually defined as the speedup factor resulting fromthe presence of the cache
Expert Answer
Answer to suppose that execution time for a program is directly proportional to instruction access time and that access to an inst…