0% found this document useful (0 votes)
109 views10 pages

Lesson 5 - Flowcharts

The document discusses flowcharts, which are pictorial representations of step-by-step solutions to problems. It defines the symbols used in flowcharts such as rectangles for processes, diamonds for decisions, and parallelograms for input/output. It provides examples of flowcharts, such as one to find the larger of two numbers and check if a number is odd or even. As an exercise, it asks the reader to draw a flowchart to find the largest of three unique input numbers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views10 pages

Lesson 5 - Flowcharts

The document discusses flowcharts, which are pictorial representations of step-by-step solutions to problems. It defines the symbols used in flowcharts such as rectangles for processes, diamonds for decisions, and parallelograms for input/output. It provides examples of flowcharts, such as one to find the larger of two numbers and check if a number is odd or even. As an exercise, it asks the reader to draw a flowchart to find the largest of three unique input numbers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

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.

Take bus Take subway


Function of Symbols
Decision
 Represented by
diamonds.
 Indicate a yes/no
question.

YES Befo NO
re
7am

Take bus Take subway


Sample Flowcharts:

1. Draw a flowchart to find the larger of two input


numbers X and Y and print it.
2. Draw a flowchart to compute for the semestral
grade of a student and print whether he/she
passed or failed. Midterm Grade and Final
Grade will be entered by the user.
3. Draw a flowchart to check whether an input
number is odd or even.
Seatwork 1: (short bond paper)

Draw a flowchart to find the


largest of three unique input
numbers A,B, and C and print it.

You might also like