Ask Question
27 June, 11:25

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

+1
Answers (1)
  1. 27 June, 13:38
    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?
Get an answer to your question ✅ “What might a programming prefer the top-down approach to programming design? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers