Coupling methods - Functions - Software Design Concept

Q.  Read List-I and List-II and Match the following:    

a. Data coupling --------------------- i. Module A and Module B have shared data.
b. Stamp coupling ------------------ ii. Dependency between modules is based on the fact they communicate by only passing of data.
c. Common coupling --------------- iii. When complete data structure is passed from one module to another.
d. Content coupling ----------------- iv. When the control is passed from one module to the middle of another.

- Published on 14 Aug 15

a. a - iii, b - ii, c - i, d - iv
b. a - ii, b - iii, c - i, d - iv
c. a - ii, b - iii, c - iv, d - i
d. a - iii, b - ii, c - iv, d - i

ANSWER: a - ii, b - iii, c - i, d - iv

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)