Quiz submission record for quiz2-1-2 at Tue Jun 29 01:40:31 2004: Your Answer for Question 1: The preprocessor code, and macros. These are processed by the compiler and changes are applied directly to the source code, before compilation begins. Variable names, are replaced with addresses in the static memory. Your Answer for Question 2: assume $s1 holds the address of variable k lw $t0, 0($s1) addi $t0, $t0, 1 sw $t0, 0($s1) Your Answer for Question 3: The syntax of lw isn't exactly clear.For instance there is no mention of wheter constants are allowed as a parameter. According to 3.8 addi is the correct command for adding a constant to a register. This should've been mentione din 3.4 Your unique submission ID is quiz2-1-2-cs61c-ay-1088498431-508.