SlideShare a Scribd company logo
Flow Charts
By Programopedia
What is flow chart
Flow chart is the combination of two words flow
and chart. A chart consist of different symbols
to display information about any program.
Flow indicates the direction of the processing
that takes place in the algorithm.
• In this presentation we will discuss the
different symbols of the flow chart that is used
to display the information about any program.
Input and output
• Parallelogram is used to represent an input or
output step.
• Input is used to get the input from the user.
• Out put is used to display message or to
display a value to the user.
Parallelogram
Process
• Rectangle symbol is used to represent a
process step.
• A process may be a complex calculation or
simply an assignment statement.
Rectangle
Selection
• Diamond symbol is used to represent a
selection step.
• A condition is given in the diamond.
• A flow of control from diamond may go in two
directions i.e. one direction when the
condition is true and another direction when
the condition is false.
Diamond
Start/ End
• Oval symbol is used to represent the start or
the end of the flow chart.
oval
Flow Line
• Arrow symbols is used to represent the
direction of flow in the flow chart. There are
four types of flow lines.
Connector
• Circle symbol is used to combine the different
flow lines.
Circle
Function call
• Rectangle symbol with the double lines on left
and right side is used to call a function. The
name of the function with the parameters are
written inside the function.
Function()
Next
In the next presentation we will see what are
the guidelines to draw a flow chart using
these symbols.

More Related Content

PPTX
Guide lines for drawing flow charts
PDF
Flow chart
PPT
Flow charts
PDF
Flow Chart @ppsc(2)
PPTX
ppt of flowchart
PPTX
Flowchart symbols meaning explained
PPTX
Flowchart
PPT
Flow chart a technique of process communication
Guide lines for drawing flow charts
Flow chart
Flow charts
Flow Chart @ppsc(2)
ppt of flowchart
Flowchart symbols meaning explained
Flowchart
Flow chart a technique of process communication

What's hot (8)

PPTX
Flowcharts
PPT
aamir presentation
PPTX
Lecture 19...unit 3.....se
PPT
Presentation on diagram and flowchart
PPTX
PDF
Functional Scala
DOCX
What are the elements of a control chart 2
DOCX
Flowchart symbols
Flowcharts
aamir presentation
Lecture 19...unit 3.....se
Presentation on diagram and flowchart
Functional Scala
What are the elements of a control chart 2
Flowchart symbols
Ad

Similar to Structure of flow charts (20)

DOCX
flowchart collection.docx
PPTX
Prepare and Interpret Technical Drawing.pptx
PPTX
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
PDF
Flowchart design for algorithms
PPTX
Presentation on Flow chart in programming language flowchart.pptx
PPTX
FLOW CHARTS
PPTX
Flow chart
PPTX
Flowchart Grade 10
PPTX
IDENTIFY THE DIFFERENT KINDS OF TECHNICAL DRAWING.pptx
PPT
Lecture 4
PPTX
8 PROCESS FLOW CHART.pptx
PDF
cpuppt-150726134330-lva1-app6891.pdf
PPT
Chap3 flow charts
DOCX
BUSINES PROCESS IMPROVEMENT
DOCX
PPTX
170120107066 flowchart.ppt
PPTX
Flowchart basics by Gopal Devra
PPTX
1141_237_747_Module_1_3_process_modelling_and-simulation.pptx
PDF
Nota Flowchart.pdf
PPTX
Understanding basic flowchart symbol.pptx
flowchart collection.docx
Prepare and Interpret Technical Drawing.pptx
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
Flowchart design for algorithms
Presentation on Flow chart in programming language flowchart.pptx
FLOW CHARTS
Flow chart
Flowchart Grade 10
IDENTIFY THE DIFFERENT KINDS OF TECHNICAL DRAWING.pptx
Lecture 4
8 PROCESS FLOW CHART.pptx
cpuppt-150726134330-lva1-app6891.pdf
Chap3 flow charts
BUSINES PROCESS IMPROVEMENT
170120107066 flowchart.ppt
Flowchart basics by Gopal Devra
1141_237_747_Module_1_3_process_modelling_and-simulation.pptx
Nota Flowchart.pdf
Understanding basic flowchart symbol.pptx
Ad

Recently uploaded (20)

PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Updated Idioms and Phrasal Verbs in English subject
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Trump Administration's workforce development strategy
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
A systematic review of self-coping strategies used by university students to ...
Weekly quiz Compilation Jan -July 25.pdf
01-Introduction-to-Information-Management.pdf
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Microbial diseases, their pathogenesis and prophylaxis
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
2.FourierTransform-ShortQuestionswithAnswers.pdf
Updated Idioms and Phrasal Verbs in English subject
Paper A Mock Exam 9_ Attempt review.pdf.
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Anesthesia in Laparoscopic Surgery in India
Trump Administration's workforce development strategy
History, Philosophy and sociology of education (1).pptx
A systematic review of self-coping strategies used by university students to ...

Structure of flow charts

  • 2. What is flow chart Flow chart is the combination of two words flow and chart. A chart consist of different symbols to display information about any program. Flow indicates the direction of the processing that takes place in the algorithm.
  • 3. • In this presentation we will discuss the different symbols of the flow chart that is used to display the information about any program.
  • 4. Input and output • Parallelogram is used to represent an input or output step. • Input is used to get the input from the user. • Out put is used to display message or to display a value to the user. Parallelogram
  • 5. Process • Rectangle symbol is used to represent a process step. • A process may be a complex calculation or simply an assignment statement. Rectangle
  • 6. Selection • Diamond symbol is used to represent a selection step. • A condition is given in the diamond. • A flow of control from diamond may go in two directions i.e. one direction when the condition is true and another direction when the condition is false. Diamond
  • 7. Start/ End • Oval symbol is used to represent the start or the end of the flow chart. oval
  • 8. Flow Line • Arrow symbols is used to represent the direction of flow in the flow chart. There are four types of flow lines.
  • 9. Connector • Circle symbol is used to combine the different flow lines. Circle
  • 10. Function call • Rectangle symbol with the double lines on left and right side is used to call a function. The name of the function with the parameters are written inside the function. Function()
  • 11. Next In the next presentation we will see what are the guidelines to draw a flow chart using these symbols.