Quiz submission record for quiz2-1-2 at Tue Jun 29 01:19:21 2004: Your Answer for Question 1: Arrays and pointers seem unaltered during translation. It seems you can access arrays with operations such as lw (load word). Because arrays can be quite large you can access, so it would be better if they are left alone and accessed when needed using the name of the array, otherwise memory spilling could occur. Pointers are essentially the array name and are needed for lookup. Your Answer for Question 2: Assuming k is located at register $s0, addi $s0 $s0 1 Your Answer for Question 3: This introduction to mips seems pretty simple so far. The only thing that confused me is the offset when loading and storing. Your unique submission ID is quiz2-1-2-cs61c-al-1088497161-198.