Quiz submission record for quiz2-1-2 at Tue Jun 29 10:19:34 2004: Your Answer for Question 1: preprocessor directives,things that are specific to the C language syntax,programmers using it to clearify there programs,some directions for the compiler are not directly translated into assembly.these examples are: type definitions braces, semicolons comments #include, #define Your Answer for Question 2: since we already have k as a memory loction: lw $t0,k addi $t0,1 sw $t0,k Your Answer for Question 3: translating to MIPs(the flow of C doesn't appear in MIPS) Your unique submission ID is quiz2-1-2-cs61c-fx-1088529574-3193.