Ask Question

What might a programming prefer the top-down approach to programming design?

+5
Answers (1)
  1. 8 December, 12:52
    0
    Top down program design is an approach to program design that starts with the general concept and repeatedly breaks it down into its component parts. In other words, it starts with the abstract and continually subdivides it until it reaches the specific. Consider creating the prime factorization of a number like 1540. The steps involved might look like:

    1540

    2 x 770

    2 x 2 x 385

    2 x 2 x 5 x 77

    2 x 2 x 5 x 7 x 11

    Top down program design works the same way. We start with the overall objective and wind up with a series of steps needed to accomplish it.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What might a programming prefer the top-down approach to programming design? ...” 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