In the context of software engineering, what does the term “modularity” refer…
2025
In the context of software engineering, what does the term “modularity” refer to ?
Answer: B. Breaking the software into smaller, manageable components or modules — Modularity refers to the design principle of breaking down a system into smaller, independent components that can be developed and maintained separately.
- A.
Combining all modules into one unit
- B.
Breaking the software into smaller, manageable components or modules
- C.
The process of debugging the software
- D.
Reducing the cost of software
Attempted by 268 students.
Show answer & explanation
Correct answer: B
Modularity refers to the design principle of breaking down a system into smaller, independent components that can be developed and maintained separately.
Loading lesson…