A computer program that translates one program instructions at a time into machine language is called:

A ) Compiler

B ) Simulator

C ) Interpreter ✅

D ) CPU


Explanation: Interpreter: An interpreter translates code written in a high-level programming language into machine code line-by-line as the code runs.