Which of the following is not a type of Cohesion?Select one:a.Functional Cohesionb.Temporal Cohesionc.Modular Cohesiond.Sequential Cohesion
Question
Which of the following is not a type of Cohesion?Select one:a.Functional Cohesionb.Temporal Cohesionc.Modular Cohesiond.Sequential Cohesion
Solution
Sure, let's analyze each option to determine which one is not a type of cohesion:
-
Functional Cohesion: This is a type of cohesion where the components of a module are grouped together because they all contribute to a single, well-defined task. It is considered the strongest and most desirable form of cohesion.
-
Temporal Cohesion: This type of cohesion occurs when elements within a module are related by their timing. For example, they are executed at the same time or during the same phase of execution.
-
Modular Cohesion: This term is not a standard type of cohesion in software engineering. Cohesion typically refers to how closely related the responsibilities of a single module are, but "modular cohesion" is not a recognized term in this context.
-
Sequential Cohesion: This type of cohesion occurs when the output from one part of a module serves as the input for another part. The elements are related in a sequence.
Based on the analysis, the correct answer is:
c. Modular 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 of the following is the best type of module cohesion?Options :Temporal CohesionSequential CohesionFunctional Cohesionnone of above
One piece of code runs after the other. This is an example of what type of cohesion?1 pointProcedural cohesionLogical association cohesionCoincidental cohesionTemporal cohesion
Which type of cohesion is considered the most desirable?Options :Coincidental CohesionLogical CohesionTemporal CohesionFunctional Cohesion
The four types of weak cohesion are:1 pointCoincidental, temporal, procedural, logical associationCommunicational, sequential, object, functionalCoincidental, temporal, sequential, logical associationThere is no such thing as loose cohesion
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.