Module A relies directly on local data of module B. This is an example of what type of coupling?1 pointTight content couplingTight external couplingTight common coupling
Question
Module A relies directly on local data of module B. This is an example of what type of coupling?1 pointTight content couplingTight external couplingTight common coupling
Solution
This is an example of Tight Content Coupling.
Content coupling (also known as Pathological coupling) occurs when one module modifies or relies on the internal workings of another module (e.g., accessing local data of another module). Therefore, changing the way the second module produces its output will lead to changing the dependent module.
Similar Questions
Question 6Modules A and B both rely on global data or a global variable. This is an example of what type of coupling?1 pointTight content couplingTight external couplingTight common coupling
Modules rely on externally imposed format (or protocol or interface). This is an example of what type of coupling?1 pointTight content couplingTight external couplingTight common coupling
Module A and B both rely on the same composite data structure. This is an example of what type of coupling?1 pointMedium data structure couplingMedium control coupling
In what type of coupling, the complete data structure is passed from one module to another?Select one:a.Control Couplingb.Stamp Couplingc.External Couplingd.Content Coupling
Modules only share parameters. This is an example of what type of coupling?1 pointLoose message couplingLoose data couplingLoose no coupling
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.