41.5k views
3 votes
Complete the sentence to identify disadvantages of top-down programming design. Choose all that apply. Top-down programming design makes it difficult for the user to easily change the code if the steps in the process change. does not allow for the reuse of portions of code to solve problems in other programs. cannot create a view of the program from start to finish. results in code that is intended to only be executed sequentially.

2 Answers

3 votes

so is it all about codes and codes and codes and codes and codes lol

User Pravin Yadav
by
5.3k points
6 votes

Answer:

a makes it difficult for the user to easily change the code if the steps in the process change.

b does not allow for the reuse of portions of code to solve problems in other programs.

Step-by-step explanation:

User Yao Zhao
by
4.8k points