Answer from cs61c-eq (Nicholas Hwang 16732453) for Question 3 The reading was simple enough, but I wasn't clear on one thing. If arrays are stored in memory, what is the base register that refers to the array? Is an actual chunk of the array, some reference into memory, or what? I also am wondering why a distinction must be made between "variables" and "temporary variables". I realize how they are different, but why is it necessary for MIPS to distinguish between them?