System Analysis and Design
In Decision trees

None of these
the branch depends on the condition and decisions to made
All of these
the root is drawn on the left and is the starting point on the decision sequence.
nodes represent the conditions, with the right side of tree listing the actions to be taken

ANSWER DOWNLOAD EXAMIANS APP

System Analysis and Design
Which of the following is not a requirement of structured design?

Each module should be as independent as possible of all other modules, except its parent
It should be made up of a hierarchy of modules
The code should be executed in a top-to-bottom fashion within each module
It should use many GOTO statements
None of these

ANSWER DOWNLOAD EXAMIANS APP

System Analysis and Design
A system design is said to be functionally modular if

the system makes extensive use of function. keys for maximum user assistance
each module performs a specific function and can be developed relatively independently by programmers
the system is developed using structured programming through COBOL or PASCAL
the system is able to handle all the function of the application
None of these

ANSWER DOWNLOAD EXAMIANS APP