Define translators (1 point)
What are the types of translators? (3 types)
What does a compiler do? (1 point)
What does an assembler do? (1 point)
What does an interpreter do? (2 points)
You may use this if you are trying to run a program on a different computer than the one you wrote it on as it might have a different processor.
Explain the compiler (4 points)
Reasons to use a compiler (4 reasons)
Explain an interpreter (3 points)
Reasons to use an interpreter (3 reasons)
Explain Bytecode (3 points)
How do we use bytecode? (2 points)
What is source code? (1 point)
What is object code? (2 points)