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

What is the correct term to describe the process of breaking down a complex problem into smaller, more manageable sub-problems?
Iteration
Decomposition
Recursion
Abstraction

Explanation

Decomposition is the process of breaking down a problem into smaller parts.

Comments (0)

Advertisement