Answer from cs61c-el (David Tung 16479725) for Question 3 The reading was not very confusing; in fact, it was pretty much straightforward. However, I was confused about the first quiz question. I am not sure what was meant by "translated directly into MIPS code?" Did it mean that there is no corresponding command for it (like + -> add). I thought that all the commands had to be translated into MIPS in order to be further translated into machine code, or did it mean that some parts of C code could only be translated directly into machine code?