Computer Science, asked by u151701, 1 year ago

Control flow graph is used to determine _______.

Efferent Coupling

Afferent Coupling

Cyclomatic Complexity

Answers

Answered by disha456
4

CYCLOMATIC COMPLEXIYY

Answered by orangesquirrel
0

Answer:

The constant flow graph is used to calculate the Cyclomatic Complexity of a software.

Cyclomatic Complexity is used to measure the complexity of the various modules of the software.

It is very simple to design with nodes and edges. It gives us information about the number of independent paths which are present in software designing.

All the modules, classes and functions are calculated with this complexity.

Similar questions