Quiz submission record for quiz2-1-2 at Tue Jun 29 08:27:47 2004: Your Answer for Question 1: Comments are not translated to assembly language code because their sole purpose is to communicate with the programmer; they are not to be compiled. also, i think since MIPS is only considered with the memory location/register that contains a variable, it is unconcerned with the 'type' of the variable- so declarations like 'int', 'float' are not directly translated. Your Answer for Question 2: lw $s0, k # this stores the data in k in a register add $s0, $s0, 1 Your Answer for Question 3: the reading says, words' addresses must always start at multiples of 4 to follow "allignment restriction". what is that? Your unique submission ID is quiz2-1-2-cs61c-aq-1088522867-1692.