Exam-style question
Try this first
What is a benefit of structuring a program into modular parts with clear documented interfaces?.
- A.It supports the design of an appropriate modular structure
- B.It guarantees that no prototype will ever be needed
- C.It removes the need to design algorithms
- D.It means that the user interface does not need to be considered
Model answer
What a good answer should say
- It supports the design of an appropriate modular structure
Explanation
Why this works
The specification expects students to have experience structuring programs into modular parts with clear documented interfaces so that appropriate modular structures can be designed.
Common mistake
No common mistake is linked to this question yet.
