Exam-style question
Try this first
Which feature best describes a structured approach to program construction?.
- A.Writing the whole program as one large block of instructions
- B.Dividing the program into logically organised modules
- C.Avoiding any form of planning before coding
- D.Using several programming languages in the same procedure
Model answer
What a good answer should say
- Dividing the program into logically organised modules
Explanation
Why this works
The structured approach organises a program into manageable sections or modules, making its design and construction clearer.
Common mistake
No common mistake is linked to this question yet.
