The _____________ translates source code one command at a time for execution ona computer.
A.
Translator
B.
Interpreter
C.
Compiler
D.
Assembler
Explanation:
Interpreters translate one command at a time during execution, as opposed to compilers and assemblers where source code for the whole application is transformed to executable code before being executed.