170k views
2 votes
Top-down development divides a program into smaller, more manageable blocks of code.

1.True
2.False

User Pmiranda
by
8.4k points

1 Answer

5 votes

Final answer:

Top-down development is a software development approach that involves dividing a program into smaller, more manageable blocks of code.

Step-by-step explanation:

True.

Top-down development is a software development approach that involves dividing a program into smaller, more manageable blocks of code. In this approach, the high-level design and overall structure of the program are defined first, and then the individual components and functions are implemented. The top-down development approach allows for better organization, easier debugging, and improved code reusability.

User Artch
by
6.7k points