Q97
______ occurs when discrete parts of a system’s code are tightly bound up with one another so that a change in one part necessitates changes in the others.
A.
Loose Coupling
B.
Tight Coupling
AnswerC.
Co-relation
D.
Balancing
Answer: Option B
Solution
Answer: Option B
Solution:
Tight coupling is by no means unique to procedural code, though the sequential nature of such code makes it prone to the problem.