Knowee
Questions
Features
Study Tools

Question 4The three types of tight coupling are:1 pointData; Message; NoneThere is no such thing as tight couplingControl; Data Structure; MessageContent; Common; External

Question

Question 4The three types of tight coupling are:1 pointData; Message; NoneThere is no such thing as tight couplingControl; Data Structure; MessageContent; Common; External

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

Solution

The three types of tight coupling in software engineering are:

  1. Content Coupling (high): This happens when one module modifies or relies on the internal workings of another module (i.e., changing data values or directly accessing another module's internal process).

  2. Common Coupling (medium): This occurs when several modules have access to the same global data.

  3. Control Coupling (low): This happens when one module controls the flow of another, by passing it information on what to do (e.g., passing a control flag).

The options you provided seem to be mixed up, but the correct types of tight coupling are Content, Common, and Control.

This problem has been solved

Similar Questions

Question 11The three types of loose coupling are:1 pointControl; Data Structure; LooseData; Message; NoneData; Message; Data StructureContent; Common; External

Question 8The two types of medium coupling are:1 pointContent; CommonData; MessageMessage; NoneControl; Data Structure

The loosest type of coupling; components only communicate through parameters or message passing. This is an example of what type of coupling?1 pointLoose data couplingLoose no couplingLoose message coupling

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 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

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.