Exam-style question
Try this first
Which description best matches the procedural programming paradigm?.
- A.A program organised mainly as a sequence of procedures or functions that operate on data
- B.A program organised only as a collection of graphical screens
- C.A program in which every value must be stored in a database
- D.A program that cannot use selection or iteration
Model answer
What a good answer should say
- A program organised mainly as a sequence of procedures or functions that operate on data
Explanation
Why this works
Procedural programming organises a solution around procedures or functions and the operations they perform.
Common mistake
No common mistake is linked to this question yet.
