Quizzma Latest Questions

Which term refers to a solution to a large problem that is based on the solutions of smaller subproblems

Which term refers to a solution to a large problem that is based on the solutions of smaller subproblems.
○ procedural abstraction
○ modularity
○ API
○ library




Leave an answer

Leave an answer

1 Answer

  1. 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.

Related Questions