SlideShare a Scribd company logo
1 of 5
A Note on Flowchart Symbols
Different flow chart symbols have different meanings. The most common flow chart symbols are:

                                      Terminator: An oval flow chart shape indicating the start
                                      or end of the process.
                                      Process: A rectangular flow chart shape indicating a
                                      normal process flow step.
                                      Decision: A diamond flow chart shape indication a branch
                                      in the process flow.
                                      Connector: A small, labeled, circular flow chart shape
                                      used to indicate a jump in the process flow.
                                      Data: A parallelogram that indicates data input or output
                                      (I/O) for a process.
                                      Document: used to indicate a document or report (see
                                      image in sample flow chart below).


Table of Flowchart Symbols
(aka, Flowchart Shapes, Business Process Map Symbols)

 Symbol            Symbol Name         Symbol Description
                   (alias)


                                Process / Operation Symbols


                    Process            Show a Process or action step. This is the most
                                       common symbol in both process flowcharts and
                                       business process maps.


                    Predefined         A Predefined Process symbol is a marker for
                    Process            another process step or series of process flow steps
                    (Subroutine)       that are formally defined elsewhere. This shape
                                       commonly depicts sub-processes (or subroutines in
                                       programming flowcharts). If the sub-process is
                                       considered "known" but not actually defined in a
                                       process procedure, work instruction, or some other
                                       process flowchart or documentation, then it is best
                                       not to use this symbol since it implies a formally
                                       defined process.


                    Alternate          As the shape name suggests, this flowchart symbol
                    Process            is used when the process flow step is an alternate
                                       to the normal process step. Flow lines into an
                                       alternate process flow step are typically dashed.


                    Delay              The Delay flowchart symbol depicts any waiting
                                       period that is part of a process. Delay shapes are
                                       common in process mapping.
Preparation        As the names states, any process step that is a
                   Preparation process flow step, such as a set-up
                   operation.


Manual             Manual Operations flowchart shapes show which
Operation          process steps are not automated. In data
                   processing flowcharts, this data flow shape
                   indicates a looping operation along with a loop limit
                   symbol (which is not supported by Microsoft Office,
                   but a Manual Operation symbol rotated 180° will do
                   the trick.)


    Branching and Control of Flow Symbols


Flow Line          Flow line connectors show the direction that the
(Arrow,            process flows.
Connector)


Terminator         Terminators show the start and stop points in a
(Terminal Point,   process. When used as a Start symbol, terminators
Oval)              depict a trigger action that sets the process flow
                   into motion.


Decision           Indicates a question or branch in the process flow.
                   Typically, a Decision flowchart shape is used when
                   there are 2 options (Yes/No, No/No-Go, etc.)




Connector          Flowchart: In flowcharts, this symbol is typically
(Inspection)       small and is used as a Connector to show a jump
                   from one point in the process flow to another.
                   Connectors are usually labeled with capital letters
                   (A, B, AA) to show matching jump points. They are
                   handy for avoiding flow lines that cross other
                   shapes and flow lines. They are also handy for
                   jumping to and from a sub-process defined in a
                   separate area than the main flowchart.
                   Process Mapping: In process maps, this symbol is
                   full sized and shows an Inspection point in the
                   process flow.

                   [Just to confuse things further, some people will
                   use a circle to indicate an operation and a square to
                   indicate an inspection. That's why it's important to
include a symbol key in the flowchart.]



Off-Page          Off-Page Connector shows continuation of a
Connector         process flowchart onto another page. When using
                  them in conjunction with Connectors, it's best to
                  differentiate the labels, e.g. use numbers for Off-
                  Page Connectors and capital letters for Connectors.
                  In actual practice, most flowcharts just use the
                  Connect shape for both on-page and off-page
                  references.


Merge             Flowchart: Shows the merging of multiple
(Storage)         processes or information into one.
                  Process Mapping: commonly indicates storage of
                  raw materials.


