Knowee
Questions
Features
Study Tools

_______________ is a measure of the degree of interdependence between modules.Select one:a.Cohesionb.Couplingc.None of the mentionedd.All of the mentioned

Question

_______________ is a measure of the degree of interdependence between modules.Select one:a.Cohesionb.Couplingc.None of the mentionedd.All of the mentioned

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

Solution

The question asks for a measure of the degree of interdependence between modules. Let's analyze the options step by step:

a. Cohesion: This refers to the degree to which the elements inside a module belong together. High cohesion within a module means that the module is focused on a single task or closely related tasks. Cohesion is about the internal strength of a module, not its interdependence with other modules.

b. Coupling: This refers to the degree of interdependence between software modules. High coupling means that modules are highly dependent on each other, while low coupling means that modules are more independent. Therefore, coupling is the correct measure of the degree of interdependence between modules.

c. None of the mentioned: This option is incorrect because we have identified that coupling is the correct measure.

d. All of the mentioned: This option is incorrect because cohesion and "none of the mentioned" do not apply to the measure of interdependence between modules.

Therefore, the correct answer is:

b. Coupling

This problem has been solved

Similar Questions

............................  is a measure of the degree of interdependence between modules.Options :couplingCohesionboth of abovenone of above

What does coupling measure in software design?Options :The degree of independence between modulesThe degree of connection between modulesThe size of the codeThe number of variables in a module

Which of the following is the worst type of module coupling?Select one:a.Control Couplingb.Stamp Couplingc.External Couplingd.Content Coupling

Question 5Parts of modules are together in the same file. This is an example of what type of cohesion?1 pointTemporal cohesionCoincidental cohesionLogical association cohesionProcedural cohesion

Which of the following is the worst type of module cohesion?Select one:a.Logical Cohesionb.Temporal Cohesionc.Functional Cohesiond.Coincidental Cohesion

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.