Multiple choice technology

If a software engineer wants to check the complexity of an architecture, he may use______________.

  1. Beta Testing

  2. Dependencies

  3. Coupling

  4. Architecture Testing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Complexity of architecture is measured using dependencies - the relationships and couplings between components. High dependency complexity makes systems harder to maintain, test, and evolve. Coupling is related but refers specifically to how closely connected components are. Beta testing and architecture testing are quality activities, not complexity measures.