LET’S FINISH - TODAY’S OBJECTIVE: Create an algorithm to direct a human “robot” from one part of the room to another. Create an algorithm to direct a human.

Slides:



Advertisements
Similar presentations
Choosing and Reading Recipes
Advertisements

Nested If Statements While Loops
Introduction to Programming
Warm Up 3. The table below shows how many pumpkins are in each case. How many pumpkins are in 32 cases? 4. The Davis family purchased 8,786 pieces of candy.
Functional Text I can interpret details in functional text to follow directions, solve problems, follow procedures, and answer questions.
Programming Tools for Solution Development Module 3 Lesson 2 Assignment: Notes.
Basics of Computer Programming Web Design Section 8-1.
Hedgehog was hungry for a cake. He found a recipe. He took out the flour, the eggs and the butter. 1.
BÁBOVKA Ingredients: 2 cups all purpose flour 1 cup sugar 1 cup milk 2 eggs ½ cup oil 1 tsp baking powder raisins oil or fat for brushing.
HOW TO Make a chocolate cake… Molly K and Andrew W Mrs. Gaspari English February 2012.
WITH AMERICAIN CAKES COFFEE OR TEA.
1.02 I Preparation Tasks List
Wood Stove Cooking. Featuring: “Esther Weld” &Erin.
Karel The Robot Nested If Statements While Loops Copyright © 2008 by Helene G. Kershner.
Programming Concepts (Part A) Ping Hsu. What is a program? WHITE CAKE RECIPE 1.Preheat oven to 350 degrees F (175 degrees C). 2.Grease and flour a 9x9.
Math Math Math Why do we study math? First of all, it’s all around us! First of all, it’s all around us!
By: Shaelyn Laurie How To Bake A Cake. Step 1: The Recipe Ingredients 2 cups (500 mL) sugar 4 eggs 2-1/2 cups (625 mL) all-purpose flour 1 cup (250 mL)
Cake Recipe. Ingredients Utensils 1 st Step Pre-Heat oven to 180 degrees Celsius.
Original Source : and Problem and Problem Solving.ppt.
Mini Lesson: Following Directions
Algorithms: The recipe for computation What is an algorithm?
Warm Up 3. The table below shows the number of spiders in each case. How many spiders are in 32 cases? 4. The Davis family purchased 8,786 pieces of candy.
1.02 I Preparation Tasks List 11.02I Listing Preparation Tasks.
Baking Cookies English Club eats chocolate chip cookies!
Algorithms: The recipe for computation What is an algorithm?
How To Bake A Cake Kayla Golack Period Exer03.
Making a pizza First mix flour and water.
ITEC 109 Lecture 5 Algorithms / Programming. Algorithm / Programs Review Introduction to python What are variables? What are functions? How do you make.
Algorithms A sequence of instructions 1. Preheat oven to 350 degrees F (175 degrees C). Grease and flour a 9x9 inch pan or line a muffin pan with paper.
How to Bake Brownies Julie Galbraith FVP12. Supplies Needed An Oven A Pan Butter Salt Flour Sugar Cocoa Vanilla Baking Powder Eggs Spoons Measuring Cups.
Making Banana Bread Muffins A Guided Highlighted Reading with a recipe.
1 ©2006 INSciTE Problem Solving. 2 ©2006 INSciTE Generic Problem Solving Process Define the problem Brainstorm solutions Evaluate solutions Pick one Try.
How to make a BIG sponge cake! By Gina kinsman.. Ingredients! You will need: ½ cup of milk 2 teaspoons & table spoons of unsalted butter 8 large eggs.
Chapter 1 Program Development Asserting Java © Rick Mercer.
FROM SCRATCH UTENSILS NEEDED Original recipe makes 1 - 9x13 inch cake 9X13 Dish Pan Large Bowl.
Chemical Changes Word equations
On Monday in our class we made delicious food from the Caribbean.
Warm Up 1.The area of Zach’s room is 36 square feet. Which one of the following dimensions would NOT work for the his room? a.6 feet long and 6 feet wide.
How to cook By Kayleigh Cooking is fun because you get to make the food you eat.
Pineapple Upside Down Cake Katherine Babbini. Collect all your ingredients.
2 cups Sugar 1/2 cup Butter 1/2 cup Hershey's Cocoa 1 teaspoon Vanilla 1 cup Boiling Folgers Coffee 1/2 cup Buttermilk 2 Eggs 2 cups Flour 1/4 teaspoon.
The 5 Parts of a Recipe Obj. F2.01 Remember recipe parts & resources.
FACTORS OF PRODUCTION What is it made of??. LEARNING TARGET I can explain the factors of production I can describe the production process I can identify.
Lemon Cakes Step by Step Recipe Ingredients Flour Baking Powder Fine Sugar Curd Egg Oil Lemon Juice For Icing Icing Sugar Lemon Juice Hot Water 2/3 cup.
Using a Recipe. Objectives  Identify the information found in a recipe and follow it successfully.  Demonstrate proper measuring techniques for different.
How to Make Chocolate Chip Cookies Fast, Easy, and Yummy Original Author Unknown Modified By: CTAE Resource Network.
Cooking Recipe Visualizers Chaitanya Kulkarni, Grader CSE5544.
PROGRAMMING: What’s It All About?
Baked Alaska This recipe makes 2 small cakes
Recipe Notes.
Recipe.
Software Development Expansion of topics page 28 in Zelle
Basics of Computer Programming
Proportional Problems 2 – RECIPES
Three Laws of robotics February 22, 2016.
A recipe for chocolate cake.
Pancake Poppers INGREDIENTS
Algorithms: The recipe for computation
Basics of Computer Programming
Basics of Computer Programming
Basics of Computer Programming
1.02 M Timetables 1.02M Timetables.
Original Bulgarian Breakfast
Exploring Computer Science Lesson 6-2
Making a cake.
Experimental Plan? Who needs a plan anyway??.
BBC micro:bit Robot Buggy
Nested If Statements While Loops
Fudgy Chocolate Brownies Recipe
Algorithms: The recipe for computation
Presentation transcript:

