Quiz submission record for quiz2-1-2 at Mon Jun 28 20:17:46 2004: Your Answer for Question 1: 1. Comments enclosed by /* blah */ are used to explain a C program. 2. Preprocessor code such as #define or #include for inserting code from another file or making macros. Your Answer for Question 2: lw $s0, 0(k) # k would normally be a register with an address... called a base register add $s0, $s0, $t0 # assume $t0 = 1 sw $s0 0(k) Your Answer for Question 3: I liked the designe principles: Simplicity favors regularity. Smaller is faster. Your unique submission ID is quiz2-1-2-cs61c-ea-1088479066-347.