1 |
In the architecture trade-off analysis method the architectural style should be described using the |
module view
process view
all of the given
data flow view
|
2 |
What makes requirements elicitation difficult? |
bounding scope
understanding user needs
requirements volatility
all of the above
|
3 |
UML (unified modeling language) analysis modeling focuses on the _________________ . |
behavioral model and environment model
behavioral model and implementation model
user model and environmental model
user model and structural model
|
4 |
Which piece of code is self-documented? |
if (x==0) // this is the case when we are allocating a new number
if (AllocFlag == 0)
If (AllocFlag == NEW_NUMBER)
None of the given
|
5 |
Which of the items listed below is not one of the software engineering layers? |
Process
Manufacturing
Methods
Tools
|
6 |
Which of the followings is not a testing type? |
Subsystem testing
Alpha testing
Beta Testing
Gamma Testing
|
7 |
The cyclomatic complexity metric provides the designer with information regarding the number of |
Cycles in the program
Errors in the program
Independent logic paths in the program
Statements in the program
|
8 |
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
|
9 |
Project ------------- defines the concept and range of the proposed solution, and limitations identify
certain capabilities that the product will not include |
Scope
Agreement
Plan
None of the given
|
10 |
A ------------ is a code that explains itself without the need of comments and extraneous
documentation |
Self documenting code
Self telling Code
Self Documenting Design
None of the given
|