Flowchart
Flowchart
Elements and
symbols
By: Jay Rupert L. Yasis
It is used to
represent
start and end
of the
program.
Input/Output
It is used to
represent the
step where
information
are entered
by the user.
Process
It is used to
represent an
instruction or
step.
Preparation /
Initialization
It is used to
represent of
action. mem
ory for
repetition
Decision
Represents
logical test
which is
answerable
by yes or no.
Direction /
Flow lines
Represents
the flow or
direction of
the program.
Annotation
Describes the
actions or
variables.
Off-Page
Connector
Connects the
flowchart to
another
page.
On-Page
Connector
Connects the
flowchart to
another part
of the same
page.
Let's Reflect!
•In what common
real-life situation
did we encounter
a flowchart?
Let's Do
this!
Practice 1
• Recall the procedure
of log in to
your Facebook
account. Draw
flowchart for this
process.
Adding Two Integers (Algorithm)
1.Declare variable A, B, and Sum.
2.Enter the value for variable A and B.
3.Find the sum by adding variable A to
variable B.
4.Display the sum.
Identify Me
•Identify the
elements and
symbols of
flowchart
describes in each
statement.
1. What is the
element of
flowchart used
to represent
the start and
end of the
program?
2. What is the
element of
flowchart used to
represent the
logical test of the
program?
3. What is the
flowchart symbol
used to connect
the flowchart to
another part of
the same page?
4. What is the
flowchart
symbol used to
represent the
program flow?
5. What is the
flowchart
symbol used to
represent the
decision?