Algorithms and Flowchart
Algorithms and Flowchart
and
Flowcharts
Learning Objective
• Design, create and test algorithms involving a sequence of steps and
decisions.
Success Criteria
• I can understand what is an algorithm.
• I can recognise flowchart symbols.
• I can use and create flowcharts.
• I can use and create algorithms to solve problems.
Traffic Lights Warm-up
Observe the sequence of lights on the traffic light.
Try to remember the correct sequence.
Click Here to
activate
Traffic Lights Warm-up
Here’s the correct sequence again:
1
4
3
2
TIME’S
Click here to
START
UP
Cup of Tea Algorithm
Is your algorithm anything like this?
Key Term
An algorithm is a set of
step-by-step instructions to
describe a task or process.
Pause for Thought
So putting these together,
Key Term we could say that a
A flowchart is a visual method flowchart is a visual
for describing algorithms. method for describing a set
of step-by-step instructions
for a task or process.
Flowcharts
In a flowchart:
Shapes: Different shapes represent different elements in the process. For example:
Flow Direction: Typically, the flow of the process goes from top to bottom or left to right,
following the sequence of steps in the algorithm.
Start
Do you want
Yes Add the
milk or sugar?
No milk
and/or
Remove the teabag from the mug. sugar.
a terminal a terminal
a process a process
Key Term
A flowchart is a visual method
for describing algorithms.