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 charts
Flow chartsFlow charts
Flow charts
 
Charts in Microsoft Excel
Charts in Microsoft ExcelCharts in Microsoft Excel
Charts in Microsoft Excel
 
Flowchart
FlowchartFlowchart
Flowchart
 
Basic Input and Output
Basic Input and OutputBasic Input and Output
Basic Input and Output
 
Flowchart
FlowchartFlowchart
Flowchart
 
Types of flowchart
Types of flowchartTypes of flowchart
Types of flowchart
 
Charts and graphs in excel
Charts and graphs in excelCharts and graphs in excel
Charts and graphs in excel
 
excel charts
excel chartsexcel charts
excel charts
 
SPL 10 | One Dimensional Array in C
SPL 10 | One Dimensional Array in CSPL 10 | One Dimensional Array in C
SPL 10 | One Dimensional Array in C
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Flow chart
Flow chartFlow chart
Flow chart
 
Grade 10 flowcharting
Grade 10  flowchartingGrade 10  flowcharting
Grade 10 flowcharting
 
Charts in excel
Charts in excelCharts in excel
Charts in excel
 
Making a Chart Using Excel
Making a Chart Using ExcelMaking a Chart Using Excel
Making a Chart Using Excel
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Flowchart Grade 10
Flowchart Grade 10Flowchart Grade 10
Flowchart Grade 10
 
Formulas and functions
Formulas and functions Formulas and functions
Formulas and functions
 
Excel Tutorial
Excel TutorialExcel Tutorial
Excel Tutorial
 
Types of charts in Excel and How to use them
Types of charts in Excel and How to use themTypes of charts in Excel and How to use them
Types of charts in Excel and How to use them
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
 

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
 
Presentation on diagram and flowchart
Presentation on diagram and flowchartPresentation on diagram and flowchart
Presentation on diagram and flowchartSwarnima Tiwari
 
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
 
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
 
Flow Chart Guide PPT
Flow Chart Guide PPTFlow Chart Guide PPT
Flow Chart Guide 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 ...
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
 
Presentation on diagram and flowchart
Presentation on diagram and flowchartPresentation on diagram and flowchart
Presentation on diagram and 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
 
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
 
Flow Chart Guide PPT
Flow Chart Guide PPTFlow Chart Guide PPT
Flow Chart Guide 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 ...
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)
 
Flow chart a technique of process communication
Flow chart  a technique of process communicationFlow chart  a technique of process communication
Flow chart a technique of process communication
 
flowchart collection.docx
flowchart collection.docxflowchart collection.docx
flowchart collection.docx
 
FLOW CHARTS
FLOW CHARTSFLOW CHARTS
FLOW CHARTS
 
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
 
note
notenote
note
 
BUSINES PROCESS IMPROVEMENT
BUSINES PROCESS IMPROVEMENTBUSINES PROCESS IMPROVEMENT
BUSINES PROCESS IMPROVEMENT
 
Documentation
DocumentationDocumentation
Documentation
 
Flowchart
Flowchart Flowchart
Flowchart
 
Chapter 3 AIS.pptx
Chapter 3 AIS.pptxChapter 3 AIS.pptx
Chapter 3 AIS.pptx
 

Recently uploaded

Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptxnandhinijagan9867
 
Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...amitlee9823
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noidadlhescort
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...Sheetaleventcompany
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876dlhescort
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756dollysharma2066
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentationuneakwhite
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...lizamodels9
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...rajveerescorts2022
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Sheetaleventcompany
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...lizamodels9
 

Recently uploaded (20)

Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investors
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 

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.