Extract           Flowchart: Shows when a process splits into
(Measurement)     parallel paths. Also commonly indicates a
                  Measurement, with a capital 'M' inside the symbol.
                  Process Mapping: commonly indicates storage of
                  finished goods.


Or                The logical Or symbol shows when a process
                  diverges - usually for more than 2 branches. When
                  using this symbol, it is important to label the out-
                  going flow lines to indicate the criteria to follow
                  each branch.


Summing           The logical Summing Junction flowchart shape is
Junction          shows when multiple branches converge into a
                  single process. The merge symbol is more common
                  for this use, though. This symbol and the Or
                  symbol are really more relevant in data processing
                  flow diagrams than in process flowcharts.


            Input and Output Symbols


Data              The Data flowchart shape indicates inputs to and
(I/O)             outputs from a process. As such, the shape is more
                  often referred to as an I/O shape than a Data
                  shape.
Document           Pretty self-explanatory - the Document flowchart
                   symbol is for a process step that produces a
                   document.


Multi-Document     Same as Document, except, well, multiple
                   documents. This shape is not as commonly used as
                   the Document flowchart shape, even when multiple
                   documents are implied.


Display            Indicates a process step where information is
                   displayed to a person (e.g., PC user, machine
                   operator).


Manual Input       Manual Input flowchart shapes show process steps
                   where the operator/ user is prompted for
                   information that must be manually input into a
                   system.


Card               This is the companion to the punched tape
                   flowchart shapes. This shape is seldom used.



Punched Tape       If you're very good at stretching all the life out of a
                   machine, you may still have use for the Punched
                   Tape symbol - used for input into old computers
                   and CNC machines.


       File and Information Storage Symbols


Stored Data        A general Data Storage flowchart shape used for
                   any process step that stores data (as opposed to
                   the more specific shapes to follow next in this
                   table).


Magnetic Disk      The most universally recognizable symbol for a
(Database)         data storage location, this flowchart shape depicts
                   a database.



Direct Access      Direct Access Storage is a fancy way of saying Hard
Storage            Drive.
Internal Storage   Used in programming flowcharts to mean
                                       information stored in memory, as opposed to on a
                                       file.



                    Sequential         Although it looks like a 'Q', the symbol is supposed
                    Access Storage     to look like a reel of tape.
                    (Magnetic Tape)



                                Data Processing Symbols


                    Collate            The Collate flowchart shape indicates a process
                                       step that requires organizing data, information, or
                                       materials according into a standard format or
                                       arrangement.


                    Sort               Indicates the sorting of data, information, materials
                                       into some pre-defined order.


Caveat: The descriptions given above are written from the perspective of someone using them to
create process flow charts, whereas many of the flowchart symbols actually have their roots in the
data processing diagrams and programming flow charts. So, not all the flowcharting shapes shown
below may be relevant to your needs.
The flowchart symbol names in parentheses are common alternates for a given shape. Sometimes a
flowchart shape can have more than one meaning, as with the Circle shape, which depicts a jump
node in flow charts and inspection point in business process mapping. Other times, there are just
multiple names for the same flow chart symbol - such as Terminator and Terminal Point.

The 4 Most commonly used Flowchart Symbols
The vast majority of flowcharts rely on just 4 of the process symbols to do all the heavy lifting:
Terminator, Process, Decision, and Connector. In fact, if you use other flowcharting shapes, many
people won't know what they are for, so you should probably add a shape symbol key to your
flowchart.

More Related Content

What's hot (20)

Flow Chart Guide PPT
Flow Chart Guide PPTFlow Chart Guide PPT
Flow Chart Guide PPT
 
Flow charts
Flow chartsFlow charts
Flow charts
 
Flow chart
Flow chartFlow chart
Flow chart
 
Chapter 6 algorithms and flow charts
Chapter 6  algorithms and flow chartsChapter 6  algorithms and flow charts
Chapter 6 algorithms and flow charts
 
