You are on page 1of 1

Programming Flowcharts

Symbol Name Function

An oval represents a start or end How to Make a Flowchart


Start/End point
A good flowchart should
communicate a process clearly
A line is a connector that shows and effectively. When starting
Arrows relationships between the out, it's a good idea to focus on
representative shapes a few steps.

Input or A parallelogram represents input or • Determine the purpose or


output function of the flowchart
Output • Add steps and connect them
with arrows
• Add decisions or split paths
Action or A rectangle represents an action or
• Show any loops back to
Process process
previous steps
• Share your flowchart

Most flowcharts should be built


Decision A diamond indicates a decision
using only the Start/End and
Action or Process symbols and
Indicates a sequence of actions that should follow a very basic set of
perform a specific task embedded best practices. Sticking to these
Subroutine or within a larger process. The primary flowchart symbols is the
sequence of actions could be best way to ensure that your
myBlock described in more detail on a diagram will be easy to
separate flowchart. understand.

You might also like