Quiz submission record for quiz6-1-2 at Tue Jul 27 01:38:39 2004: Your Answer for Question 1: Spatial locality is demonstrated in golf. When it is your turn to hit, only the players who are on the same hole as you affect when you can hit the ball. Essentially, rather than analyze the whole course, you select only those people on the same hole as you to determine their posititions on the course. Temporal locality can be applied to baseball managers' choices of relief pitchers because usually the manager would use certain pitchers from the bullpen more frequently than others because of the better statistics of the pitcher. Your Answer for Question 2: The cache has a limited size and these bits are used in a similar way to the hashcode of a hash table, selecting where in the cache to store the information in that piece of memory. The higher order bits could be used if for example teh cache could hold 8 values, then the top 4 bits could be used, but this would not be practical because often times these bits are the same for most memory accesses because data tends to be clumped together, meaning they would all have the same higher order bits. Your unique submission ID is quiz6-1-2-cs61c-an-1090917519-915.