Presentation on diagram and flowchart
Presentation on diagram and flowchartPresentation on diagram and flowchart
Presentation on diagram and flowchart
 
Types of flowchart
Types of flowchartTypes of flowchart
Types of flowchart
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Word
WordWord
Word
 
Flowchart
FlowchartFlowchart
Flowchart
 
22 Excel Basics
22 Excel Basics22 Excel Basics
22 Excel Basics
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Algorithm and flowchart
Algorithm and flowchartAlgorithm and flowchart
Algorithm and flowchart
 
FLOW CHARTS
FLOW CHARTSFLOW CHARTS
FLOW CHARTS
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics ppt
 
Flowchart Grade 10
Flowchart Grade 10Flowchart Grade 10
Flowchart Grade 10
 
Excel ppt
Excel pptExcel ppt
Excel ppt
 
What is token c programming
What is token c programmingWhat is token c programming
What is token c programming
 
Excel Tutorial
Excel TutorialExcel Tutorial
Excel Tutorial
 
Word Processing Introduction
Word Processing IntroductionWord Processing Introduction
Word Processing Introduction
 
File management
File managementFile management
File management
 

Viewers also liked

Table Of Flowchart Symbols
Table Of Flowchart SymbolsTable Of Flowchart Symbols
Table Of Flowchart SymbolsNeo Nguyens
 
Basic Flowcharting
Basic FlowchartingBasic Flowcharting
Basic Flowchartingsebrown
 
Chapter 3 - Variables and Constants
Chapter 3 - Variables and ConstantsChapter 3 - Variables and Constants
Chapter 3 - Variables and Constantsmshellman
 
Chapter 1 - An Introduction to Programming
Chapter 1 - An Introduction to ProgrammingChapter 1 - An Introduction to Programming
Chapter 1 - An Introduction to Programmingmshellman
 
Chapter 2 - Beginning the Problem-Solving Process
Chapter 2 - Beginning the Problem-Solving ProcessChapter 2 - Beginning the Problem-Solving Process
Chapter 2 - Beginning the Problem-Solving Processmshellman
 
Flow chart
Flow chartFlow chart
Flow chartoggipl
 
Diagramas de flujo
Diagramas de flujoDiagramas de flujo
Diagramas de flujotonamonjo
 
Example flow process charts
Example flow process chartsExample flow process charts
Example flow process chartsrahulmeshram14
 
Good and Bad Power Point Examples Ed Tech
Good and Bad Power Point Examples Ed TechGood and Bad Power Point Examples Ed Tech
Good and Bad Power Point Examples Ed TechLynnylu
 
Flowcharts
FlowchartsFlowcharts
Flowchartscorb201
 
Chap3 flow charts
Chap3 flow chartsChap3 flow charts
Chap3 flow chartsamit139
 
Flow chart powerpoint presentation slides ppt templates
Flow chart powerpoint presentation slides ppt templatesFlow chart powerpoint presentation slides ppt templates
Flow chart powerpoint presentation slides ppt templatesSlideTeam.net
 
Business power point templates linear flow six phases diagram free sales ppt ...
Business power point templates linear flow six phases diagram free sales ppt ...Business power point templates linear flow six phases diagram free sales ppt ...
Business power point templates linear flow six phases diagram free sales ppt ...SlideTeam.net
 
Algorithms and Flowcharts
Algorithms and FlowchartsAlgorithms and Flowcharts
Algorithms and FlowchartsDeva Singh
 
The Revenue Cycle
The Revenue Cycle The Revenue Cycle
The Revenue Cycle Qamar Farooq
 

Viewers also liked (20)

Table Of Flowchart Symbols
Table Of Flowchart SymbolsTable Of Flowchart Symbols
Table Of Flowchart Symbols
 
Basic Flowcharting
Basic FlowchartingBasic Flowcharting
Basic Flowcharting
 
Chapter 3 - Variables and Constants
Chapter 3 - Variables and ConstantsChapter 3 - Variables and Constants
Chapter 3 - Variables and Constants
 
