Quiz submission record for quiz2-1-2 at Tue Jun 29 03:14:50 2004: Your Answer for Question 1: I don't really know what the question is asking for but i think the 2 differences are 1. adding multiple operands: In C we can do it in a single instruction, while in MIPS we have to do 2 at a time because the number of arguments is fixed to 3. 2.When we want to access the member of the array in C and do operations to it, we just have to take the array element like this array[i] and work on it. But in MIPS we have to load the value into registers using lw command first. their purpose is to make everything into the register so that the program can run faster. Your Answer for Question 2: lw $t0 k lw $t1 1 add $s0 $t0 $t1 sw $s0 k Your Answer for Question 3: i think this time reading is pretty easy. just curious if i really need to load k to $t0 and store in the previous problem Your unique submission ID is quiz2-1-2-cs61c-cg-1088504090-2824.