Which of the following is the best type of module cohesion?Options :Temporal CohesionSequential CohesionFunctional Cohesionnone of above
Question
Which of the following is the best type of module cohesion?Options :Temporal CohesionSequential CohesionFunctional Cohesionnone of above
Solution
The best type of module cohesion is Functional Cohesion.
Here's why:
-
Functional Cohesion: This is the strongest type of cohesion in which the elements inside a module are functionally related and work together to perform a single task. It is the most desirable type of cohesion.
-
Sequential Cohesion: This type of cohesion occurs when the elements inside a module are organized such that the output from one element serves as the input for the next. While this is a strong type of cohesion, it's not as strong as functional cohesion.
-
Temporal Cohesion: This type of cohesion occurs when the elements inside a module are organized such that they are processed at a similar point in time. It's a weaker type of cohesion.
So, based on the above explanation, Functional Cohesion is the best type of module cohesion.
Similar Questions
Which of the following is the worst type of module cohesion?Select one:a.Logical Cohesionb.Temporal Cohesionc.Functional Cohesiond.Coincidental Cohesion
Which type of cohesion is considered the most desirable?Options :Coincidental CohesionLogical CohesionTemporal CohesionFunctional Cohesion
Which of the following is not a type of Cohesion?Select one:a.Functional Cohesionb.Temporal Cohesionc.Modular Cohesiond.Sequential Cohesion
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
Choose the most accurate answer: Cohesion describes...1 pointdecomposability.how changes do not cross boundaries of modules.loose coupling.how well everything within a module fits together.
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.