WorksheetsProgramming Languages
Total questions: 15
Worksheet time: 12mins
Computers only ‘understand’ their own language, called machine
code
True
False
A program needs to be translated into (a) before it can be ‘understood’ by a computer
What type of programming languages are provide opportunity to programmers to focus on the problem to be solved and require no knowledge of the hardware and instruction set of the computer that will use the program
(a)
Many low-level programming languages are portable
and can be used on different types of computer
True
False
Low-level languages _________
relate to the specific architecture and hardware of a
particular type of computer
problem oriented
that provides to create strong connection with computer hardware
a list of instructions that enable a computer to perform
a specific task
All options in the list related to _____
Advantages
High-level Language
Disadvantages
High-level Language
Disadvantages
Low-level Language
Advantages
Low-level Language
All options in the list related to _____
Advantages
High-level Language
Disadvantages
High-level Language
Disadvantages
Low-level Language
Advantages
Low-level Language
All options in the list related to _____
Advantages
High-level Language
Disadvantages
High-level Language
Disadvantages
Low-level Language
Advantages
Low-level Language
All options in the list related to _____
Advantages
High-level Language
Disadvantages
High-level Language
Disadvantages
Low-level Language
Advantages
Low-level Language
What kind of programming language is represented in the picture?
(a)
What is represented in the picture?
(a)
A computer program that translates an entire program written in a high-level language (HLL) into machine code all in one go known as (a)
If there is an error in the statement then execution ceases and an error message is output, sometimes with a suggested correction.
A sentence above related to _______
assembler
interpreter
Compiler
all of them
1. Programs cannot be run without a specific translator.
2. Programs can take longer to execute.
All the points above related to ______
Advantages
Interpreter
Disadvantages
Interpreter
Advantages
Compiler
Disadvantages
Compiler
Low-level languages are machine dependent
True
False
