in IS&Software Engineering edited by
3,068 views
4 votes
4 votes

Match the following $:$

$\begin{array}{}  & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Data Coupling} & \text{i. }& \text{Module A and Module B have shared data} \\ \text{b.}  & \text{Stamp Coupling} & \text{ii.} & \text{Dependency between modules is based on the} \\ &&& \text{fact they communicate by only passing of data.} \\ \text{c.} & \text{Common Coupling} & \text{iii.} & \text{When complete data structure is passed from} \\ &&& \text{one module to another} \\ \text{d.} & \text{Content Coupling} & \text{iv.} & \text{When the control is passed from one module to} \\ &&& \text{the middle of another} \\ \end{array}$

$\textbf{Codes :}$

  1. $\text{a-iii, b-ii, c-i, d-iv}$
  2. $\text{a-ii, b-iii, c-i, d-iv}$
  3. $\text{a-ii, b-iii, c-iv, d-i}$
  4. $\text{a-iii, b-ii, c-iv, d-i}$
in IS&Software Engineering edited by
3.1k views

1 Answer

6 votes
6 votes

Ans IS B

a. Data coupling       ii. Dependency between modules is based on the fact they communicate

                                            by   only passing of data

 b. Stamp coupling  iii. When complete data structure is passed from one module to another

c. Common coupling   i. Module A and Module B have shared data

dContent coupling iv. When the control is passed from one module to the middle of another
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true