Flow Chart:: Flowchart Symbols
Flow Chart:: Flowchart Symbols
Flowchart Symbols
Here is a chart for some of the common symbols used in drawing
flowcharts.
Flowchart can have only one start and one stop symbol
IPO charts
An IPO chart records the input, process, and output of a process, or program
module. It is commonly used when designing spreadsheet formulas,
calculated fields in databases, and algorithms in programming.
Now ask what data is needed to generate this output (date of birth, current
date)
HIPO Diagram
HIPO (Hierarchical Input Process Output) diagram is a combination of two
organized method to analyze the system and provide the means of
documentation. HIPO model was developed by IBM in year 1970.
In contrast to IPO (Input Process Output) diagram, which depicts the flow
of control and data in a module, HIPO does not provide any information
about data flow or control flow.
Example
Both parts of HIPO diagram, Hierarchical presentation and IPO Chart are
used for structure design of software program as well as documentation of
the same.
Gantt chart
Gantt chart is a horizontal bar chart developed as a production control tool in
1917 by Henry L. Gantt, an American engineer and social scientist. Frequently
used in project management, a Gantt chart provides a graphical illustration of
a schedule that helps to plan, coordinate, and track specific tasks in a
project.
Gantt charts may be simple versions created on graph paper or more complex
automated versions created using project management applications such as
Microsoft Project or Excel.
A Gantt chart is constructed with a horizontal axis representing the total time
span of the project, broken down into increments (for example, days, weeks,
or months) and a vertical axis representing the tasks that make up the project
(for example, if the project is outfitting your computer with new software, the
major tasks involved might be: conduct research, choose software, install
software). Horizontal bars of varying lengths represent the sequences, timing,
and time span for each task. Using the same example, you would put
"conduct research" at the top of the verticle axis and draw a bar on the graph
that represents the amount of time you expect to spend on the research, and
then enter the other tasks below the first one and representative bars at the
points in time when you expect to undertake them. The bar spans may
overlap, as, for example, you may conduct research and choose software
during the same time span. As the project progresses, secondary bars,
arrowheads, or darkened bars may be added to indicate completed tasks, or
the portions of tasks that have been completed. A vertical line is used to
represent the report date.
The PERT chart is sometimes preferred over the Gantt chart, another popular
project management charting method, because it clearly illustrates task
dependencies. On the other hand, the PERT chart can be much more difficult
to interpret, especially on complex projects. Frequently, project managers use
both techniques.
----------------