The concept in which the process of translating source code written in a high-level language into machine code before execution is best known as which of these terms?
- A. Variable
- B. Compilation ✓
- C. Static typing
- D. Recursion
Correct answer
B. Compilation
Explanation
Compilation refers to the process of translating source code written in a high-level language into machine code before execution.