Match the LIST-I with LIST-II LIST-I (Coupling Type) LIST-II…
2026
Match the LIST-I with LIST-II
LIST-I (Coupling Type) | LIST-II (Definition/Action) |
A. Content coupling | I. Modifies internal data of another component |
B. Control Coupling | II. Pass control flag to influence logic |
C. Stamp Coupling | III. Uses entire structure/class as argument |
D. Data Coupling | IV. Passes long list of data arguments. |
Choose the correct answer from the options given below:
A-I, B-II, C-IV, D-III
A-II, B-IV, C-I, D-III
A-I, B-III, C-IV, D-II
A-I, B-II, C-III, D-IV
- A.
1
- B.
2
- C.
3
- D.
4
Attempted by 61 students.
Show answer & explanation
Correct answer: D
Content Coupling occurs when one module modifies the internal data of another (A-I). Control Coupling involves passing control flags to influence logic in the called module (B-II). Stamp Coupling happens when a data structure is passed as an argument, and the receiving module uses part or all of it (C-III). Data Coupling involves passing only necessary data items between modules (D-IV). Therefore, the correct matching is A-I, B-II, C-III, D-IV.