1 |
Which of the following is a/are tool used in requirement analysis? |
Flow Graphs
Data Flow Diagrams
Activity Networks
Module Dependency Diagrams
|
2 |
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
|
3 |
The two main documents produced during this phase are Requirement Statement and Requirement
Specification. They are also called Requirement Definition and ---------- |
Functional Specification
Mathematical specification
System Specification
None of the given
|
4 |
Which of the following is an/are advantage(s) of object oriented analysis & design over structured system
analysis & design? |
Ease of modeling real world events
Reusability
Maintainability
All of given
|
5 |
1. Variables should be initialized where they are declared and they should be declared in the --------------
scope possible. |
Smallest
largest
medium
None of the given
|
6 |
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
|
7 |
Stakeholders are different people who would be interested in the -----------
|
Software
System
Product
All of the given
|
8 |
In the debugging process a stack trace is a very useful tool |
True
False
None of them
|
9 |
First hand accounts of the problem are always useful in Debugging process |
True
False
None of them
|
10 |
Symptoms of logical errors are ------------------------------ |
code is misbehaving
The program doesn't crash, but akes odd branches through the code
Results are the opposite
Output looks strange
all of the given
|