You are on page 1of 8

INTRODUCTION TO FLOW

CHARTS
Flow Charts
2

 Flow Charts represents an algorithm


in graphical symbols.
FlowChart benefit
3

Using a flowchart has a variety of benefits:


 It helps to clarify complex problems.

 It helps team members gain a shared

understanding of the problem and use this


knowledge to collect data, focus discussions, and
identify resources.
 It can also be used in visualizing algorithms,

regardless of its complexity.


Flow Charts symbols
4
The main flowchart structures
5

 Sequential
 Selection
 Repetition
Sequential Flowchart Example #1

Draw a flowchart to calculate the area of a


rectangle.
Sequential Flowchart Example #2
7

Draw a flowchart to input two numbers from user


and display the summation of the two numbers.
8

Draw a flowchart that reads a number and checks whether the entered
number is odd or even.

You might also like