Recent questions tagged is&software-engineering

388
views
1 answers
0 votes
McCabe’s cyclomatic complexity number of a program control graph ‘$G$’ with $e$edges, $n$ nodes and $p$ disconnected paths is defined as$n – e + 2p$$e – n + 2 +...
165
views
0 answers
0 votes
Calculate cyclomatic complexity for the program to find the smallest of three numbers.
814
views
1 answers
0 votes
Classes communicate with one another via:processed informationInterfacesmessagescoupling
352
views
1 answers
0 votes
Which of the following are the products of grounded theory?A. Experimental frameworkB. ConceptsC. HypothesesD. Attributes of a categoryE. Theoretical dilution
719
views
1 answers
0 votes
What is an external quality of the software product? Why is it important to measure and evaluate the external quality of software product? provide some examples
428
views
0 answers
1 votes
Consider a software development project with seven tasks T1-T7.ActivityDurationDependenceT13-T22T1T33T2T45T1T52T3,T4T64T3,T4T75T3,T4 If developer A is available from the ...
481
views
1 answers
0 votes
Which one is measure of software complexity?Ans:- number of lines of code (LOC)I want to proof this quest answer, please