Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 47)
What is the benefit of breaking down a complex problem into smaller parts in the context of programming?
It makes the problem more complex.
It makes the problem easier to solve and understand.
It increases the execution time.
It hides the details from the user.
Explanation
Decomposition simplifies the problem and makes it more manageable.
Comments (0)
