Home » Information System and Software Engineering » Information system and software engineering miscellaneous » Question

Information system and software engineering miscellaneous

Information System and Software Engineering

  1. The cyclomatic complexity of each of the modules A and B shown below is 10. What is the cyclomatic complexity of the sequential integration shown on the right hand side?

    1. 19
    2. 21
    3. 20
    4. 10
Correct Option: A

Individual cyclomatic complexity = 10
Now, in the cases of sequential integration, the general behaviour is that the complexity is decreased than the two independent modules. This decrease is unitary and hence the answer is 19, (10 + 10 – 1 = 19).



Your comments will be displayed only after manual approval.