In each case below indicate whether the phrase relates to coupling or cohesion.
A.___________________ The interaction between modules
B.___________________ Passing data from one module to another
C.___________________ Ensuring that a module performs a unique task in its entirety

Respuesta :

Answer:

(A) Coupling

(B) Coupling

(C)Cohesion

Explanation:

(A) Reason : Coupling is use to show interaction between modules

(B) Reason : Coupling is a degree to which a component or module is connected to other module.

(C) Reason : Cohesion is the degree which is measure dependency of the software component that combines related functionality into a single unit.