Multiple choice

The process, when we divide a project into segments and smaller units in order to simplify the analysis, design and programming efforts, is known as

  1. left right approach

  2. top down approach

  3. bottom up approach

  4. modular approach

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

The modular approach involves breaking down a complex system into smaller, independent, manageable modules or components. Each module can be designed, implemented, and tested separately, making the overall system development, analysis, and maintenance more systematic and less error-prone.