Quiz submission record for quiz6-2-1 at Tue Jul 27 19:38:54 2004: Your Answer for Question 1: Offset = 8 bits Index = 6 bits Tag = 18 bits Index = 53 mod 8 or index 5 The tag field will be all 0's (all the 1's are in the index and offset). Your Answer for Question 2: In the after code, the values are more localized, so spatial locality is taken advantage of better. Instead of the values going all the way up to 200, 20 times in Before, they only go up to 20, 200 times. In dealing with memory accesses, the addresses are closer to each other in after, so memory access is a bit faster. (The range would be 0-20 in after, as opposed to 0-200 in before). Your unique submission ID is quiz6-2-1-cs61c-ev-1090982334-3299.