Q
Medium 1 Mark
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
Hint
Errors are found immediately line by line with an interpreter.