Correct Answer: Option A — Translates and executes code line by line
Explanation:
An interpreter translates and executes program code line by line, rather than compiling the whole program at once, which is common in langua...
An interpreter translates and executes program code line by line, rather than compiling the whole program at once, which is common in languages like Python.