Translators Flashcards
1
Q
What are translators?
A
They are programs that convert high-level source code into low level object code which then can be ready to be executed by the computer.
2
Q
Types of translators: compiler
A
Compilers translate high-level code into machine code all at once (it translate all the code into machine code and then executes it )
3
Q
Types of translators: interpreter
A
Interpreters translate and execute code line by line they stop and produce an error if a line contains an error.