Wireframes
WireframesWireframes
Wireframes
 
Flowchart
FlowchartFlowchart
Flowchart
 
Chapter 1 - An Introduction to Programming
Chapter 1 - An Introduction to ProgrammingChapter 1 - An Introduction to Programming
Chapter 1 - An Introduction to Programming
 
Chapter 2 - Beginning the Problem-Solving Process
Chapter 2 - Beginning the Problem-Solving ProcessChapter 2 - Beginning the Problem-Solving Process
Chapter 2 - Beginning the Problem-Solving Process
 
Flow chart
Flow chartFlow chart
Flow chart
 
Diagramas de flujo
Diagramas de flujoDiagramas de flujo
Diagramas de flujo
 
Flowchart
FlowchartFlowchart
Flowchart
 
Eye Hospital Literature
Eye Hospital LiteratureEye Hospital Literature
Eye Hospital Literature
 
Example flow process charts
Example flow process chartsExample flow process charts
Example flow process charts
 
Flow process chart
Flow process chartFlow process chart
Flow process chart
 
Good and Bad Power Point Examples Ed Tech
Good and Bad Power Point Examples Ed TechGood and Bad Power Point Examples Ed Tech
Good and Bad Power Point Examples Ed Tech
 
Flowcharts
FlowchartsFlowcharts
Flowcharts
 
Chap3 flow charts
Chap3 flow chartsChap3 flow charts
Chap3 flow charts
 
Flow chart powerpoint presentation slides ppt templates
Flow chart powerpoint presentation slides ppt templatesFlow chart powerpoint presentation slides ppt templates
Flow chart powerpoint presentation slides ppt templates
 
Business power point templates linear flow six phases diagram free sales ppt ...
Business power point templates linear flow six phases diagram free sales ppt ...Business power point templates linear flow six phases diagram free sales ppt ...
Business power point templates linear flow six phases diagram free sales ppt ...
 
Algorithms and Flowcharts
Algorithms and FlowchartsAlgorithms and Flowcharts
Algorithms and Flowcharts
 
The Revenue Cycle
The Revenue Cycle The Revenue Cycle
The Revenue Cycle
 

Similar to Flowchart symbols

Similar to Flowchart symbols (20)

Process design
Process design  Process design
Process design
 
Flow Chart @ppsc(2)
Flow Chart @ppsc(2)Flow Chart @ppsc(2)
Flow Chart @ppsc(2)
 
flowchart collection.docx
flowchart collection.docxflowchart collection.docx
flowchart collection.docx
 
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
 
Flow chart
Flow chartFlow chart
Flow chart
 
Fundamentals of-algorithm
Fundamentals of-algorithmFundamentals of-algorithm
Fundamentals of-algorithm
 
Programming process and flowchart
Programming process and flowchartProgramming process and flowchart
Programming process and flowchart
 
System analysis and design chapter 2
System analysis and design chapter 2System analysis and design chapter 2
System analysis and design chapter 2
 
Prepare and Interpret Technical Drawing.pptx
Prepare and Interpret Technical Drawing.pptxPrepare and Interpret Technical Drawing.pptx
Prepare and Interpret Technical Drawing.pptx
 
2 flow charts
2 flow charts2 flow charts
2 flow charts
 
cpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdfcpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdf
 
Nota Flowchart.pdf
Nota Flowchart.pdfNota Flowchart.pdf
Nota Flowchart.pdf
 
FLOWCHART.pptx
FLOWCHART.pptxFLOWCHART.pptx
FLOWCHART.pptx
 
BUSINES PROCESS IMPROVEMENT
BUSINES PROCESS IMPROVEMENTBUSINES PROCESS IMPROVEMENT
BUSINES PROCESS IMPROVEMENT
 
note
notenote
note
 
Documentation
DocumentationDocumentation
Documentation
 
