Exam-style question
Try this first
What is procedural decomposition?.
- A.Breaking a problem into sub-problems, each completing an identifiable task
- B.Combining all parts of a problem into one large task
- C.Removing all procedures from a program
- D.Changing a program from one language to another
Model answer
What a good answer should say
- Breaking a problem into sub-problems, each completing an identifiable task
Explanation
Why this works
Procedural decomposition breaks a problem into a number of sub-problems. Each sub-problem accomplishes an identifiable task.
Common mistake
No common mistake is linked to this question yet.
