Computer Studies
Programming Fundamentals
Which translator executes a program line by line?
Explanation
An interpreter translates and executes a program line by line executing each instruction immediately after translation without generating a separate executable file.
Reference: Computer Studies
, Page 4