Flowchart
Flowchart Flowchart
Flowchart
 
Chapter 3 AIS.pptx
Chapter 3 AIS.pptxChapter 3 AIS.pptx
Chapter 3 AIS.pptx
 
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashi
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashiQcl 14-v3 flowchart-admission procedure-banasthali-university_rashi
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashi
 
Flowcharts
FlowchartsFlowcharts
Flowcharts
 

Recently uploaded

Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
Entrepreneurship lessons in Philippines
Entrepreneurship lessons in  PhilippinesEntrepreneurship lessons in  Philippines
Entrepreneurship lessons in PhilippinesDavidSamuel525586
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCRashishs7044
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Anamaria Contreras
 
PB Project 1: Exploring Your Personal Brand
PB Project 1: Exploring Your Personal BrandPB Project 1: Exploring Your Personal Brand
PB Project 1: Exploring Your Personal BrandSharisaBethune
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMVoces Mineras
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Peter Ward
 
Chapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditChapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditNhtLNguyn9
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxmbikashkanyari
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024Adnet Communications
 
1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdfShaun Heinrichs
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Doge Mining Website
 

Recently uploaded (20)

Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
Entrepreneurship lessons in Philippines
Entrepreneurship lessons in  PhilippinesEntrepreneurship lessons in  Philippines
Entrepreneurship lessons in Philippines
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.
 
PB Project 1: Exploring Your Personal Brand
PB Project 1: Exploring Your Personal BrandPB Project 1: Exploring Your Personal Brand
PB Project 1: Exploring Your Personal Brand
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQM
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...
 
Chapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditChapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal audit
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024
 
1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 

