Exam-style question
Try this first
What is meant by an imperative high-level language?.
- A.A high-level language in which a program gives a sequence of instructions describing how a task is carried out
- B.A language consisting only of binary machine instructions
- C.A language that cannot contain variables or assignment
- D.A language that is necessarily an assembly language
Model answer
What a good answer should say
- A high-level language in which a program gives a sequence of instructions describing how a task is carried out
Explanation
Why this works
An imperative high-level language describes how a task is performed by using ordered instructions. It is high-level because it abstracts away from the low-level details of machine code and assembly language.
Common mistake
No common mistake is linked to this question yet.
