Procedure A set of instructions grouped together to carry out a task

Slides:



Advertisements
Similar presentations
Jennifer Goodall, Nick Webb, Katy DeCorah
Advertisements

Computers on Wheels Teacher Overview. Be sure to pick up the laptop that has been assigned to you! Each slot in the laptop cabinet is numbered. Each laptop.
Be Safe ! Follow School Bus Safety Rules A presentation prepared by the Pupil Transportation Unit for School Bus Safety Week, October 21-25, 2013.
How our brains work And how it ties in to programming and arrays Storage Sorting Algorithms Etc…
Wireless Netbook Lab Student Overview. Be sure to pick up the Netbook that has been assigned to you! Each slot in the Netbook cabinet is numbered. Each.
A B C What is the CAUSE? King Kong Cause and Effect By Joe Hart Click here to begin the game.
Elementary Campuses. Mouse on mouse pad Chair pushed in neatly Keyboard straight Logged off Helping hand on left side Headphones neatly setting on right.
2 3  A machine  Built to help us  Autonomous (not remote control)  If we want robots to do things for us, we have.
Art 321 Lecture 7 Dr. J. Parker. Programming In order to ‘make things happen’ on a computer, you really have to program it. Programming is not hard and.
Alice Learning to program: Part Two Writing Your Own Methods by Ruthie Tucker and Jenna Hayes Under the direction of Professor Susan Rodger Duke University,
Be Safe ! Follow School Bus Safety Rules Prepared by: Pupil Transportation Unit Manitoba Education & Advanced Learning.
 Investigation By Myre Adnan. PROBLEM STATEMENT AND DESIGN BRIEF.
When I Eat Lunch at School By: Rachel Lutz Setting: MOD Elementary Class.
Program Flow LabVIEW Robotics Fundamentals. Unintuition You know what this program does… So what does this one do? Inserted code.
High Frequency Words.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
Core Muscles Strengthening Exercises By Dr.Hardik Patel Head Of Department(Physiotherapy) Fortis Hiranandani Hospital.
Created By Sherri Desseau Click to begin TACOMA SCREENING INSTRUMENT FIRST GRADE.
Basic NXT-G Programming. NXT-G Sequence Beams Blocks Structures (special blocks) Wires (connect ports on blocks & structures)
How Do You Make a Program Wait?
ESSENTIAL WORDS.
Set. Words from the Fry List set put end.
Teaching Characters to Walk: Learning Methods, Part 1
P. E. Activity Sheets Knockconan N.S. 2010
Dogs By: Grace Kauffman.
By Sanjay and Arvind Seshan
Bunny Eat Broccoli Repetition – Simple loops and Conditional loops
High Frequency Words. High Frequency Words a about.
Computing Year 7 - Unit 2 Programming Basics Scratch Basics.
Learning to program with Logo
Gaming with conditionals
Poetry Splash Unit 4 Day 2.
Progressive Verbs Grade 4 Copyright © 2014 by Write Score LLC.
Loops and Switches Pre-Quiz
Introduction to Coding
Procedures.
Using Objects in Alice.
Drama At Cornwallis Academy
Explain what touch develop is to your students:
I Can Keep My Hands to Myself
Fry Word Test First 300 words in 25 word groups
RN’s story about eating
George’s story about eating
What is your Learning Style?
Using the sensor Lesson 5.
Go to =>
Oklahoma History Center
8 Click.
Going Shopping At Seven Hills
Merry 'Fit'mas Active Family Advent
Quarter 1.
8 Click.
Gaming with conditionals
Body Image. Body Image Body Image Do you ever wish you could change something about your body? If so, you're not alone. Lots of people feel unhappy.
Explain what touch develop is to your students:
8 Click.
Everyday sequence algorithms that develop movement
Lesson One: Objects in Alice: Positioning and Moving Them
Using the sensor Lesson 5.
WRITING IN THIRD GRADE Materials: Exit Cards Ideas and Details Handout
Sentences and Meaning , How we use commas for clauses!
Hi I’m [your name] – I am a [your occupation, credentials etc]
Creating a Simple Game in Scratch
Remember Procedures A set of instructions grouped together to carry out a task. Run a procedure by using its name. Procedures can be run/used lots of.
Lego MINDSTORMS EV3.
Basic Procedures By Phil Bagge HIAS Computing Inspector / Advisor
DAY ONE ACTIVITY: Getting to know you/ getting to know our class
Condition Switches between actions
Adaptable Procedures By Phil Bagge HIAS Computing Inspector / Advisor
Presentation transcript:

Procedure A set of instructions grouped together to carry out a task Procedure A set of instructions grouped together to carry out a task. Run a procedure by using its name. Procedures can be run/used lots of times. By Mr Bagge

Common everyday procedures that your brain already knows how to do Walking Getting dressed Eating Breathing Jumping Hopping Can you think of any more everyday procedures?

Common everyday procedures that your brain already knows how to do Define breathe Breathe in Wait Breathe out wait Define walk Move right leg forward Wait Move left leg forward wait Loop always breathe if need to go somewhere walk if hungry AND food near eat Define eat Put food in hand Lift hand to mouth Put food into mouth Loop until a paste chew swallow

Procedure stories What procedures have been taught to the dog? Choose one of the procedures taught to the dog. Write a simple procedure algorithm to show what instructions might be included. Can you think of any other procedures that could be taught to the dog? How many times can the owner use a procedures? I have taught my dog to beg, roll over, and shake paw. She does these things when I say beg, roll and shake.

Procedure stories straight land What procedures does autopilot been programmed to do? Think about the landing procedure. How might you order these instructions? (number 1-5) Can you think of any other procedures that could be programmed into autopilot? How many times can the pilot use a procedures? Autopilot can land the plane and fly straight ahead. You press these buttons to start these. Line up plane with runway Put wheels down Slow down engines Define land Reduce height until wheels touch ground land straight

Procedure stories What procedures have been defined? Choose one of the procedures programmed. Write a procedure algorithm to show what instructions might be included. Can you think of any other procedures that could be programmed into the buggy? How many times can the buggy owner use a procedures? I have programmed my buggy to turn 360° on the spot, play a tune by beeping and move forward until it senses something in front of it. It responds to spot360, tune & obstacle.

Misconceptions (for teachers) Some pupils run the code by directly clicking on the define square block rather than the Square name block This can often mean that they don’t really understand how the procedure works.