1 |
Top-down integration testing has as it's major advantage(s) that |
low level modules never need testing
major decision points are tested early
no stubs need to be written
none of the given
|
2 |
Real-time applications add a new and potentially difficult element to the testing mix |
performance
reliability
security
time
|
3 |
Class variables should be declared public. This concept violates which of the following. |
Information hiding
Encapsulation
Information hiding and Encapsulation
None of given
|
4 |
Variable names must be in mixed case starting with upper case. |
True
False
None of them
|
5 |
In transaction mapping the first level factoring results in the______________ |
creation of a CFD
derivation of the control hierarchy
distribution of worker modules
refinement of the module view
|
6 |
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
None of them
|
7 |
Quantitative methods for assessing the quality of proposed architectural designs are readily available |
True
False
None of them
|
8 |
In the context of requirements analysis, partitioning results in the elaboration of data, function, or
behavior. |
True
False
None of them
|
9 |
What are the three generic phases of software engineering? |
definition, development, support
what, how, where
programming, debugging, maintenance
analysis, design, testing
|
10 |
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
|