Podcast
Questions and Answers
What is the big picture diagram of a system?
What is the big picture diagram of a system?
- Program flowchart
- Answer System flowchart
- Block diagram (correct)
- Logic diagram
What is not a requirement of structured design?
What is not a requirement of structured design?
- The code should be executed in a top to bottom fashion.
- It should use many GO TO statements. (correct)
- Each module should be as independent as possible.
- It should be made up of a hierarchy of modules.
What does a data dictionary contain?
What does a data dictionary contain?
- Data structures
- Data flows
- Data stores
- All of the above (correct)
What is referred to as the environment in systems parlance?
What is referred to as the environment in systems parlance?
When should the outstanding Invoice file be started on?
When should the outstanding Invoice file be started on?
Which control structure is used in every program?
Which control structure is used in every program?