The following statement describes a specific concept. What is it called? a program that translates an entire source program written in a high-level language into machine code before execution.
- A. Symbol table
- B. Token
- C. Syntax analysis
- D. Compiler ✓
Correct answer
D. Compiler
Explanation
Compiler refers to a program that translates an entire source program written in a high-level language into machine code before execution.