Multiple choice

Design approach is top down , where the entire education is divided into ________ units

  1. smaller

  2. larger

  3. infinite

  4. none of these

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

Top-down design breaks down complex systems into smaller, manageable components. Each unit is further decomposed until reaching implementable pieces. This hierarchical approach simplifies development and testing by starting from the highest level of abstraction.