Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 41)

What is the purpose of decomposition in problem-solving?
To combine several problems into one solution
To simplify the problem by breaking it down into smaller, manageable parts.
To create a flowchart of the problem.
To find a solution by ignoring the initial problem.

Explanation

Decomposition breaks down a complex problem into smaller parts for easier solutions.

Comments (0)

Advertisement