InterviewSolution
Saved Bookmarks
| 1. |
Dividing a project into segments and smaller units in order to simplify design and programming efforts is called?(a) Modular approach(b) Top down approach(c) Bottom up approach(d) Left right approach |
|
Answer» The correct option is (a) Modular approach The best I can explain: Modular design, or “modularity in design”, is a design approach that subdivides a system into smaller parts called modules or skids that can be independently created and then used in different systems. |
|