System Analysis and Design
After planning an algorithm, you should _____ to verify that it will work correctly.

None of these
Evaluate and modify (if necessary) the program.
Desk-check the algorithm
Analyze the algorithm
Code the algorithm

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
None of these
The code should be executed in a top-to-bottom fashion within each module
It should use many GOTO statements

ANSWER DOWNLOAD EXAMIANS APP