Quiz submission record for quiz6-1-2 at Tue Jul 27 01:48:00 2004: Your Answer for Question 1: An example of spatial locality is shopping. Let's take school shopping for example. In the store, all the supplies are grouped together (ie pencils, pens, paper, etc). Say you only need paper, but you find you might need writing utencils as well and buy those. Instead of having to go to the store to get these items, you purchase them so you own them and have quick access to them. An example of temporal locality is carrying around a cell phone. You talk on it and keep in on you because it can be used frequently, instead of leaving it at home where it will not serve its purpose. Your Answer for Question 2: When it comes to doing modulo operations, the remainder is essentially the last bits of a number. This comes in handy for direct mapping where the location in the cache is the mem address (modulo no blocks in the cache). The rightmost bits play a big role in determinding the remainder moreso than the left bits. Your unique submission ID is quiz6-1-2-cs61c-al-1090918080-1813.