1 |
The construction is used to avoid ---------------- errors. |
compilation
runtime
design time
non of them
|
2 |
Idea behind zero install architecture is to develop a system where no installation on the ---------- is
needed. |
Client side
Server Side
Client & Server Side
Non of the all
|
3 |
Like analysis models, many different kinds of -----------models are developed |
Architectural
System
Design
Logical
|
4 |
Every view is potentially Hierarchical in this regard which of the view are Hierarchical ? |
Functional View
Development View
Concurrency view
all of given
|
5 |
In sequence Diagrams objects are organized in a ----------line |
horizontal
vertical
horizontal and vertical
non of the above
|
6 |
The hardest single part of building a software system is deciding precisely ----------- to build. |
What
How
When
Why
|
7 |
Which test criteria should be applied in a phase of testing? |
functional validity
interface integrity
correctness
all of the given
|
8 |
What types of errors are missed by black-box testing and can be uncovered by white-box testing? |
behavioral errors
subtle logic errors
performance errors
input error
|
9 |
A necessary supplement to transform or transaction mapping needed to create a complete architectural
design is ________. |
entity relationship diagrams
the data dictionary
processing narratives for each module
test cases for each module
|
10 |
The first step in any OOA process model is to____________________ |
build an object-relationship model
define collaborations between objects
elicit customer requirements
select a representation language
|