Chapter 1: Problem 25
What do you call a program that both translates and executes the instructions in a high-level language program?
Short Answer
Expert verified
Answer: The program is called an Interpreter. Some key characteristics of an interpreter include immediate execution, dynamic typing, slower performance, and the absence of executable files.