No student devices needed. Know more
15 questions
What is the translator that translates code line by line?
Compiler
Interpreter
Assembler
What type of error breaks the rules of the programming language, meaning it won't even run. For example forgetting to close brackets in Python.
Syntax Error
Run-Time Error
Logic Error
What type of error happens when the program crashes while it is running. For example an out of bounds error or entering string in a number data type.
Syntax Error
Run-Time Error
Logic Error
What type of error happens is hard to detect because the program runs and does not crash but it does not do what it is supposed to?
Syntax Error
Run-Time Error
Logic Error
Which translator hides the source (original) code?
Compiler
Interpreter
Assembler
What is the translator that produces object code so it can be distributed?
Compiler
Interpreter
Assembler
Which translator optimizes the code it translates?
Compiler
Interpreter
Assembler
What is the translator that translates assembly code?
Compiler
Interpreter
Assembler
Which translator does not produce object code and is needed every time the code is translated?
Compiler
Interpreter
Assembler
Which translator is used when testing and debugging code?
Compiler
Interpreter
Assembler
Which translator is used at the end of the developing the program/software?
Compiler
Interpreter
Assembler
Which translator is used at the end of the developing the program/software?
Which translator is used when testing and debugging code?
Which translator hides the source (original) code?
Which translator does not produce object code and is needed every time the code is translated?
Explore all questions with a free account