LET’S FINISH - TODAY’S OBJECTIVE: Create an algorithm to direct a human “robot” from one part of the room to another. Create an algorithm to direct a human “robot” from one part of the room to another. February 23, 2016

WHAT IS A ALGORITHM? An algorithm (pronounced AL-go-rith-um) is a procedure or formula for solving a problem. The steps must be done in a particular order and each of the steps must be used (unless the algorithm says otherwise). Algorithms resemble recipes. Recipes tell you how to accomplish a task by performing a number of steps. For example: to bake a cake the steps are: preheat the oven; mix flour, sugar, and eggs thoroughly; pour into a baking pan; and so forth. Like a cooking recipe, an algorithm tells you to do things. Each thing you do is called a Step. An algorithm produces a final result (aka output) which is the solution to a problem!

WALK LIKE A ROBOT. Get into your groups. Get into your groups. One student in the group is the ROBOT. One student in the group is the ROBOT. The group must choose a starting point and an ending point between which the ‘robot’ must navigate. Make sure the path is not direct. The group must choose a starting point and an ending point between which the ‘robot’ must navigate. Make sure the path is not direct. The group must direct the robot from the starting point to the ending point using only 5 commands: The group must direct the robot from the starting point to the ending point using only 5 commands: Turn left 90 degrees. Turn left 90 degrees. Turn right 90 degrees. Turn right 90 degrees. Take a step forward with the left foot. Take a step forward with the left foot. Take a step forward with the right foot. Take a step forward with the right foot. Stop. Stop. The robot can only follow these five commands and not response to other commands. The robot can only follow these five commands and not response to other commands. Be careful not to walk into things! Be careful not to walk into things! You can use loops! You can use loops! Let’s begin: Create an algorithm to direct a human “robot” from one part of the room to another. Let’s begin: Create an algorithm to direct a human “robot” from one part of the room to another.