1 |
Software should be tested more like hardware, with Built-in self testing: such that each unit can be
tested ------------- |
freely
independently
dependtly
completely
|
2 |
Unit testing is roughly equivalent to ---------- testing for hardware in which each chip is tested
thoroughly after manufacturing |
Circuit level
Chip Level
component level
system level
|
3 |
Classes should be declared in individual header files with the file name matching the ---------- name. |
class
method
object
non of the all
|
4 |
MVC pattern was based on the --------------- pattern. |
Observer
Structural
Behavioral
Non of them
|
5 |
In the N-Tire Architecture the idea is to enhance scalability and -------------- by distributing both the data
and the application using multiple server machines. |
Performance
Efficiency
Usability
non of the all
|
6 |
40-60% of all defects found in software projects can be traced back to poor ----------- |
Requirements
Design
Coding
Testing
|
7 |
Requirement engineering mainly deals with the -------------- of the system |
definition phase
development phase
maintenance
non of the above
|
8 |
A change becomes ------------- because of close presence of data and functions |
Localized
Private
Global
Accessible
|
9 |
Configuration reviews are not needed if regression testing has been rigorously applied during software
integration. |
True
False
None of them
|
10 |
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
None of them
|