Podcast
Questions and Answers
Which of the following statements about modularity is true?
Which of the following statements about modularity is true?
- Modularity refers to integrating all subsystems into a single, unified system.
- Modularity allows dividing a system into smaller, independent components. (correct)
- Modularity makes it more difficult to understand and redesign a system.
- Modularity is a result of coupling subsystems together.
What is the relationship between coupling and subsystem independence?
What is the relationship between coupling and subsystem independence?
- Coupling and subsystem independence are unrelated concepts.
- Coupling increases subsystem independence.
- Coupling decreases subsystem independence. (correct)
- Coupling is a measure of subsystem independence.
Which of the following best describes cohesion?
Which of the following best describes cohesion?
- The extent to which subsystems are coupled or dependent on each other.
- The extent to which a subsystem performs a single function. (correct)
- The extent to which a subsystem performs multiple functions.
- The extent to which a subsystem is modular or decomposed.
What is a potential consequence of high coupling between subsystems?
What is a potential consequence of high coupling between subsystems?
Which of the following is true about the principles discussed in the text?
Which of the following is true about the principles discussed in the text?
What is the primary advantage of dividing a system into modules?
What is the primary advantage of dividing a system into modules?
Which of the following best describes coupling in the context of systems?
Which of the following best describes coupling in the context of systems?
If a subsystem in a highly coupled system fails, what is the likely consequence for other subsystems?
If a subsystem in a highly coupled system fails, what is the likely consequence for other subsystems?
Which of the following best describes cohesion in the context of systems?
Which of the following best describes cohesion in the context of systems?
Which principle is essential for building well-designed information systems?
Which principle is essential for building well-designed information systems?