Q
Medium 2 Marks
Computer Studies Computer Software
An interpreter translates a program:
Explanation
An interpreter translates and executes program code line by line during runtime, unlike a compiler that translates all at once.
Reference: Computer Studies Textbook , Page 6
Hint
Compare with how a compiler works — it is the opposite approach.