Knowee
Questions
Features
Study Tools

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

Question

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

🧐 Not the exact question you are looking for?Go ask a question

Solution

The answer is Tight common coupling.

Here's why:

Coupling refers to the degree to which one module (or component) of a system depends on other modules. In the context of software engineering, lower coupling is generally more desirable as it promotes modularity and the separation of concerns, making the system easier to understand, modify, and test.

Tight common coupling occurs when multiple modules share the same global data or global variables. This is considered a high level of coupling because a change in the global data can potentially impact all the modules that depend on it. This can make the system more difficult to maintain and more prone to bugs.

This problem has been solved

Similar Questions

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 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 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 4The three types of tight coupling are:1 pointData; Message; NoneThere is no such thing as tight couplingControl; Data Structure; MessageContent; Common; External

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

1/3

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.