SLR 20/ Thinking Procedurally Flashcards
1
Q
Top-down design (also know as stepwise refinement) is a method used to help identify the components of a problem. List the advantages of using this method.
A
Parts of the solution may end up being reusable elsewhere.
Breaking down a problem into smaller parts helps programmers work out what needs to be done.
Breaking a problem into smaller parts enables more than one person to work on the solution at a time.
New parts become less complicated and easier to figure out.