Exam-style question
Try this first
Which design is most consistent with a structured approach?.
- A.A single procedure containing all input, processing and output instructions with no sections
- B.A main module divided into separate modules for input, processing and output
- C.A collection of unrelated statements arranged in the order they were written
- D.A program whose modules are selected randomly during design
Model answer
What a good answer should say
- A main module divided into separate modules for input, processing and output
Explanation
Why this works
A structured design decomposes a larger task into related modules. Separating input, processing and output is an example of organising responsibilities clearly.
Common mistake
No common mistake is linked to this question yet.
