Answer from cs61c-ak (Tony Lai 15937131) for Question 1 #include and type key words such as int and char are not translated directly into assembly language. #include is there to enable the programmer to access another library (which MIPS doesn't have), while types are in C to enble program using to be able to input "human language" into the program.