0% found this document useful (0 votes)
43 views1 page

Software Engineering Virtual Lab - IIT Kharagpur

Software Engineering Virtual Lab — IIT Kharagpur

Uploaded by

Tasneem khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views1 page

Software Engineering Virtual Lab - IIT Kharagpur

Software Engineering Virtual Lab — IIT Kharagpur

Uploaded by

Tasneem khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Home Credits Feedback Advanced Network Technologies Virtual Lab Virtual Labs

Estimation of Test Coverage Metrics and Structural


Complexity

Introduction Theory Simulation Case Study Self-evaluation Procedure Exercises References

1. What does CFG of a program describe?


Sequence of function calls

Sequence of statements executed

Contents of the stack

There's nothing called CFG!

2. A set of paths are said to be linearly independent if


Each of them is distinct

No paths have a common node

No two paths have a common node

All the paths are pairwise distinct

3. According to McCabe's Cyclomatic complexity, V(G) = E - N + 2. Here, N is


No. of statements in the program

No. of unique operators used

No. of nodes in the CFG

No. of edges in the CFG

Submit Clear

Sponsored by MHRD (NME-ICT) | Licensing Terms | Disclaimer Except otherwise noted, content on
this site is licensed under the CC-BY-
Copyright © 2010-2016 IIT Kharagpur NC-SA-3.0 License. See details.

You might also like