Multiple choice

Which of the following converts and executes one statement at one time?

  1. Compiler

  2. Interpreter

  3. Converter

  4. Translator

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An interpreter is a program that reads and executes code. This includes source code, pre-compiled code, and scripts and it can execute an statement at one time .