Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

a(n) ______ translates by producing a new file; a(n) ______ translates …

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

Explanation:

Brief Explanations

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).

Answer:

B. compiler, interpreter