Quiz submission record for quiz6-1-2 at Tue Jul 27 10:30:36 2004: Your Answer for Question 1: spatial locality is used when cooking, one would want to keep the most frequently used ingredients or spices readily available. Temporal locality could apply to mechanic work, the work bench can hold all of one's tools, but a shop apron can only hold the ones you use the most, and must be put down to make room for more. Your Answer for Question 2: Using the low order bits allows for searching a large portion of the cache by using the modulo function, consequently, one only has to check every 8th cache space instead of all of them to see if the requested information is available. Using the high order bits in the same way would require checking all the cache spaces with those high order bits. Your unique submission ID is quiz6-1-2-cs61c-cx-1090949436-168.