Quiz submission record for quiz3-2-2 at Thu Jul 8 09:01:18 2004: Your Answer for Question 1: Preprocessor is the first step in complilation. For instance, header files and constant ..etc will be seem by the program and store in memory. In the compiling process, C program is translated into Assembly language, and then is converted to object files and machine languages. Through linker and loader, data are stored in memory locations. If we were to insert the C preprocessor into the chart, we can place it before the complier since preporcessor is the first step in compliation. Your Answer for Question 2: Generally, the combination takes place in some special designed systems. The combination will reduce time in translation and increase the processing speed since steps are reduced. For C program, combination might reduce felxibilty since we will have to translate from high level language to machin languages. This will probably require us to make a more complex C program to perform the tasks. On the other hand, we might also have to complicate the C program since we don't have the intermediate language that is compose by simple instruction such as MIPS. Your unique submission ID is quiz3-2-2-cs61c-es-1089302478-2015.