MCQOPTIONS
Saved Bookmarks
| 1. |
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. |
| 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» C. a - ii, b - iii, c - iv, d - i | |