Flowchart symbols

  • 1. A Note on Flowchart Symbols Different flow chart symbols have different meanings. The most common flow chart symbols are: Terminator: An oval flow chart shape indicating the start or end of the process. Process: A rectangular flow chart shape indicating a normal process flow step. Decision: A diamond flow chart shape indication a branch in the process flow. Connector: A small, labeled, circular flow chart shape used to indicate a jump in the process flow. Data: A parallelogram that indicates data input or output (I/O) for a process. Document: used to indicate a document or report (see image in sample flow chart below). Table of Flowchart Symbols (aka, Flowchart Shapes, Business Process Map Symbols) Symbol Symbol Name Symbol Description (alias) Process / Operation Symbols Process Show a Process or action step. This is the most common symbol in both process flowcharts and business process maps. Predefined A Predefined Process symbol is a marker for Process another process step or series of process flow steps (Subroutine) that are formally defined elsewhere. This shape commonly depicts sub-processes (or subroutines in programming flowcharts). If the sub-process is considered "known" but not actually defined in a process procedure, work instruction, or some other process flowchart or documentation, then it is best not to use this symbol since it implies a formally defined process. Alternate As the shape name suggests, this flowchart symbol Process is used when the process flow step is an alternate to the normal process step. Flow lines into an alternate process flow step are typically dashed. Delay The Delay flowchart symbol depicts any waiting period that is part of a process. Delay shapes are common in process mapping.
  • 2. Preparation As the names states, any process step that is a Preparation process flow step, such as a set-up operation. Manual Manual Operations flowchart shapes show which Operation process steps are not automated. In data processing flowcharts, this data flow shape indicates a looping operation along with a loop limit symbol (which is not supported by Microsoft Office, but a Manual Operation symbol rotated 180° will do the trick.) Branching and Control of Flow Symbols Flow Line Flow line connectors show the direction that the (Arrow, process flows. Connector) Terminator Terminators show the start and stop points in a (Terminal Point, process. When used as a Start symbol, terminators Oval) depict a trigger action that sets the process flow into motion. Decision Indicates a question or branch in the process flow. Typically, a Decision flowchart shape is used when there are 2 options (Yes/No, No/No-Go, etc.) Connector Flowchart: In flowcharts, this symbol is typically (Inspection) small and is used as a Connector to show a jump from one point in the process flow to another. Connectors are usually labeled with capital letters (A, B, AA) to show matching jump points. They are handy for avoiding flow lines that cross other shapes and flow lines. They are also handy for jumping to and from a sub-process defined in a separate area than the main flowchart. Process Mapping: In process maps, this symbol is full sized and shows an Inspection point in the process flow. [Just to confuse things further, some people will use a circle to indicate an operation and a square to indicate an inspection. That's why it's important to
  • 3. include a symbol key in the flowchart.] Off-Page Off-Page Connector shows continuation of a Connector process flowchart onto another page. When using them in conjunction with Connectors, it's best to differentiate the labels, e.g. use numbers for Off- Page Connectors and capital letters for Connectors. In actual practice, most flowcharts just use the Connect shape for both on-page and off-page references. Merge Flowchart: Shows the merging of multiple (Storage) processes or information into one. Process Mapping: commonly indicates storage of raw materials. Extract Flowchart: Shows when a process splits into (Measurement) parallel paths. Also commonly indicates a Measurement, with a capital 'M' inside the symbol. Process Mapping: commonly indicates storage of finished goods. Or The logical Or symbol shows when a process diverges - usually for more than 2 branches. When using this symbol, it is important to label the out- going flow lines to indicate the criteria to follow each branch. Summing The logical Summing Junction flowchart shape is Junction shows when multiple branches converge into a single process. The merge symbol is more common for this use, though. This symbol and the Or symbol are really more relevant in data processing flow diagrams than in process flowcharts. Input and Output Symbols Data The Data flowchart shape indicates inputs to and (I/O) outputs from a process. As such, the shape is more often referred to as an I/O shape than a Data shape.
  • 4. Document Pretty self-explanatory - the Document flowchart symbol is for a process step that produces a document. Multi-Document Same as Document, except, well, multiple documents. This shape is not as commonly used as the Document flowchart shape, even when multiple documents are implied. Display Indicates a process step where information is displayed to a person (e.g., PC user, machine operator). Manual Input Manual Input flowchart shapes show process steps where the operator/ user is prompted for information that must be manually input into a system. Card This is the companion to the punched tape flowchart shapes. This shape is seldom used. Punched Tape If you're very good at stretching all the life out of a machine, you may still have use for the Punched Tape symbol - used for input into old computers and CNC machines. File and Information Storage Symbols Stored Data A general Data Storage flowchart shape used for any process step that stores data (as opposed to the more specific shapes to follow next in this table). Magnetic Disk The most universally recognizable symbol for a (Database) data storage location, this flowchart shape depicts a database. Direct Access Direct Access Storage is a fancy way of saying Hard Storage Drive.
  • 5. Internal Storage Used in programming flowcharts to mean information stored in memory, as opposed to on a file. Sequential Although it looks like a 'Q', the symbol is supposed Access Storage to look like a reel of tape. (Magnetic Tape) Data Processing Symbols Collate The Collate flowchart shape indicates a process step that requires organizing data, information, or materials according into a standard format or arrangement. Sort Indicates the sorting of data, information, materials into some pre-defined order. Caveat: The descriptions given above are written from the perspective of someone using them to create process flow charts, whereas many of the flowchart symbols actually have their roots in the data processing diagrams and programming flow charts. So, not all the flowcharting shapes shown below may be relevant to your needs. The flowchart symbol names in parentheses are common alternates for a given shape. Sometimes a flowchart shape can have more than one meaning, as with the Circle shape, which depicts a jump node in flow charts and inspection point in business process mapping. Other times, there are just multiple names for the same flow chart symbol - such as Terminator and Terminal Point. The 4 Most commonly used Flowchart Symbols The vast majority of flowcharts rely on just 4 of the process symbols to do all the heavy lifting: Terminator, Process, Decision, and Connector. In fact, if you use other flowcharting shapes, many people won't know what they are for, so you should probably add a shape symbol key to your flowchart.