Highest voted questions in IS&Software Engineering

14 votes
4 answers
2
8 votes
1 answer
6
Estimation at software development effort for organic software in basic COCOMO is:E = 2.0 (KLOC) 1.05 PME = 3.4 (KLOC) 1.06 PME = 2.4 (KLOC) 1.05 PME = 2.4 (KLOC) 1.07...
8 votes
4 answers
7
Activities which ensure that the software that has been built, is traceable to customer requirement is covered as part ofVerificationValidationMaintenanceModeling
8 votes
1 answer
8
To execute all loops at their boundaries and within their operational bounds is an example ofBlack Box TestingAlpha TestingRecovery TestingWhite Box Testing
7 votes
2 answers
10
Alpha and Beta testing are forms ofAcceptance testingIntegration testingSystem testingUnit testing
7 votes
2 answers
11
6 votes
1 answer
13
Which product metric gives the measure of the average length of words and sentence in documents?SCI numberCyclomatic complexityLOCFog index
6 votes
2 answers
14
Capability maturity Model (CMM) is the methodology todevelop and refine an organization's software development processdevelop the softwaretest the softwareAll of the abov...
6 votes
3 answers
15
Consider the following pseudo- codewhile (m<n) if (x>y ) and (a<b) then a=a+1 y=y-1 end if m=m+1 end whileWhat is cyclomatic complexity of the above pseudo -code?2345
6 votes
2 answers
16
Warnier Diagram enables the analyst to representClass structureInformation HierarchyData FlowState Transition
6 votes
2 answers
17
Black Box Software Testing method focuses on theBoundary condition of the softwareControl structure of the softwareFunctional requirement of the softwareIndependent paths...
6 votes
2 answers
18
Which of the following is not an approach to Software Process Assessment?SPICE(ISO/IEC15504)Standard CMMI Assessment Method for process improvementISO 9001:2000IEEE 2000:...
6 votes
1 answer
19