Understand that there are three common types of program translator: interpreter, compiler, assembler.
Explain the main differences between these three types of translator.
Understand when it would be appropriate to use each type of translator.
Track each student's skills and progress in your Mastery dashboards
Give this quiz to my class
Q 1/10
Score 0
What is meant by a translator?
45
A translator converts machine code into source
A translator is a programming language close to the English language
A translator converts source code into machine code
A translator is a programming language close to machine code
Q 2/10
Score 0
What is meant by an interpreter?
45
An interpreter translates assembly language into machine code
An interpreter translates assembly language to machine code all in one go into an executable file
An interpreter translates source code to machine code all in one go into an executable file
An interpreter translates source code to machine code one line at a time and checking for errors
10 questions
Q.
What is meant by a translator?
1
45 sec
3.2.13.b
Q.
What is meant by an interpreter?
2
45 sec
3.2.13.b
Q.
What is meant by an compiler?
3
45 sec
3.2.13.b
Q.
What is meant by an Assembler?
4
45 sec
3.2.13.b
Q.
What is one benefit of using an interpreter?
5
45 sec
3.2.13.b
Q.
What is one benefit of using a compiler?
6
45 sec
3.2.13.b
Q.
Why would you use an assembler?
7
45 sec
3.2.13.b
Q.
What is one of the disadvantages with an interpreter?