Software-process-models
October 6, 2023
Computer-Organization
October 6, 2023
Software-process-models
October 6, 2023
Computer-Organization
October 6, 2023

Software-process-models

Question 22
Coupling is a measure of the strength of the interconnections between software modules. Which of the following are correct statements with respect to module coupling ?
P : Common coupling occurs when one module controls the flow of another module by passing it information on what to do.
Q : In data coupling, the complete data structure is passed from one module to another through parameters.
R : Stamp coupling occurs when modules share a composite data structure and use only parts of it.
A
P and Q only
B
P and R only
C
Q and R only
D
All of P, Q and R
Question 22 Explanation: 
Common Coupling:​ Common coupling occurs if two modules share same global data.
Data Coupling :​ Data coupling occurs when two modules communicate using elementary data items that are passed as parameters between two modules.
Stamp Coupling​ : Stamp coupling occurs if two modules communicate using composite items such as records in Pascal or structure in C
Correct Answer: C
Question 22 Explanation: 
Common Coupling:​ Common coupling occurs if two modules share same global data.
Data Coupling :​ Data coupling occurs when two modules communicate using elementary data items that are passed as parameters between two modules.
Stamp Coupling​ : Stamp coupling occurs if two modules communicate using composite items such as records in Pascal or structure in C
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!