______ 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.
______ 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. 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.