4.6.3 Types of program translator Flashcards
1
Q
What does an Assembler do?
A
Translates assembly language into machine code
2
Q
What does a Compiler do?
A
Checks for errors in high-level language code then translates it all at once into machine code
3
Q
What does an Interpreter do?
A
Translates high-level languages into machine code line-by-line, checking for errors as it goes.