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:

  1. A-I, B-II, C-IV, D-III

  2. A-II, B-IV, C-I, D-III

  3. A-I, B-III, C-IV, D-II

  4. A-I, B-II, C-III, D-IV

  1. A.

    1

  2. B.

    2

  3. C.

    3

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

Explore the full course: Mppsc Assistant Professor