Translate code before it runs - Computer Science | Zoonk
Translate code before it runs
Connect human-readable source code to the machine instructions a CPU can run. You’ll compare a compiler, which translates ahead of time, with an interpreter, which runs code step by step.