Quiz submission record for quiz6-2-1 at Wed Jul 28 09:42:08 2004: Your Answer for Question 1: the binary rep of 53 is 110101 Index: 101- so it would be stored in index 5 (110101 modulo 8) Tag: 110 (the upper bits) Your Answer for Question 2: the compiler tries to rearrange code so as to optimize the efficiency without changing the meaning of the code. this particular change will speed up the running of the code. the cpu time depends on memory stalls or how many times the cache has to replace a slot. if the above change is made, the cache can assign the loop a set of 20 slots and rewrite them for every loop 200 times. this is more efficient than setting a 200 space slot and rewriting it 20 times. Your unique submission ID is quiz6-2-1-cs61c-aq-1091032928-2114.