Cis510 Systems Analysis & Design

Submitted by: Submitted by

Views: 620

Words: 1401

Pages: 6

Category: Science and Technology

Date Submitted: 11/06/2011 07:46 AM

Report This Essay

Chapter 10 – The Traditional Approach to Design

1 Solutions to End-of-Chapter Material

2

3 Review Questions

1. Explain the relationship and differences between a module and a program.

A program is a set of modules that work together to perform all the required functions. A module is a relatively small set of statements that carry out a single function.

2. What is the purpose of the automation system boundary? How do you develop one?

The automation system boundary defines which processes are going to be automated within the computer system, and which processes are part of the environment, or manual system. The system boundary, although needed for both structured and object-oriented development, needs to be defined explicitly for the structured approach. The object-oriented approach already has the system boundary defined in the use case diagram.

The automation system boundary is developed at the DFD fragment level or below, by defining which processes are manual and which are automated. The boundary line is a line between these two processes.

3. What is a system flow chart used for?

A system flow chart is used to depict the overall flow of information and control in a total system that consists of several programs.

4. What symbols are used on a system flow chart?

The symbols include a rectangle for a program, a rectangle with curved sides or a disk for a file, a rectangle with a curved bottom line for a report, a circle with a tail for a file, a trapezoid for a manual operation, and an arrow or lightning bolt for a transmission or movement of data.

5. What is the purpose of a structure chart?

A structure chart depicts the hierarchical structure of modules that make up a computer program. It shows the calling hierarchy as well as the data parameter that is passing between the modules.

6. What are the symbols used on a structure chart?

The symbols include a rectangle for the...