FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In which one of the following types of coupling, complete data structures are passed from one module to another?
A
Control Coupling
B
Stamp Coupling
C
External Coupling
D
Content Coupling
Explanation: 

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.

There is 1 question to complete.