QUESTION IMAGE
Question
a(n) ____ translates by producing a new file; a(n) ____ translates during run time. (1 point)
- interpreter; compiler
- compiler; interpreter
- pseudocode; binary code
- binary code; pseudocode
To solve this, we recall the definitions of compiler and interpreter. A compiler translates source code into an executable file (a new file) before execution. An interpreter translates and executes code line - by - line during runtime (run time). Pseudocode is a high - level description of an algorithm, not a translator. Binary code is machine - readable code, not a translator. So the correct pair is compiler (produces a new file) and interpreter (translates during run time).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. compiler, interpreter