adplus-dvertising
frame-decoration

Question

What is an example of logical cohesion?

a.

A module that contains all input routines

b.

An initialization module

c.

A module that consists of a number of elements that have to be executed in some given order

d.

A module that transforms a single input datum into a single output datum

Posted under Software Engineering

Answer: (a).A module that contains all input routines Explanation:Logical cohesion occurs when the elements of a module realize tasks that are logically related, like a module that contains all input routines.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is an example of logical cohesion?