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 ?
- 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 49 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.