70.9k views
4 votes
Top Down Design makes it easier to solve a problem by:___________

a) Breaking the problem down into smaller parts
b) Starting your code from the first command
c) Starting with the biggest function and then moving to smaller ones
d) Making each function hold only one command

1 Answer

5 votes

Answer:

c) Starting with the biggest function and then moving to smaller ones

Step-by-step explanation:

This design is a breakdown of a structure to determine the text functionality for small parts. The system analyzes the built-in top-down style, which defines and does not define some first-level components, often referred to as an unstable layout.

so correct answer is c) Starting with the biggest function and then moving to smaller ones

User Morgan Cheng
by
5.6k points