Download presentation
Presentation is loading. Please wait.
Published byEzra McDaniel Modified over 9 years ago
1
Lesson Objective: Understand how to make and use Algorithms Learning Outcome: Design your own algorithms and flowcharts. Algorithms and Flowcharts
2
Question What’s the point of today’s lesson?
3
What is an Algorithm? A list of simple commands to perform a task or solve a problem. 1Open the curtains 2Is it raining? If not go to step 4 3Pick up the umbrella 4Go outside Algorithm to decide to take umbrella outside.
4
Task 1 Write out an algorithm for making a cup of tea.
5
Task 2: Draw a flowchart to add up the first 50 numbers. Assign the following Variables: SUM = total amount N = A counter
6
Solution
7
Task Write out an algorithm for sorting out a deck of cards into the four suits. At the end you need to have a complete deck of cards sorted into the order Spades, Hearts, Clubs and Diamonds.
8
Flowcharts A flowchart is a type of Algorithm. In what ways is a flowchart better than using a written algorithm?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.