22.2k views
0 votes
In general terms, a program that is broken into smaller units of code such as methods, is known as a ________

1 Answer

5 votes

Answer:

A Modularized Program.

Step-by-step explanation:

Modular programming is a technique that consists of breaking down the functions of a program, into several small pieces of software (modules), in a way that every one of them contains all necessary tools to execute one specific task of the program.

This is greatly helpful when designing a large and complex program, as the software becomes easier to maintain, troubleshoot, or make future changes.

User Jarrette
by
6.3k points