[Question 3] Suppose you are running a program with the following data access pattern. The pattern is executed only once. Ox0 0x80x100x180x200x28 (a) If you use a direct mapped cache with a cache size of 1 KB and a block size of 8 bytes (2 words), how many sets are in the cache? (b) With the same cache and block size as in part (a), what is the miss rate of the direct mapped cache for the given memory access pattern? (c) What is the miss rate of the direct mapped cache block size is increased to 16 bytes? Show transcribed image text [Question 3] Suppose you are running a program with the following data access pattern. The pattern is executed only once. Ox0 0x80x100x180x200x28 (a) If you use a direct mapped cache with a cache size of 1 KB and a block size of 8 bytes (2 words), how many sets are in the cache? (b) With the same cache and block size as in part (a), what is the miss rate of the direct mapped cache for the given memory access pattern? (c) What is the miss rate of the direct mapped cache block size is increased to 16 bytes?
Expert Answer
Answer to [Question 3] Suppose you are running a program with the following data access pattern. The pattern is executed only once…