adplus-dvertising
frame-decoration

Question

What are the interrelated features of a properly-designed system?

a.

High cohesion, low coupling, and a chaotic design structure.

b.

Low cohesion, high coupling, and a neat design structure.

c.

High cohesion, low coupling, and a neat design structure.

d.

Low cohesion, high coupling, and a chaotic design structure.

Answer: (c).High cohesion, low coupling, and a neat design structure. Explanation:A properly-designed system should have high cohesion, low coupling, and a neat design structure. The features are highly interrelated and reinforce one another. Information hiding leads to high cohesion and low coupling, while clear separation of concerns results in a neat design structure.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What are the interrelated features of a properly-designed system?

Similar Questions

Discover Related MCQs

Q. Which design method has been around the longest?

Q. What is the most widely used approach to design currently?

Q. What is the advantage of object-oriented approach over function-oriented approaches?

Q. What is the benefit of the object-oriented approach in software design compared to more traditional approaches?

Q. What is the benefit of the inheritance mechanism in object-oriented design?

Q. How does the object-oriented approach provide a smoother transition from requirements analysis to design to code?

Q. What is the advantage of encapsulating data types in an object-oriented design?

Q. What is the main issue with the straightforward application of the object-oriented method in system design?

Q. What is the main issue with the bottom-up construction of a collection of objects in the object-oriented approach?

Q. What are the other objects that need to be considered in an object-oriented design besides the ones induced by domain concepts?

Q. What is the main issue with the encapsulation of both state and behavior into one component in the object-oriented approach?

Q. What is the difference between a design pattern and an architectural style?

Q. What is the difference between software architecture and design pattern?

Q. What does IEEE Standard 1016 serve as a guideline for?