113k views
0 votes
The chapter 6 mentioned that systems analysts and programmers transform objects into program code modules that can be optimized, tested, and reused. Modular design is a very popular design concept in many industries. What other examples of modular design can you suggest?

User Bereng
by
7.3k points

1 Answer

3 votes

Answer:

In system design, modular design is technique used to divide a system in smaller parts to modify, create or change it easily.

Step-by-step explanation:

There are many example of modular design, few of them discussed here.

1. Computer system:

First basic example to understand the modular design is a computer system, a computer system is the composition of different parts such as Monitor, CPU, Key board, mouse and Speakers. All these parts are available separately and combined to complete a computer system.

2. Modular Programming

In modular programming, a program is subdivided into smaller portions that make it easy to modify, test and reused in other portions of the program.

User Dpj
by
7.0k points