Lesson 5 - Flowcharts
Lesson 5 - Flowcharts
EMPOWERMENT TECHNOLOGIES
FLOWCHART – is a
pictorial
representation of an
ordered, step-by-step
solution to a problem.
It is a map of what
your program is going
to do and how it is
going to do it.
Symbol Name
Start/End
Arrows
Input/Output
Process
Decision
Function of Symbols
Start/End
Represented by
rounded rectangles.
Indicate a starting or
ending point.
“Terminator”
Leave home
Reach School
Function of Symbols
Arrows
A line is a connector
that shows relationships
between the
representative shapes.
“Flow of control”
Function of Symbols
Input/Output
A parallelogram
represents input or
output.
Represents material or
information entering or
leaving the system, such
as customer order
(input) or a product
(output).
Check time
Function of Symbols
Process
Represented by
rectangles.
Indicates a process such
as a mathematical
computation or variable
assignment.
YES Befo NO
re
7am