Moderate

Which of the following is the best type of module coupling ?

Correct answer: C. Data Coupling

  • A. Control Coupling
  • B. Stamp Coupling
  • C. Data Coupling
  • D. Content Coupling

Explanation

Data coupling is usually considered the best form because modules communicate only through the data values they need. Control, stamp, and especially content coupling expose more unnecessary dependency between modules.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions