Translators Flashcards

1
Q

Compilers advantages and disadvantages

A
  • Translates the whole program in one go.
  • Code executed quicker than an interpreter.
  • More difficult to identify errors.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Interpreters advantages and disadvantages

A
  • Translates the program line by line.
  • Makes it easier to identify errors.
  • Slower than a compiler.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly