CBSE Class 11 Computer Science Question 47 of 80

Getting Started with Python — Question 12

Back to all questions
12
Question

Question 12

"Decomposition leads to simplicity." How?

Answer

Decomposition is the process of breaking down a complex problem or system into smaller, easily manageable parts. These smaller problems are solved one after the other until the bigger complex problem is resolved. This stage involves breaking down the problem into smaller components so that they can be tackled more easily. The more we can break down a problem, the easier it is to solve.