COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Control Coupling
|
|
Stamp Coupling
|
|
External Coupling
|
|
Content Coupling
|
Detailed explanation-1: -Stamp Coupling: In stamp coupling, the complete data structure is passed from one module to another module.
Detailed explanation-2: -Control coupling–this is a type of coupling in which one module can change the flow of execution of another module.
Detailed explanation-3: -Content Coupling: Content coupling, or pathological coupling, occurs when one module modifies or relies on the internal workings of another module.
Detailed explanation-4: -Content coupling is said to occur when one module uses the code of another module, for instance a branch.
Detailed explanation-5: -Control Coupling: Control Coupling exists among two modules if data from one module is used to direct the structure of instruction execution in another.