Which type of translator takes the source code as a whole and translates it into object code all in one go?
Assembler
Interpreter
Compiler
Which type of translator translates source code into object code one instruction at a time?
Which type of translator translates assembly language into object code?
Which type of program runs more slowly?
Compiled programs
Interpreted programs
Machine code
Which type of translator uses the most memory?
What is an executable file?
A file that needs to be translated
A file that is corrupt
A file that is ready to run
What is a disadvantage of using a compiler?
The file needs to be translated each time the program is changed
It does not produce an executable file that can be distributed
Instructions are executed as soon as they are translated
What does IDE stand for?
Interpreted development environment
Internal development environment
Integrated development environment
What is an IDE used for?
Correcting logical errors in a program
Helping programmers to produce error-free, maintainable code
Converting hexadecimal to binary
What is code optimisation?
Converting assembly language to binary
Reducing the number of variables by reusing their names
Making a program more efficient so it runs faster and uses fewer resources