System Analysis and Design
Rapid prototyping proves the quality of a design by

having a program simulate the real system
having the system analyst present an overview of the design to users, programmers, and consultants
having a data flow diagram
both (a) and (b)
None of these

ANSWER DOWNLOAD EXAMIANS APP

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

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

ANSWER DOWNLOAD EXAMIANS APP

System Analysis and Design
A Decision table

represents the information flow
gets an accurate picture of the system
documents rules, that select one or more actions, based on one or more conditions, from a set of possible conditions.
shows the decision paths

ANSWER DOWNLOAD EXAMIANS APP