Quiz submission record for quiz2-1-2 at Mon Jun 28 19:14:10 2004: Your Answer for Question 1: Arrays and expressions working with more than one operation (e.g f = (g + h) - (i + j)). Arrays have to be looked up by their address in memory which has to be a multiple of 4. Expressions with more than one operation have to be broken down in MIPS. This is because MIPS can only work with 3 variables at a time. The purpose of this is so that programming is more convienient for the programmer. Your Answer for Question 2: lw $t1,k add $s1,$t1,1 sw $s1, k Your Answer for Question 3: It was interesting to learn about the thought that went into designing MIPS such as why memory addresses have to be multiples of 4. Your unique submission ID is quiz2-1-2-cs61c-ec-1088475250-2078.