Multiple choice

Modular design of a system means

  1. deliver a complex system to the customer, one piece at a time

  2. divide the whole system into a number of units, each of which is quite cohesive within itself and is not too dependent on others and to design and develop the units separately

  3. using models at each phase of system's life cycle

  4. using sophisticated subroutine libraries available in shareware

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Modular design involves breaking a system into independent, cohesive units that can be developed and maintained separately, which enhances manageability.