Exam-style question
Try this first
Which is an advantage of using a structured approach when constructing a program?.
- A.It guarantees that the program contains no errors
- B.It makes every program shorter than an unstructured program
- C.It can make individual modules easier to understand and maintain
- D.It removes the need to decide what the program must do
Model answer
What a good answer should say
- It can make individual modules easier to understand and maintain
Explanation
Why this works
Breaking a program into logical modules can reduce complexity and help programmers understand, modify and maintain separate parts of the program.
Common mistake
No common mistake is linked to this question yet.
