Quiz submission record for quiz2-1-2 at Tue Jun 29 02:21:05 2004: Your Answer for Question 1: arrays and variables. arrays have to be dealt with in the memory due to the lack of registers, thus the lw and sw functions. variables are implemented as registers, from $s0 - $s31. The simplification and limitation of assembly language allows for quicker results. Your Answer for Question 2: let 1 = $s1 and k = $s2. add $s2, $s1, $s2 # register $s2 contains $s2 + 1 Your Answer for Question 3: The transferring of operations from memory to the processor, specifically the terms offset and base register. Your unique submission ID is quiz2-1-2-cs61c-ar-1088500865-1370.