Quiz submission record for quiz6-1-2 at Tue Jul 27 09:56:13 2004: Your Answer for Question 1: Spatial locality example: when I was eating dinner, I got a fork from the kitchen. I also brought a spoon and chopsticks out and later on found that they were useful. Temporal locality example: if I borrowed a gundam toy from one of my friends, then I probably like that toy and will play with it frequently. Your Answer for Question 2: The rightmost two bits are unnecessary because words are byte-addressed. And then we want to mod the remaining bits with the size of cache, and in the book, that was 1024 words, so we are only using bits 11...2 for chache addressing. We don't want to use the high-order bits following the principle of spatial locality. If we do so, then we are putting in the same cache location all the data that are closely addressed from each other. By using the lower bits, we are able to have in our cache memory addresses that are close to each other. Your unique submission ID is quiz6-1-2-cs61c-ew-1090947373-1508.