Question 1 :
_________ defines the properties of a data object and take on one of the three different characteristics.
- data object
- attributes
- relationships
- data object and attributes
Question 2 :
Which DFD notation is represented by the Rectangle?
- Transform
- Data Store
- Function
- Conditional testing
Question 3 :
Which of the following risk is the failure of a purchased component to perform as expected?
- Product risk
- Project risk
- Business risk
- Programming risk
Question 4 :
Process model that emphasizes on a short development cycle is
- Incremental model
- Rapid Application Development model
- Spiral model
- Prototyping model
Question 5 :
COCOMO stands for
- Constructive cost model
- Comprehensive cost model
- Constructive cost estimation model
- Complete cost estimation model
Question 6 :
What incorporates data, architectural, interface, and procedural representations of the software?
- design model
- user's model
- mental image
- system image
Question 7 :
Use of global data areas or global variables may lead to ___________.
- Stamp Coupling
- Common Coupling
- Content Coupling
- Control Coupling
Question 8 :
________ is a black box testing method .
- Boundary value analysis
- Basic path testing
- Code path analysis
- integration test
Question 9 :
If the sizeof project is 200 KLOC then what is E(efforts applied)using organic method of cost estimation?
- 626 staff month
- 1133 staff month
- 2077 staff month
- 1456 staff month
Question 10 :
The worst type of coupling is _____________.
- Data Coupling
- Control Coupling
- Stamp Coupling
- Content Coupling
Question 11 :
Which of the following definition explains layered architecture?
- Data store resides at the center and accessed frequently by other components.
- Group of outer components service user interface operations, group of inner components perform operating system interfacing.
- Input data are transformed through series of computation to output data.
- Components have main program accessing sub programs.
Question 12 :
Project risk factor is considered in which model?
- Spiral model.
- Waterfall model.
- Prototyping model
- Incremental Model
Question 13 :
How does Kanban prevent work over capacity?
- By using Work In Progress (WIP) Limit.
- By setting a robust Kanban workflow.
- By having daily meetings about work in progress.
- By defining explicit policies.
Question 14 :
Which one of the following is not a step of requirement engineering?
- elicitation
- design
- analysis
- documentation
Question 15 :
LOC is which kind of measure
- Direct measure
- Indirect measure
- Software quality measure
- Reliability measure
Question 16 :
FAST stands for
- Functional Application Specification Technique
- Fast Application Specification Technique
- Facilitated Application Specification Technique
- Frequency Assisted standing Technique
Question 17 :
Which of the following activity is not associated with user interface design process?
- cost estimation
- interface validation
- user and task analysis
- interface construction
Question 18 :
Which of following is Control structure testing type?
- Condition testing
- Beta testing
- Equivalence Partitioning
- Orthogonal Array testing
Question 19 :
Function Point Computation is given by the formula
- FP = [count- total * 0.65] + 0.01 * sum(Fi)
- FP = count-total * [0.65 + 0.01 * sum(Fi)].
- FP = [count+ total * 0.65] + 0.01 * sum(Fi)
- FP = [count+ total * 0.65] + 0.01 * sum(Fi)
Question 20 :
Software engineering approach is used to achieve:
- Better performance of hardware
- Error free software
- Reusable software
- Quality software product
Question 21 :
What is the main purpose of integration testing?
- Design errors
- Interface errors
- Procedure errors
- Syntax errors
Question 22 :
Which of the following is not a desirable Characteristics of SRS document
- Concise
- Unambiguous
- Traceable
- Verifiable
Question 23 :
Which UML diagram is time oriented?
- Activity Diagram
- Sequence diagram
- Collaboration Diagram
- Deployment Diagram
Question 24 :
Which of the following term is best defined by the statement: 'There will be a change of organizational management with different priorities.'?
- Staff turnover
- Technology change
- Management change
- Product competition
Question 25 :
Black box testing focuses on __________.
- logical decisions
- independents paths
- inputs deriving outputs
- internal data structures