147k views
5 votes
An interpreter _______ Group of answer choices uses statements to tell objects to perform actions on themselves translates software code from assembly language into machine language converts and runs the procedural language one statement at a time into machine code converts the source code into machine language code then runs the object code

User Getzy
by
4.4k points

1 Answer

3 votes

Answer:

converts the source code into machine language code then runs the object code

Step-by-step explanation:

In Computer programming, an interpreter converts the source code into machine language code then runs the object code.

Examples of interpreters are Python, Perl and Matlab.

User Michael Commons
by
4.1k points