Recent questions tagged is&software-engineering

1 votes
0 answers
271
The make or buy decision is associated with the .......................... step in the SDLC.Problem identificationDesignAnalysisDevelopment and Documentation
1 votes
1 answer
273
1 votes
1 answer
274
2 votes
1 answer
277
1 votes
2 answers
278
1 votes
1 answer
279
1 votes
2 answers
281
1 votes
2 answers
282
1 votes
1 answer
283
4 votes
2 answers
284
Configuration management is not concerned withcontrolling changes to the source codechoice of hardware configuration for an applicationcontrollling documentation changesm...
5 votes
3 answers
286
The extent to which the s/w can continue to operate correctly despite the introduction of invalid inputs is called asReliabilityRobustnessFault tolerancePortability
2 votes
2 answers
287
Which one of the following is a functional requirement ?MaintainabilityPortabilityRobustnessNone of the mentioned
5 votes
1 answer
288
4 votes
2 answers
289
Which of the following is not a maturity level as per Capability Maturity Model?InitialMeasurableRepeatableOptimized
6 votes
3 answers
291
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
298
Warnier Diagram enables the analyst to representClass structureInformation HierarchyData FlowState Transition
6 votes
2 answers
299
Black Box Software Testing method focuses on theBoundary condition of the softwareControl structure of the softwareFunctional requirement of the softwareIndependent paths...
4 votes
2 answers
300
The above figure represents which one of the following UML diagram for a single send session of an online chat system?Package diagramActivity diagramClass diagramSequence...