Classification of programming languages and translators

EasyMedium
12345678910111213141516171819202122232425262728293031323334
Question 10
Easy

Select one option to show which statement is true about program translators.

An interpreter translates the entire source code file into a standalone executable file before execution.

Compiled programs require the compiler to be present on the target computer to run.

An interpreter translates and executes source code line-by-line, stopping if an error is found.

Compilers make it easier to debug code because they stop translating at the first syntax error they encounter.

Classification of programming languages and translators Questions

  1. GCSE
  2. /Computer Science
  3. /Classification of programming languages and translators