Quiz submission record for quiz6-2-1 at Tue Jul 27 17:30:11 2004: Your Answer for Question 1: cache size = 32 bytes (8 words) 53 (base 10) = 0011 0101 (base 2) The contents of memory location 53 is stored at location 101 (base 2) in the cache. The contents of the corresponding tag field is : 110 (base 2) Your Answer for Question 2: This change is made based on the concept of spatial locality. In the beginning, whenever we are in the innner loop, we have to find a way to access data in the memory 200 times continuously. It means that we have to find a way to store 200 data in our cache => hit time and miss penalty are longer than when we have only 20 data to deal with (when the inner loop runs only 20 times). Your unique submission ID is quiz6-2-1-cs61c-cb-1090974611-2812.