Answer from cs61c-cj (Peter Lau 16539384) for Question 1 One part of a C program that isn't translated into assembly code is #define. These macros make code easier to understand and are used by the compiler. Another part of a C program that isn't translated are C comments. They help make a program's code readable.