______ 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
C
Co-relation
D
Balancing
Correct Answer: Tight Coupling
Tight coupling is by no means unique to procedural code, though the sequential nature of such code makes it prone to the problem.