COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

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: -Stamp Coupling: Two modules are stamp coupled if they communicate using composite data items such as structure, objects, etc. When the module passes non-global data structure or entire structure to another module, they are said to be stamp coupled.

Detailed explanation-3: -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.