Ask Question
21 March, 21:34

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?

+2
Answers (1)
  1. 21 March, 21:45
    0
    Top down design

    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
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The design strategy that starts with a global view of the entire problem and breaks the problem down into smaller, more manageable ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers