Exam-style question
Try this first
Which feature must each sub-problem have to support procedural decomposition?.
- A.It must accomplish an identifiable task
- B.It must contain every task in the whole problem
- C.It must be written in a different programming language
- D.It must be impossible to divide further
Model answer
What a good answer should say
- It must accomplish an identifiable task
Explanation
Why this works
The purpose of decomposition is to create sub-problems that each have an identifiable task.
Common mistake
No common mistake is linked to this question yet.
