Programming Concepts

What term describes the following? the process of executing source code line by line without producing a separate machine-code file.

Correct answer

B. Interpretation

Explanation

Interpretation refers to the process of executing source code line by line without producing a separate machine-code file.