Multiple choice Which of the following converts and executes one statement at one time? Compiler Interpreter Converter Translator 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 .