Computer Science - System Analysis and Design

26.
In a Decision tree
the root is drawn on the left and is the starting point on the decision sequence
the branch, to be followed, depends on the conditions and decisions, to be made
the nodes represent the conditions, with the right wise of tree listing the actions to be taken
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

27.
A file containing multiple indices to the data is called a/an
indexed file
sequential file
indexed-sequential file
inverted file
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

28.
The short statements that represent the steps the computer needs to follow to solve a problem are called
Flowcharts
Flow diagrams
IPO charts
Pseudocharts
Pseudocode
Answer: Option
Explanation:
No answer description is available. Let's discuss.

29.
Which of the following is not a factor in the failure of a systems development project ?
inadequate user involvement
failure of systems integration
size of company
continuation of a project that should have been cancelled
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

30.
Most algorithms follow the format of
Entering the input items, then displaying the input items, and then processing the output items
Entering the input items, then processing the output items, and then displaying the output items
Entering the input items, then processing the input items, and then displaying the output items
Entering the output items, then displaying the output items, and then processing the output items
Entering the output items, then processing the output items, and then displaying the output items
Answer: Option
Explanation:
No answer description is available. Let's discuss.