Complete the sentence to explain why code generation produces executable output.
Code generation translates source code into [1] code that a machine can run directly.Code generation converts source code into machine code, which the computer's processor can execute directly.
Complete the sentence to describe the role of the compiler in code generation.
The compiler converts high-level language into [1] code during code generation.The compiler translates high-level language into machine code, which is executable by the computer.
Fix the error in the explanation about code generation output.
Code generation produces [1] code, which is a human-readable form of the program.Code generation produces machine code, which is not human-readable but executable by the computer.
Fill both blanks to explain how code generation relates to executable output.
Code generation transforms [1] code into [2] code that the processor executes.
Code generation converts high-level source code into machine code, which the processor can execute directly.
Fill all three blanks to complete the explanation of code generation producing executable output.
During code generation, the compiler [1] the [2] code into [3] code for the computer to run.
The compiler translates the source code into machine code, which is executable by the computer.