1 |
Comparison testing is typically done to test two competing products as part of customer market analysis
prior to product release. |
True
False
None of them
|
2 |
Which of the following are characteristics of testable software? |
observability
simplicity
stability
all of the given
|
3 |
Test cases should be designed long before testing begins. |
True
False
None of them
|
4 |
A decision table should be used_______________________ |
to document all conditional statements
to guide the development of the project management plan
only when building an expert system
when a complex set of conditions and actions appears in a component
|
5 |
Quantitative methods for assessing the quality of proposed architectural designs are readily available. |
True
False
None of them
|
6 |
Which of the following is a fact finding method? |
Site visits
Prototyping
Study of similar systems
All of given
|
7 |
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
|
8 |
Be very careful when you use functions with side effects – functions that change the values of the
------------- |
parameters
variables
constants
None of given
|
9 |
Source files can have the extension --------------------- |
c++
.C
.cpp
all of the given
|
10 |
Establishing responsibilities for objects includes |
Generalization Relationships
Specialization Relationships
all of the above
identifying Association relationships
|