Computer Studies
Programming Fundamentals
What is a key advantage of an interpreter over a compiler?
Explanation
An interpreter makes debugging easier because errors are identified line by line during execution. A compiler shows all errors after compiling the entire program.
Reference: Computer Studies
, Page 4