Q: What type of programming language uses another program to read and execute coded instructions?
or
Q: Which kind of programming language reads and executes coded instructions using a different program?
- Object-oriented
- Interpreted
- Functional
- Compiled
Explanation: The type of programming language that uses another program to read and execute coded instructions is interpreted. In interpreted languages, the code is executed directly by an interpreter at runtime, rather than being compiled into machine code beforehand.