Computer Science, asked by vishnuchowdhary2206, 1 month ago

A logically
cohesive module is one, where the activities to be executed are chosen from
within the module itself. State True or False.

Answers

Answered by jerry84
0

Answer:

A logically cohesive module is one whose elements perform similar activities and in which the activities to be executed are chosen from outside the module

In computer programming, cohesion refers to the degree to which the elements inside a module belong together. ... In contrast, low cohesion is associated with undesirable traits such as being difficult to maintain, test, reuse, or even understand. Cohesion is often contrasted with coupling, a different concept.

Similar questions