Which term refers to a solution to a large problem that is based on the solutions of smaller subproblems.
○ procedural abstraction
○ modularity
○ API
○ library
Which term refers to a solution to a large problem that is based on the solutions of smaller subproblems
Share
The correct answer is modularity.
Modularity refers to the design principle of breaking down a large problem into smaller, manageable subproblems or modules. Each module can be developed, tested, and maintained independently, making it easier to solve the larger problem by addressing these smaller components. This approach enhances organization and simplifies complex systems, making them more efficient and understandable.