Quiz submission record for quiz6-2-1 at Wed Jul 28 00:32:29 2004: Your Answer for Question 1: the contents are stored in the 110101 mod 8 section which is 101. and the contents of the tag field is 11. Your Answer for Question 2: this improves the performance of the cache by accessing the first index of the array first and then accessing the 2nd index. this access the memory elements in sequentially and thus increases your hit rate. whereas the first code accesses different words of different indexs of the array which may cause misses because those elements can be located anywhere in memory. Your unique submission ID is quiz6-2-1-cs61c-ao-1090999949-936.