recategorized by
1,730 views

2 Answers

0 votes
0 votes
option A will be correct.

Graph is used in software engineering to determine the complexity of code
0 votes
0 votes

Option A seems right because cyclomatic complexity(aka Nullity or first Betti number) measures the no of closed regions in a planar graph 

Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Apr 2, 2020
1,650 views
The advantage of better testing in software development is in waterfall modelprototypingiterativeall of these
0 votes
0 votes
2 answers
2
admin asked Apr 2, 2020
571 views
In testing phase, the effort distribution is upto$10\%$$20\%$$40\%$$50\%$
1 votes
1 votes
1 answer
3
admin asked Mar 31, 2020
1,148 views
According to Brooks, if $n$ is the number of programmers in a project team, then the number of communication path is$n(n-1)/2$$n\log n$$n$$n(n+1)/2$
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
1,451 views
In object oriented design of software, objects haveattributes and name onlyoperations and name onlyattributes name and operationsmutation and permutation property