Quiz submission record for quiz6-2-1 at Wed Jul 28 03:14:44 2004: Your Answer for Question 1: Eight words means that we need 32 bytes, which is 2^6, so we need 6 bits to specify the correct byte. The tag is the leftmost 18 bits of the memory address. Your Answer for Question 2: This would help increase performance because of possibly temporal locality. You loop through j 20 times for 200 js, instead of looping thorugh i 200 times for 20 js. Your unique submission ID is quiz6-2-1-cs61c-ah-1091009684-2321.