Multiple choice

Which of the following approaches helps in dividing a project into segments and smaller units in order to simplify the analysis, design and programming efforts?

  1. Modular approach

  2. Top-down approach

  3. Bottom-up approach

  4. Left-right approach

  5. _

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

It is a design approach that subdivides a system into smaller parts called modules, that can be independently created and then used in different systems.