Font size
WorksheetsJ277 2.5 Prog Langs IDEs L01
Total questions: 10
Worksheet time: 5mins
Machine code is used in which generation of a programming language?
1st Generation
2nd Generation
3rd Generation
4th Generation
Which language translator is needed for the first generation?
Compiler
Interpreter
No Translator
Language Translator
Which of these is an example of a low-level language?
Delphi
LMC (little man computer assembler)
Basic
C#
Which of these converts a computer program from one language to another?
Compiler
Interpreter
No Translator
Language Translator
Which language translator is used with the third generation?
Compiler
Interpreter
No Translator
Language Translator
Which generation would create the fastest code to execute?
1st Generation
2nd Generation
3rd Generation
4th Generation
Which generation would be easier to program for a programmer?
1st Generation
2nd Generation
3rd Generation
4th Generation
An advantage of programming in low-level programming is
Easier to understand
Takes up less code
Produce programs that require small file sizes
Easier to de-bug
An advantage of programming in a high-level programming language is
Easier to understand
Useful for device drivers
Programs require smaller file sizes
Programs execute faster than other generations
What sort of relationship are low-level languages said to have with high-level
languages?
One to One (One high level instruction is equivalent to one low level)
One to Two (For every high level instruction there are two low level instructions)
One to many (For every high level instruction there are many low level instructions)
Many to One (Many high level instructions translate into one low level instruction)
