Knowee
Questions
Features
Study Tools

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

Question

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

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

Solution

To determine which type of module cohesion is the worst, let's first define each type of cohesion:

  1. Logical Cohesion:

    • Modules are logically categorized to do the same thing even though they are different by nature. For example, a module that handles all input and output operations.
  2. Temporal Cohesion:

    • Modules are grouped by when they are processed. For example, a module that initializes a system at start-up.
  3. Functional Cohesion:

    • Every essential element to a single computation is contained in the module. For example, a module that performs a specific calculation.
  4. Coincidental Cohesion:

    • Modules have no meaningful relationship to each other. They are grouped arbitrarily. For example, a module that contains a random collection of functions.

Step-by-Step Analysis:

  1. Functional Cohesion:

    • This is the highest and most desirable level of cohesion. It means that the module performs a single well-defined task.
  2. Temporal Cohesion:

    • This is less desirable than functional cohesion but still better than logical and coincidental cohesion. It groups tasks that are related by the time they are executed.
  3. Logical Cohesion:

    • This is less desirable than temporal cohesion. It groups tasks that are logically categorized together but may not be related in terms of functionality.
  4. Coincidental Cohesion:

    • This is the worst type of cohesion. It means that the elements within the module have no meaningful relationship to each other. This makes the module difficult to understand, maintain, and reuse.

Conclusion: The worst type of module cohesion is d. Coincidental Cohesion.

This problem has been solved

Similar Questions

Which of the following is the best type of module cohesion?Options :Temporal CohesionSequential CohesionFunctional Cohesionnone of above

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

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

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.