18,276 views
2 votes
2 votes
The design strategy that starts with a global view of the entire problem and breaks the problem down into smaller, more manageable subproblems is known as what type of design?

User AXMIM
by
3.1k points

1 Answer

5 votes
5 votes

Answer:

Top down design

Step-by-step explanation:

Top-down design is an approach that is used to break down the problem into the smaller subpart so that it can be manageable into more clear form.

C programming is the example of a top-down approach while C++ is the example of the bottom-up approach.

The advantages of the top-down design approach are:

1) easy to manage

2) easy to find the error

3) easy to debug

User Kataras
by
2.9k points