Quiz submission record for quiz6-2-1 at Wed Jul 28 10:17:13 2004: Your Answer for Question 1: 53 = 110101 Eight word direct mapped cache, therefore, we look at lower 3 bits (log2 8 = 3). Therefore, it would be stored at location 101 = 5 and its tag would be 110 valid bit = 1. Your Answer for Question 2: Spatial locality! In the first example, it will be accessing different colummns per iteration which does not take advantage of spatial locality. However, in the second example, we would be accessing different rows per iteration and since items in a row are next to each other and would be loaded a few at at time into a cache, this would allow the use of spatial locality and hence allow for faster use of the code. Your unique submission ID is quiz6-2-1-cs61c-cf-1091035033-1239.