Types of Translator Flashcards
1
Q
What is a compiler?
A
Compilers translate code into a form that can be executed. However, the compiler does not execute the code
2
Q
What is an interpreter
A
An interpreter is a program that directly executes the instructions in a high-level language, without converting it into machine code.
3
Q
What is a translator
A
A translator or programming language processor is a computer program that converts the programming instructions written in human convenient form into machine language codes that the computers understand and process
4
Q
What is an Assembler
A
Assemblers translate assembly code programs into executable code
5
Q
A