Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Flowchart


A simple flowchart for what to do if a lamp doesn't work

A flowchart (also spelled flow-chart and flow chart) is a schematic representation of a process. They are commonly used in business/economic presentations to help the audience visualize the content better, or to find flaws in the process.

Examples include instructions for a bicycle's assembly, an attorney outlining a case's timeline, diagram of an automobile plant's work flow, the decisions to be taken on a tax form, et cetera.

Generally the start point, end points, inputs, outputs, possible paths and the decisions that lead to these possible paths are included.

Also many humorous flowcharts exist, for example one that outlines how to pass the blame if something goes wrong.

Flow-charts can be created by hand, but lately specialized diagram drawing software has emerged that can also be used for the purpose, such as Visio and Dia.

Programs have been written to create flowcharts directly from computer program source.

1 Applications in computer science


Flowcharts were used historically in computer science to represent algorithms, which are themselves instructions for a sequence of operations. Today, however, the trend is towards the use of pseudocode to represent algorithms. Flowcharts are, however, more visual, and are often used in presentations.


2 See also

3 External links


Algorithms Computer science

Read more »

Non User