In computer science, Interpretation refers to which of the following?
- A. The process of executing source code line by line without producing a separate machine-code file. ✓
- B. A technique where a function calls itself to solve smaller instances of a problem.
- C. A variable that stores the memory address of another variable.
- D. A programming construct that repeats a block of code while a condition is true.
Correct answer
A. The process of executing source code line by line without producing a separate machine-code file.
Explanation
Interpretation refers to the process of executing source code line by line without producing a separate machine-code file.