Computer Science - System Analysis and Design

11.
Which of the following is not a requirement of structured design?
It should be made up of a hierarchy of modules
It should use many GOTO statements
The code should be executed in a top-to-bottom fashion within each module
Each module should be as independent as possible of all other modules, except its parent
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
A hierarchical chart that divides a large program into modules, in which greater details is designed in successively lower programming levels, is called a
Scheme
sub-schema
Structure
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
Which of the following is (are) the characteristic(s) of a system?
organization
Interaction
Interdependence
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
The term Parallel Run refers to
the same job run on two different computer to test their speeds
the processing of two different jobs initiated from two terminals.
the concurrent operation of an existing system and a new system
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
The "big picture" diagram of a system is the
block diagram
logic diagram
system flowchart
program flowchart
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.