Exam-style question
Try this first
Which statement about procedural decomposition is correct?.
- A.It can make a complex problem easier to consider by separating it into identifiable sub-problems
- B.It requires every sub-problem to be divided into exactly two further sub-problems
- C.It means that sub-problems must not be divided any further
- D.It replaces the original problem with unrelated tasks
Model answer
What a good answer should say
- It can make a complex problem easier to consider by separating it into identifiable sub-problems
Explanation
Why this works
Procedural decomposition breaks a problem into sub-problems, each with an identifiable task. A sub-problem may also be divided further if needed.
Common mistake
No common mistake is linked to this question yet.
