CS504
|
Which Of The Following Is Not A Characteristic Of Software?
|
Software Is Tangible
|
A Change To A Piece Of Code May Implicitly Affect The Functions Of The Rest Of The Code
|
Software Is Configurable
|
Software Does Not Wear And Tear
|
A
|
CS504
|
According To A Survey When A Software Application Is In The Maintenance Phase --------- Of Its Lifecycle Cost Is Attributed Towards The Defects Which Are Found In The Software Application After Installation
|
20 %
|
25 %
|
30%
|
35%
|
A
|
CS504
|
The Code Becomes Self Explanatory With The Help Of Proper Use Of Parentheses. Select The Right One
|
Leapyear = Year % 4 == 0 && Year % 100 != 0 || Year % 400 == 0 ;
|
Leapyear = ((Year % 4 == 0) && (Year % 100 != 0) || ((Year % 400 == 0));
|
Leapyear = ((Year % 4 == 0) && (Year % 100 != 0)) || (Year % 400 == 0);
|
Leapyear = (Year % 4 == 0) && (Year % 100 != 0) || (Year % 400 == 0);
|
C
|
CS504
|
Requirement Engineering Mainly Deals With The -------------- Of The System
|
Definition Phase
|
Development Phase
|
Maintenance
|
Non Of The Above
|
A
|
CS504
|
Object-Oriented Domain Analysis Is Concerned With The Identification And Specification Of Reusable Capabilities Within An Application Domain
|
True
|
False
|
Na
|
Na
|
A
|
CS504
|
Comparison Testing Is Typically Done To Test Two Competing Products As Part Of Customer Market Analysis Prior To Product Release
|
True
|
False
|
Na
|
Na
|
B
|
CS504
|
The Scope Description Establishes The ---------- Between The System We Are Developing And Everything Else In The Universe. Project Planning
|
Boundary
|
System
|
Limitation
|
None Of Above
|
A
|
CS504
|
In Refining The Dfd During Transaction Mapping It Is Unnecessary To Create A Pspec Since Only The Cspec Is Relevant To This Type Of Architectural Style
|
True
|
False
|
Na
|
Na
|
B
|
CS504
|
System Architecture Is Important To Consider Because It Helps In Making -------------
|
Mutual Communication
|
Early Design Decisions
|
Reusable Abstraction Of A System
|
All Of The Above
|
D
|
CS504
|
By Collecting Software Metrics And Making Use Of Existing Software Reliability Models It Is Possible To Develop Meaningful Guidelines For Determining When Software Testing Is Done
|
True
|
False
|
Na
|
Na
|
A
|
CS504
|
There Are Four Basic Coding Structures: Sequence If Statement Case Statement And __________
|
For Loop
|
While Loop
|
Switch Statement
|
Logical Operations
|
B
|
CS504
|
The Use Of Do While Loops Should Be -------------
|
Avoided
|
Encouraged
|
Practiced
|
Non Of Them
|
A
|
CS504
|
Stl Stands For __________
|
Standard Temporary Line
|
Standard Temporary Library
|
Standard Template Library
|
Standard Type Link
|
C
|
CS504
|
Bugs Fixing Is Done By Which Of The Teams In Software Development Lifecycle?
|
Development Team
|
Testing Team
|
Analysis & Design Team
|
Process Team
|
A
|
CS504
|
Which Of The Following Is Not An Objective For Building An Analysis Model?
|
Define Set Of Software Requirements
|
Describe Customer Requirements
|
Develop An Abbreviated Solution For The Problem
|
Establish Basis For Software Design
|
C
|
CS504
|
A Poorly Designed Interface Can Cause A User To Make Catastrophic Errors Is One Of The Motivations For Gui
|
True
|
False
|
Na
|
Na
|
A
|
CS504
|
Verification And Validation Are The Processes In Which We Check A Product Against Its --------- And The --------------- Of The Users Who Will Be Using It
|
Specifications Expectations
|
Statements Expectations
|
Specifications Arguments
|
Statements Arguments
|
A
|
CS504
|
Which Of The Following Is A Fact Finding Method?
|
Site Visits
|
Prototyping
|
Study Of Similar Systems
|
All Of Given
|
B
|
CS504
|
Which Of The Following Testing Involve Purely Black Box Testing?
|
Unit Testing Beta Testing
|
Acceptance Testing Interface Testing
|
Beta Testing Acceptance Testing
|
Integration Testing Interface Testing
|
D
|
CS504
|
All Comments Should Be Written In-----------
|
English
|
French
|
C++
|
Java
|
A
|