Quiz submission record for quiz2-1-2 at Mon Jun 28 18:36:08 2004: Your Answer for Question 1: One part of a C program that isn't translated into assembly code is #define. These macros make code easier to understand and are used by the compiler. Another part of a C program that isn't translated are C comments. They help make a program's code readable. Your Answer for Question 2: lw $t0,k #Put the value of k into a temporary register add $t0,$t0,1 #Add one to the value in register t0 sw $t0,k #Store the value back into the address at k Your Answer for Question 3: I found this reading interesting. I wish they had talked more about the hardware of registers. Your unique submission ID is quiz2-1-2-cs61c-cj-1088472968-637.