Quiz submission record for quiz6-1-2 at Tue Jul 27 10:52:47 2004: Your Answer for Question 1: Cooking! Yay! You want to make a dish, you bring items you will most likely need to the table - spatial locality occurs when you if you use a particular ingredient, you're likely to use another ingredient that is near it (hopefully if you had an organized kitchen). Temporal locality occurs when you use an item, you're more likely to use it again soon, say, when making a salad, you use lettuce, you're likely to use more of it as you go along. Your Answer for Question 2: Since our cache is a multiple of 2, it becomes easier to use the lower-order bits (excluding the byte offset bits) for the index since it becomes easier to calculate which index a particular address would go to. The left-most bits are used as our tag and is used to verify if the information stored at a particular block is the desired one. Your unique submission ID is quiz6-1-2-cs61c-cf-1090950767-1.