The three types of loose coupling are:0 / 1 pointData; Message; Data StructureContent; Common; ExternalControl; Data Structure; LooseData; Message; None
Question
The three types of loose coupling are:
Data; Message; Data Structure
Content; Common; External
Control; Data Structure; Loose
Data; Message; None
Solution
The three types of loose coupling are: Data, Message, and Data Structure.
-
Data Coupling: This is when two modules interact through data. One module passes data to another module, which processes the data and returns it. The data is not shared by any other modules.
-
Message Coupling: This is the loosest type of coupling. It occurs when the communication between modules is done via message passing. No data is shared between the modules.
-
Data Structure Coupling: This occurs when a module passes an entire data structure to another module. The receiving module must know the layout and structure of the data structure to be able to process it.
Similar Questions
Question 8The two types of medium coupling are:1 pointData; MessageContent; CommonMessage; NoneControl; Data Structure
Which type of coupling is considered the most desirable?Options :Data CouplingControl CouplingStamp CouplingContent Coupling
Which of the following is the worst type of module coupling?Select one:a.Control Couplingb.Stamp Couplingc.External Couplingd.Content Coupling
Which of the following is the best type of module coupling?Select one:a.Control Couplingb.Stamp Couplingc.Data Couplingd.Content Coupling
Question 3The goal in low coupling is to ensure that changes don't cross the boundaries of modules.1 pointFalseTrue
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.