Quiz submission record for quiz2-1-2 at Tue Jun 29 00:29:00 2004: Your Answer for Question 1: one part of a C program that is not translated directly to MIPS is the assignment statement. MIPS takes care of the assignment statement automatically whether through add, sub, lw, sw, or other functions. however it is very important in C because it is necessary to assign variables and values. the semicolon is also not translated directly. each line in MIPS consists of only one instruction. but the semicolon is important in C because it tells the compiler when one or a set of instructions ends. Your Answer for Question 2: addi k, k, 1 Your Answer for Question 3: please go over how the memory address is formed. what is the constant portion of the instruction and what are the contents of a the second register. example? Your unique submission ID is quiz2-1-2-cs61c-ao-1088494140-825.