Question 5Module A relies directly on local data of module B. This is an example of what type of coupling?1 pointTight external couplingTight common couplingTight content coupling
Question
Question 5Module A relies directly on local data of module B. This is an example of what type of coupling?1 pointTight external couplingTight common couplingTight content coupling
Solution
This is an example of Tight Content Coupling.
Content coupling (also known as Pathological coupling) occurs when one module uses the code of another module, such as accessing local data of another module. This is the highest level of coupling and it is usually a bad practice because it can lead to issues of maintainability and reusability.
Similar Questions
Question 7Modules rely on externally imposed format (or protocol or interface). This is an example of what type of coupling?1 pointTight content couplingTight common couplingTight external coupling
Question 10Module 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
Question 9Module A controls the logical flow of module B. This is an example of what type of coupling?1 pointMedium data structure couplingMedium control 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
Question 3The goal in low coupling is to ensure that changes don't cross the boundaries of modules.1 pointTrueFalse
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.