Flow chart

A simple flowchart, which shows what to do, when a lamp does not work.

A flow chart, also known as a flowchart, is a type of diagram, made of boxes and arrows. It can be used to show:

  • An algorithm, a step-by-step list of directions that need to be followed to solve a problem
  • A process, a series of stages in time where the last stage is the product, result or goal.
  • The planned stages of a project.

The flow chart uses boxes, arrows and other elements:

  • Boxes show the process operations, the various steps and actions.
  • Arrows show the order of the steps, and/or different options.
  • Other elements representing materials involved, decisions, people, time or process measurements.

Flowchart building blocks

Common Shapes

The following table shows some of the most common shapes used in flowcharts. Generally, flowcharts are read from top to bottom and left to right. Reading flowcharts can also be called "flowing".

Software

Flowgorithm, an application used to execute programs from flowcharts

There are many different types of software that deal with making flowcharts. Some types of software allow users to design flowcharts that can be used to help them design a program easier. Other applications can also create programs based on the flowchart that the user designed. Some software that deal with making flowcharts include diagrams.net, Google Drawings, LibreOffice Draw, Microsoft Visio, yEd, and Inkscape.

References


Uses material from the Wikipedia article Flow chart, released under the CC BY-SA 4.0 license.