Quiz submission record for quiz2-1-2 at Tue Jun 29 00:17:31 2004: Your Answer for Question 1: There is no main in a MIPS because the MIPS assembly language executes sequentually. There also doesn't seem to be a malloc type instruction. This is because the MIPS uses the stack. Your Answer for Question 2: add k k 1 (Is this what is meant "there is a memory location labeled with k." Does this statement mean there is a register named k. I don't understand this statement. The way I would write this in MIPS, assumming k was stored in $s0 and 1 is stored in $s1 is add $s0 $s0 $s1 ) Your Answer for Question 3: I found the offset most difficult because it is always a multiple of 4. Your unique submission ID is quiz2-1-2-cs61c-ap-1088493451-3222.