Quiz submission record for quiz6-2-1 at Wed Jul 28 09:54:01 2004: Your Answer for Question 1: It will map to loaction 5. It's tag will be 110. Your Answer for Question 2: Because we will cycle through j[0]-j[19] often, we can take advantage of spatial locality. If we retrieve a reasonable sized block, we can go through j[0]-j[19] without accessing main memory to often and accessing data off the cache. Then when we increment i, we can retreive new blocks with needed information for the next loop. Your unique submission ID is quiz6-2-1-cs61c-eq-1091033641-3170.