0% found this document useful (0 votes)
2 views

Lesson 05 Flowchart

This lesson provides an overview of flowcharts, including their definition, symbols, and drawing techniques. Key learning objectives include understanding flowchart components like terminal, input/output, process, decision, connector, and control flow symbols, as well as rules for creating flowcharts. The document also includes examples and resources for further exploration of flowchart concepts.

Uploaded by

hunhengbun
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Lesson 05 Flowchart

This lesson provides an overview of flowcharts, including their definition, symbols, and drawing techniques. Key learning objectives include understanding flowchart components like terminal, input/output, process, decision, connector, and control flow symbols, as well as rules for creating flowcharts. The document also includes examples and resources for further exploration of flowchart concepts.

Uploaded by

hunhengbun
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

Lesson 05

Flowchart

Prepared by: Leangsiv HAN

17th February 2025


Let’s get started with this image!

2
How about this image?

How to cook rice? 3


Last Image!

4
Learning Objectives
By the end of this lesson, you will be to:
q Define what a flowchart is.
q Identify flowchart symbols.
q Demonstrate flowchart drawing techniques.
q Follow the rules for creating flowcharts.

5
What is a Flowchart?
● A flowchart is a diagram (= simple plan) that shows the stages of a
process. (Ref. Cambridge Dictionary)
● A flowchart is a diagrammatic representation of a sequence of logical
steps of a program.
● It visually represents the sequential flow of operations or decisions in
a program, algorithm, or workflow using symbols and arrows.

6
Flowchart Symbols
There are 6 basic symbols commonly used in Flowchart such as:
1. Terminal
2. Input/Output
3. Process
4. Decision
5. Connector
6. Control Flow
7
1. Terminal

o Indicates the starting or ending of the algorithm.


o We draw a terminal symbol and write START inside it to indicate the
start of the flowchart.
o Similarly, we draw a terminal symbol and write STOP inside it to
indicate the end of the flowchart.
8
2. Input/output

o Use for Input/Output (I/O) operation i.e., taking input and


showing output.

9
3. Process

o Indicates any type of operations like initialization, calculation,


arithmetic, logical, relational, etc.

10
4. Decision

o Use for asking questions that can have either TRUE or FALSE
(YES or NO) as an answer.
o Example: Are you online?
=> The answer can be either YES or NO.
11
5. Connector

o Connectors are used to connect breaks in the flowchart.


o If a flowchart takes more than one page, then to connect the
flowchart between pages we use the connector.

12
5. Control Flow

o This shows the direction of flow.


o Flow lines in a flowchart illustrate the precise sequence of
instruction execution, with arrows indicating the direction of
flow between steps.
13
Flowchart Rules
Ø The flowchart is generally drawn from top to bottom.
Ø All boxes of flowcharts must be connected with an arrow.
Ø All flowcharts start with a Terminal or Process symbol.
Ø Decision symbols have 2 exit points, one for YES (TRUE) and
another for NO (FALSE).

14
Usage of Flowchart

Sequence Conditional Loop

15
How to connect from one symbol to others?

16
Self-study
v Explore more symbols of the flowchart.

17
Self-study
🌟 What is PseudoCode?

For more details,


go to Geeksforgeeks website: (Click Me)

18
Example 1

Draw a flowchart to calculate the


sum of two numbers.

19
Example 2

Draw a flowchart to input a


number and check if they are
Odd or Even.

20
Explore more:
● Flowchart Tutorial (with Symbols, Guide and Examples) (Click Me)
● Examples of flowcharts in programming (Click Me)
● Flowchart Exercise (Click Me)
● A Complete Guide on Flowchart Connectors (Click Me)
● Flowchart In C Programming: Guide & Example (Click Me)

21
Key Takeaways
You are now able to:
ü Define what a flowchart is.
ü Identify flowchart symbols.
ü Demonstrate flowchart drawing techniques.
ü Follow the rules for creating flowcharts.

22
References
Ø Flowchart elements. (n.d.). Online Tutorials, Courses, and eBooks Library |
Tutorialspoint. https://www.tutorialspoint.com/programming_methodolo
gies/programming_methodologie s_flowchart_elements.htm
Ø Introduction. (n.d.). dyclassroom | Have fun learning :-).
https://dyclassroom.com/flowchart/introduction

23
Thank
you !
Questions or Feedbacks?
Contact Me via:
[email protected]

@leangsiv

leangsivhan

24

You might also like