Technical Interview Questions and Answers :: Soft. Engineering
1 / 75
Please Login First :
2 / 75
Application software and system software.
3 / 75
No Discussion on this question yet!
4 / 75
white box testing is another name of glass box testing. it is a error correcting
5 / 75
No Discussion on this question yet!
6 / 75
No Discussion on this question yet!
7 / 75
Please Login First :
8 / 75
Cyclomatic complexity is a source code complexity measurement that is being correlated to a number of coding errors. It is calculated by developing a Control Flow Graph of the code that measures the number of linearly-independent paths through a program module.
Lower the Program's cyclomatic complexity, lower the risk to modify and easier to understand. It can be represented using the below formula:
Cyclomatic complexity = E - N 2*P
where,
E = number of edges in the flow graph.
N = number of nodes in the flow graph.
P = number of nodes that have exit points
Tags:Virtusa
9 / 75
No Discussion on this question yet!
Tags:Virtusa
10 / 75
CASE stands for Computer Aided Software Engineering. CASE tools are set of automated software application programs, which are used to support, accelerate and smoothen the SDLC activities.
Tags:Virtusa