FLOW CHART INTRODUCTION
The flow chart is a means of visually presenting the flow of data through an information processing systems, the operations performed within the system and the sequence in which they are performed. In this lesson, we shall concern ourselves with the program flow chart, which describes what operations (and in what sequence) are required to solve a given problem. The program flow chart can be likened to the blueprint of a building. As we know a designer draws a blueprint before starting construction on a building. Similarly, a programmer prefers to draw a flow chart prior to writing a computer program. As in the case of the drawing of a blueprint, the flow chart is drawn according to defined rules and using standard flowchart symbols prescribed by the American National Standard Institute, Inc. See detail Flow Chart Definition.
Free Download Flowchart Software and View All Examples
FLOW CHART OBJECTIVES
At the end of this lesson, you will be able to understand:
FLOW CHART SOFTWARE
Edraw Flow chart Software will help the designer create professional basic flow chart, business process modeling notation chart, cross functional flow chart, data flow diagram, list and workflow chart from examples - with no drawing required.
Free Download Flow Chart Software and View All Examples
MEANING OF A FLOW CHART
A flow Chart is a diagrammatic representation that illustrates the sequence of operations to be performed to get the solution of a problem. Flow charts are generally drawn in the early stages of formulating computer solutions. Flowcharts facilitate communication between programmers and business people. These flowcharts play a vital role in the programming of a problem and are quite helpful in understanding the logic of complicated and lengthy problems. Once the flowchart is drawn, it becomes easy to write the program in any high level language. Often we see how flowcharts are helpful in explaining the program to others. Hence, it is correct to say that a flowchart is a must for the better documentation of a complex program.

A simple flow chart example
GUIDELINES FOR DRAWING A FLOW CHART
Flow Charts are usually drawn using some standard symbols; however, some special symbols can also be developed when required. Some standard flow chart symbols, which are frequently required for flowcharting many computer programs are shown in Fig.1
FLOW CHART DESIGN SYMBOL
It is not strictly necessary to use boxes, circles, diamonds or other such symbols to construct a flow chart, but these do help to describe the types of events in the chart more clearly. Described below are a set of standard symbols which are applicable to most situations without being overly complex.
Rounded box - use it to represent an event which occurs automatically. Such an event will trigger a subsequent action, for example 'receive telephone call', or describe a new state of affairs.
Rectangle or box - use it to represent an event which is controlled within the process. Typically this will be a step or action which is taken. In most flowcharts this will be the most frequently used symbol.
Diamond - use it to represent a decision point in the process. Typically, the statement in the symbol will require a 'yes' or 'no' response and branch to different parts of the flowchart accordingly.
Circle - use it to represent a point at which the flowchart connects with another process. The name or reference for the other process should appear within the symbol.
The following are some guidelines in flow charting:
Free Download Flowchart Software and View All Examples
Improving the layout of a flowchart
How to print a large flowchart
What factors Should be Considered in Drawing a Flowchart
Recommend this page:
|
|
|