Flowchart
This presentation provides an overview of flowcharts,
their uses, and the symbols used in flowchart
diagrams.
01
02
What is a flowchart?
A flowchart gives a step-by-step
procedure for solution of a problem
A flowchart is a picture (graphical
representation) of the problem
solving process
Programmers often use it as a
program-planning tool to solve a
problem.
To specify the method of
solving the problem
To plan the sequence of a
computer program
Uses of a flowchart
To communicate ideas
and solutions
Flowchart symbols
and their purpose
● Terminal: Used to indicate the start and
end of a flowchart
● Input/Output: Used to read and print data
● Process: Used to show the processing steps
● Decision: Used for decision making based
on Yes or No answers
● Flow lines: Used to show the sequence of
steps
● Connectors: Used to connect complex
flowcharts
Thank you. Please feel free to ask any
questions. 😄

Flowchart.pptx

  • 1.
    Flowchart This presentation providesan overview of flowcharts, their uses, and the symbols used in flowchart diagrams.
  • 2.
    01 02 What is aflowchart? A flowchart gives a step-by-step procedure for solution of a problem A flowchart is a picture (graphical representation) of the problem solving process Programmers often use it as a program-planning tool to solve a problem.
  • 3.
    To specify themethod of solving the problem To plan the sequence of a computer program Uses of a flowchart To communicate ideas and solutions
  • 4.
    Flowchart symbols and theirpurpose ● Terminal: Used to indicate the start and end of a flowchart ● Input/Output: Used to read and print data ● Process: Used to show the processing steps ● Decision: Used for decision making based on Yes or No answers ● Flow lines: Used to show the sequence of steps ● Connectors: Used to connect complex flowcharts
  • 6.
    Thank you. Pleasefeel free to ask any questions. 😄