MCQ Single Best Answer Easy

Q_______________ is a measure of incoming dependencies.

ID: #24038 Build Process 103 views
Question Info
#24038Q ID
EasyDifficulty
Build ProcessTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Afferent Coupling
  • B Efferent Coupling
  • C Cyclomatic Complexity
Correct Answer: Option A

Explanation

The correct answer is:

Afferent Coupling

Explanation:

  • Afferent Coupling (Ca)

    • It measures the number of incoming dependencies on a module or component.
    • A high afferent coupling indicates that many other modules depend on this one, meaning changes could have a significant impact on the system.
  • Efferent Coupling (Ce)

    • It measures the number of outgoing dependencies, i.e., how many other modules a component depends on.
  • Cyclomatic Complexity

    • It is a measure of the complexity of a program based on the number of independent paths through the code.

Thus, Afferent Coupling is the correct answer as it represents incoming dependencies. 🚀

Share This Question

Challenge a friend or share with your study group.