What term describes the following? the process of executing source code line by line without producing a separate machine-code file.
- A. Recursion
- B. Interpretation ✓
- C. Pointer
- D. Exception handling
Correct answer
B. Interpretation
Explanation
Interpretation refers to the process of executing source code line by line without producing a separate machine-code file.