...
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024

Software-Engineering

Question 395
What is the cyclomatic complexity of a module which has seventeen edges and thirteen nodes?
A
4
B
5
C
6
D
7
Question 395 Explanation: 
From the given question,
The number of edges are (E)=17
The number of Nodes are (N)=13
We can calculate the cyclomatic complexity of a module by using the formulae E – N + 2
Substitute the given values in the above formulae.
Cyclomatic complexity = 17 – 13 + 2 = 6
Correct Answer: C
Question 395 Explanation: 
From the given question,
The number of edges are (E)=17
The number of Nodes are (N)=13
We can calculate the cyclomatic complexity of a module by using the formulae E – N + 2
Substitute the given values in the above formulae.
Cyclomatic complexity = 17 – 13 + 2 = 6
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!!