Quiz submission record for quiz6-1-2 at Tue Jul 27 04:19:49 2004: Your Answer for Question 1: Temporal locality: One of the example is the phone book in our cell phone. When we called the no. once, it is stored in one the recently called list. so next time we want to make a call to that person we can immediately press the calling button to get the list recently called, and find the personm easily instead of going through the phone book Spatial locality: The example I can think of is for example this is the first day in cal. Lunch time I do not know what else do I eat, where should i go to find restaurant. In the end. I went to the Durant food court. On the next day, there is a high probability that I will go back to Durant to find my meal. This is an example of spatial locality. Your Answer for Question 2: This is becasue the scheme implemented is more convinient, we can easily know that which slot in the cache the particular data should go to simply by moduling the address by the number of slot available for the cache. If the high order bits is used to determine the cache location, we are not able to determine the acahe location with the mod. method Your unique submission ID is quiz6-1-2-cs61c-cg-1090927189-2882.