The City School. Learn Create Program

Size: px
Start display at page:

Download "The City School. Learn Create Program"

Transcription

1 Learn Create Program

2 What is Scratch? Scratch is a free programmable toolkit that enables kids to create their own games, animated stories, and interactive art share their creations with one another over the Internet. Head Office,. 2

3 What is Scratch? Scratch builds on the long tradition of Logo and LEGO/Logo, but takes advantage of new computational ideas and capabilities to make it easier for kids to get started with programming (lowering the floor) and to extend the range of what kids can create and learn (raising the ceiling). Head Office,. 3

4 What is Scratch? The ultimate goal is to help kids become fluent with digital media, empowering them to express themselves creatively and make connections to powerful ideas. Head Office,. 4

5 What is Scratch? Increase student skills with computers Increase student interest in programming Student achievement on fun project Learn Cartesian coordinates, distance computations, etc. Head Office,. 5

6 Computer scientists Create solutions to problems using computers Study information Invent algorithms Write programs to implement the algorithms Reuse a lot of existing program and machine parts Head Office,. 6

7 Start scratch and let s go! Click on the cat icon Or, find scratch under Programs When home, download from Scratch programming environment comes up quickly Head Office,. 7

8 Click on the Looks button at the top left. Head Office,. 8

9 Major components At right: the stage with sprite[s] or objects or actors At left: operations and attributes for the sprites Center: scripts or program[s] for the behavior[s] of the sprites Your sprites are actors that you direct with your scripts Head Office,. 9

10 Let s implement an algorithm to average two numbers Make a variable number1 (click and drag and set) Make another one number2 Head Office,. 10

11 Compute average first as sum Make variable average Drag a set operation to script area Drag a + operation Drag variables number1 and number2 to parameters Click to execute Head Office,. 11

12 Average script as 4 operation sequence. Change the two numbers and click the sequence to execute the block again. Head Office,. 12

13 But Scratch computes with multimedia color, sound, Can make cartoons Can create stories Can create video games Head Office,. 13

14 The hello script Can do it in 57 languages java, C++, Scratch Easy in Scratch: select Looks operations and drag the hello operation onto your center panel. Then double click on this lego block : check your sprite behavior at the right Your very first Scratch program! Head Office,. 14

15 Make the cat 50% larger 1. Select Looks operations 2. Drag the change size operator into your script 3. Click and edit for a 50% change (increase) 4. Double click your one operation script 5. Did your cat sprite get 50% bigger? Head Office,. 15

16 Scripting a sequence of ops Do ops in the following order by dragging operation blocks into a single connected block Say hello Move 200 steps forward Grow 50% bigger Make the meow sound Head Office,. 16

17 Some new operations color change (Looks) wait (Control) move (Motion) Head Office,. 17

18 Starting a looped script Head Office,. 18

19 Exercise: write a script to Make the cat move along a square path Say hi at all four corners Wait 3 seconds at each corner Change color at all four corners Double size when back to the original starting location. Say That s all folks when done. Head Office,. 19

20 Elements of Scratch: objects Colors Sounds Locations in 2D space Sprites Costumes Variables (to remember the state of things) Events: that are broadcast for communication Head Office,. 20

21 Elements of Scratch: control Sequence of operations Loops or repetition Detecting events (key or mouse pressed, sprites overlapping each other, sprites hitting edge of stage, sensor giving value) Head Office,. 21

22 Loop constructs in Scratch Repeat N times Repeat forever Repeat forever if some condition exists (suppose I m a sprite wandering about this lab until someone asks a question) Head Office,. 22

23 Conditions can be checked Do something if sprite k hits sprite m Do something if a certain key is pressed Do something is some variable takes a certain value Head Office,. 23

24 Interacting with your sprite or story Using mouse Entering a character Asking the user a question Head Office,. 24

25 Sprite follows the mouse Try changing the number of steps or the wait time. Head Office,. 25

26 Play and examine MadLib Choose the file option at the top of the window Choose open, then examples Choose stories Choose MadLib and then read the authors instructions Click OK, wait for load, click green flag Head Office,. 26

27 About the MadLib story How many actors (sprites)? What is the role of the girl? How are the answers you give 'remembered' and then used in later actions? What is the role of the little whale? What makes the little whale flip around? What makes the big whale spout? Head Office,. 27

28 Sprites can interact with each other Can detect when colors overlap in space Can detect when sprites bump into edge of the stage See bouncing balls example under Simulations under Examples Interact with this simulation Check out the rather complex scripts Head Office,. 28

29 Check out the break dance Open examples; music and dance; break dance How does break dancing begin? What are the roles of the sprites? What events are in the scripts? What should happen when the boom box is clicked? Head Office,. 29

30 Experiment with Scratch as time permits Try your own scripts: make moves, sounds, interactions in simple cases Try the examples and learn what makes them work Download Scratch on your own machine and experiment some more Direct a story; or a simulation; or create a video game. Head Office,. 30

Workbook. Version 3. Created by G. Mullin and D. Carty

Workbook. Version 3. Created by G. Mullin and D. Carty Workbook Version 3 Created by G. Mullin and D. Carty Introduction... 3 Task 1. Load Scratch... 3 Task 2. Get familiar with the Scratch Interface... 3 Task 3. Changing the name of a Sprite... 5 Task 4.

More information

~~~***~~~ A Book For Young Programmers On Scratch. ~~~***~~~

~~~***~~~ A Book For Young Programmers On Scratch. ~~~***~~~ ~~~***~~~ A Book For Young Programmers On Scratch. Golikov Denis & Golikov Artem ~~~***~~~ Copyright Golikov Denis & Golikov Artem 2013 All rights reserved. translator Elizaveta Hesketh License Notes.

More information

Help the Scratch mascot avoid the space junk and return safely back to Earth! Start a new Scratch project. You can find the online Scratch editor at

Help the Scratch mascot avoid the space junk and return safely back to Earth! Start a new Scratch project. You can find the online Scratch editor at Space Junk Introduction Help the Scratch mascot avoid the space junk and return safely back to Earth! Step 1: Controlling the cat Let s allow the player to control the cat with the arrow keys. Activity

More information

Coding with Scratch Popping balloons

Coding with Scratch Popping balloons Getting started If you haven t used Scratch before we suggest you first take a look at our project Coding with Scratch First Steps Page 1 Popping Balloons In this game the cat will move around the screen

More information

Scratch Programming Lesson One: Create an Scratch Animation

Scratch Programming Lesson One: Create an Scratch Animation Scratch Programming Lesson One: Create an Scratch Animation Have you heard of Scratch? No, not what you do to your itch, but Scratch from MIT, the famous school for the curiously brainy people? Anyway,

More information

Coding with Scratch - First Steps

Coding with Scratch - First Steps Getting started Starting the Scratch program To start using Scratch go to the web page at scratch.mit.edu. Page 1 When the page loads click on TRY IT OUT. Your Scratch screen should look something like

More information

Scratch Lesson Plan. Part One: Structure. Part Two: Movement

Scratch Lesson Plan. Part One: Structure. Part Two: Movement Scratch Lesson Plan Scratch is a powerful tool that lets you learn the basics of coding by using easy, snap-together sections of code. It s completely free to use, and all the games made with scratch are

More information

Virtual Dog Program in Scratch. By Phil code-it.co.uk

Virtual Dog Program in Scratch. By Phil code-it.co.uk Virtual Dog Program in Scratch By Phil Bagge @baggiepr code-it.co.uk How to use this planning Confident children could work independently through the instructions You could use the step by step guide to

More information

Scratch. To do this, you re going to need to have Scratch!

Scratch. To do this, you re going to need to have Scratch! GETTING STARTED Card 1 of 7 1 These Sushi Cards are going to help you learn to create computer programs in Scratch. To do this, you re going to need to have Scratch! You can either download it and install

More information

Hello Scratch! by Gabriel Ford, Sadie Ford, and Melissa Ford. Sample Chapter 3. Copyright 2018 Manning Publications

Hello Scratch! by Gabriel Ford, Sadie Ford, and Melissa Ford. Sample Chapter 3. Copyright 2018 Manning Publications SAMPLE CHAPTER Hello Scratch! by Gabriel Ford, Sadie Ford, and Melissa Ford Sample Chapter 3 Copyright 2018 Manning Publications Brief contents PART 1 SETTING UP THE ARCADE 1 1 Getting to know your way

More information

Sketch Out the Design

Sketch Out the Design 9 Making an Advanced Platformer he first Super Mario Bros. game was introduced in 1985 and became Nintendo s greatest video game franchise and one of the most influential games of all time. Because the

More information

Scratch. Copyright. All rights reserved.

Scratch. Copyright. All rights reserved. Scratch Copyright All rights reserved. License Notes. This book is licensed for your personal enjoyment only. This book may not be re-sold or given away to other people. If you would like to share this

More information

Maze Game Maker Challenges. The Grid Coordinates

Maze Game Maker Challenges. The Grid Coordinates Maze Game Maker Challenges The Grid Coordinates The Hyperspace Arrows 1. Make Hyper A position in a good place when the game starts (use a when green flag clicked with a goto ). 2. Make Hyper B position

More information

The Lost Treasures of Giza

The Lost Treasures of Giza The Lost Treasures of Giza *sniff* We tried our best, but they still got away! What will we do without Mitch s programming? Don t give up! There has to be a way! There s the Great Pyramid of Giza! We can

More information

Scratch Jigsaw Method Feelings and Variables

Scratch Jigsaw Method Feelings and Variables Worksheets provide guidance throughout the program creation. Mind the following symbols that structure your work progress and show subgoals, provide help, mark and explain challenging and important notes

More information

Writing Simple Procedures Drawing a Pentagon Copying a Procedure Commanding PenUp and PenDown Drawing a Broken Line...

Writing Simple Procedures Drawing a Pentagon Copying a Procedure Commanding PenUp and PenDown Drawing a Broken Line... Turtle Guide Contents Introduction... 1 What is Turtle Used For?... 1 The Turtle Toolbar... 2 Do I Have Turtle?... 3 Reviewing Your Licence Agreement... 3 Starting Turtle... 3 Key Features... 4 Placing

More information

Finch Robot: snap level 4

Finch Robot: snap level 4 Finch Robot: snap level 4 copyright 2017 birdbrain technologies llc the finch is a great way to get started with programming. we'll use snap!, a visual programming language, to control our finch. First,

More information

GUIDELINES FOR THE NATIONAL DIGITAL COMPETITION

GUIDELINES FOR THE NATIONAL DIGITAL COMPETITION SOUTH AFRICAN DOG DANCING ASSOCIATION GUIDELINES FOR THE NATIONAL DIGITAL COMPETITION TO ALL ROOKIES WANTING TO ENTER, please read the special Note To Rookies at the bottom of these Guidelines. The venue

More information

Going to a Show Milwaukee Youth Arts Center AT T H E

Going to a Show Milwaukee Youth Arts Center AT T H E Going to a Show Milwaukee Youth Arts Center AT T H E I am going to see a First Stage show at the Milwaukee Youth Arts Center. I am going to see the show with 2 Watching a play is like watching TV or a

More information

Finch Robot: snap levels 1-3

Finch Robot: snap levels 1-3 Finch Robot: snap levels 1-3 copyright 2017 birdbrain technologies llc the finch is a great way to get started with programming. we'll use snap!, a visual programming language, to control our finch. First,

More information

G oing. Milwaukee Youth Arts Center

G oing. Milwaukee Youth Arts Center G oing to a show at the Milwaukee Youth Arts Center I am going to see a First Stage show at the Milwaukee Youth Arts Center. I am going to see the show with Watching a play is like watching TV or a movie,

More information

CS108L Computer Science for All Module 7: Algorithms

CS108L Computer Science for All Module 7: Algorithms CS108L Computer Science for All Module 7: Algorithms Part 1: Patch Destroyer Part 2: ColorSort Part 1 Patch Destroyer Model Overview: Your mission for Part 1 is to get your turtle to destroy the green

More information

Be Doggone Smart at Work

Be Doggone Smart at Work Be Doggone Smart at Work Safety training for dog bite prevention on the job No part of this demo may be copied or used for public presentation or training purposes. This is a free introductory demo containing

More information

Lab Assignment #1: Clicker Training.

Lab Assignment #1: Clicker Training. 24 Lab Assignment #1: Clicker Training. Important things to remember: Clicker training is a system of training/teaching that uses positive reinforcement in combination with an event marker. The event marker

More information

Global Communication on AMR in Animal Health: Tripartite and OIE Efforts

Global Communication on AMR in Animal Health: Tripartite and OIE Efforts Catherine Bertrand-Ferrandis Head of the Communication Unit Taylor Gabourie AMR Communications Officer Global Communication on AMR in Animal Health: Tripartite and OIE Efforts Marrakech, Morocco 29 31

More information

Study Buddy. Based on the book by Louise Yates. Table of Contents

Study Buddy. Based on the book by Louise Yates. Table of Contents Study Buddy Table of Contents Teacher Information ArtsPower National Touring Theatre Creating Theatre Lines, Lyrics, and Music All About Dogs Some Fun Stuff Let Us Know What You Think! Page 2 Page 3 Page

More information

Thank you for downloading the Study Guide to go along with the performance

Thank you for downloading the Study Guide to go along with the performance 12 Broadridge Lane Lutherville, MD 21093 410-252-8717 Fax: 410-560-0067 www.artsonstage.org Thank you for downloading the Study Guide to go along with the performance presented by Arts On Stage. The last

More information

Go, Dog. Go! PLAYGUIDE. The Story Dogs, dogs, everywhere! Big ones, little ones, at work and at play. The CATCO

Go, Dog. Go! PLAYGUIDE. The Story Dogs, dogs, everywhere! Big ones, little ones, at work and at play. The CATCO 2014 2015 Season PLAYGUIDE January 16 25, 2015 Studio One Riffe Center Go, Dog. Go! Based on a book by P. D. Eastman Play adaptation by Steven Dietz and Allison Gregory Music by Michael Koerner The Story

More information

CONNECTION TO LITERATURE

CONNECTION TO LITERATURE CONNECTION TO LITERATURE part of the CONNECTION series The Tale of Tom Kitten V/xi/MMIX KAMICO Instructional Media, Inc.'s study guides provide support for integrated learning, academic performance, and

More information

1 Turtle Graphics Concepts

1 Turtle Graphics Concepts Transition from Scratch to Python using to Turtle Graphics Practical Sheet Contents 1 Turtle Graphics Concepts... 1 2 First Turtle Program... 1 3 Exploring More Turtle... 2 4 Control Structures in Python

More information

User Manual. Senior Project Mission Control. Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc.

User Manual. Senior Project Mission Control. Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc. User Manual Senior Project Mission Control Product Owner Charisse Shandro Mission Meow Cat Rescue and Adoptions, Inc. Team The Parrots are Coming Eric Bollinger Vanessa Cruz Austin Lee Ron Lewis Robert

More information

Econometric Analysis Dr. Sobel

Econometric Analysis Dr. Sobel Econometric Analysis Dr. Sobel Econometrics Session 1: 1. Building a data set Which software - usually best to use Microsoft Excel (XLS format) but CSV is also okay Variable names (first row only, 15 character

More information

Cow Exercise 1 Answer Key

Cow Exercise 1 Answer Key Name Cow Exercise 1 Key Goal In this exercise, you will use StarGenetics, a software tool that simulates mating experiments, to analyze the nature and mode of inheritance of specific genetic traits. Learning

More information

Webkinz Friend Requests

Webkinz Friend Requests Webkinz Friend Requests In order to play games with specific individuals, you have to be friends. Let s practice this by having you friend the instructor (note: you have to do this at some point anyway).

More information

5,081,955 1/1992 Yoneda et al... 10,417 hibernation.

5,081,955 1/1992 Yoneda et al... 10,417 hibernation. US006009838A United States Patent (19) 11 Patent Number: 6,009,838 Carver et al. (45) Date of Patent: Jan. 4, 2000 54] HIBERNATION ENCLOSURE FOR 5,272,316 12/1993 Chesnut... 219/385 REPTILES 5,343,712

More information

The Three Little Kittens

The Three Little Kittens STUDY GUIDE FOR The Three Little Kittens Adapted by Kevin M Reese TO THE PARENT/TEACHER This guide has been provided to help children benefit the most from experiencing a live theatrical event. The activities

More information

[EMC Publishing Note: In this document: CAT 1 stands for the C est à toi! Level One Second Edition Teacher s Annotated Edition of the Textbook.

[EMC Publishing Note: In this document: CAT 1 stands for the C est à toi! Level One Second Edition Teacher s Annotated Edition of the Textbook. EMC Publishing s Correlation of C est à toi! Levels One, Two, Three 2 nd edition to the 2007 Indiana Academic Standards for World Languages 9-12 Sequence - Modern European and Classical Languages Grade

More information

Biology 164 Laboratory

Biology 164 Laboratory Biology 164 Laboratory CATLAB: Computer Model for Inheritance of Coat and Tail Characteristics in Domestic Cats (Based on simulation developed by Judith Kinnear, University of Sydney, NSW, Australia) Introduction

More information

Virtual Genetics Lab (VGL)

Virtual Genetics Lab (VGL) Virtual Genetics Lab (VGL) Experimental Objective I. To use your knowledge of genetics to design and interpret crosses to figure out which allele of a gene has a dominant phenotype and which has a recessive

More information

Understanding the App. Instruction Manual

Understanding the App. Instruction Manual Understanding the App Instruction Manual Let s get started. Now that your Tracking Unit is activated, let s explore the App some more. Need help setting up your smart collar? Please view the Getting Started

More information

Lab 5: Bumper Turtles

Lab 5: Bumper Turtles Lab 5: Bumper Turtles min-pxcor = -16, max-pxcor = 16, min-pycor = -16, max-pycor = 16 The Bumper Turtles model created in this lab requires the use of Boolean logic and conditional control flow. The basic

More information

ThisisaConnect360EPK (ElectronicPSAKit).EPK isatrademarkownedbyconnect360multimedia.

ThisisaConnect360EPK (ElectronicPSAKit).EPK isatrademarkownedbyconnect360multimedia. ThisisaConnect360EPK (ElectronicPSAKit).EPK isatrademarkownedbyconnect360multimedia. ABOUTSOUTHEASTERNGUIDEDOGS SoutheasternGuideDogstransformslivesandcommunitiesby creatingandnurturingextraordinarypartnershipsbetweenpeople

More information

DOWNLOAD OR READ : TORTOISE AMAZING PICTURES FUN FACTS ON ANIMALS IN NATURE PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : TORTOISE AMAZING PICTURES FUN FACTS ON ANIMALS IN NATURE PDF EBOOK EPUB MOBI DOWNLOAD OR READ : TORTOISE AMAZING PICTURES FUN FACTS ON ANIMALS IN NATURE PDF EBOOK EPUB MOBI Page 1 Page 2 tortoise amazing pictures fun facts on animals in nature tortoise amazing pictures fun pdf

More information

CAT Paid vs. CAT Unpaid November 2012

CAT Paid vs. CAT Unpaid November 2012 CAT Paid vs. CAT Unpaid November 2012 The following documentation contains information on updating reimbursement payments that have a CAT percentage and how to track it before sending the payment to CAT

More information

PENNVET BEHAVIOR APP Pet Owner Instructions

PENNVET BEHAVIOR APP Pet Owner Instructions PENNVET BEHAVIOR APP Pet Owner Instructions What is the PennVet App? Developed in partnership with Connect For Education, Inc. and the University of Pennsylvania School of Veterinary Medicine Center for

More information

Pet Care Pluses Adapted by Amelia Saris

Pet Care Pluses Adapted by Amelia Saris Pet Care Pluses Adapted by Amelia Saris Grade Level: 1-2 Objective: Upon completion of the lesson, the students will become familiar with the responsibilities of proper pet care. Students will be able

More information

5 State of the Turtles

5 State of the Turtles CHALLENGE 5 State of the Turtles In the previous Challenges, you altered several turtle properties (e.g., heading, color, etc.). These properties, called turtle variables or states, allow the turtles to

More information

Graphics libraries, PCS Symbols, Animations and Clicker 5

Graphics libraries, PCS Symbols, Animations and Clicker 5 Clicker 5 HELP SHEET Graphics libraries, PCS Symbols, Animations and Clicker 5 In response to many queries about how to use PCS symbols and/or animated graphics in Clicker 5 grids, here is a handy help

More information

Please initial and date as your child has completely mastered reading each column.

Please initial and date as your child has completely mastered reading each column. go the red don t help away three please look we big fast at see funny take run want its read me this but know here ride from she come in first let get will be how down for as all jump one blue make said

More information

Good Health Records Setup Guide for DHI Plus Health Event Users

Good Health Records Setup Guide for DHI Plus Health Event Users Outcomes Driven Health Management Good Health Records Setup Guide for DHI Plus Health Event Users A guide to setting up recording practices for the major diseases of dairy cattle on the farm Dr. Sarah

More information

My Favorite Stray Cat:

My Favorite Stray Cat: My Favorite Stray Cat: Reading Fluency 3 As children begin to read on their own, they need lots of practice to get better. They need to be able to read words accurately, with expression, and at a good

More information

AKC Trick Dog EVALUATOR GUIDE

AKC Trick Dog EVALUATOR GUIDE AKC Trick Dog EVALUATOR GUIDE 2 November 1, 2017 About AKC Trick Dog Welcome to the AKC Trick Dog program. In AKC Trick Dog, dogs and their owners can have fun learning tricks together. There are 4 levels

More information

Getting Started. Instruction Manual

Getting Started. Instruction Manual Getting Started Instruction Manual Let s get started. In this document: Prepare you LINK AKC Understand the packaging contents Place Base Station Assemble your smart collar Turn on your Tracking Unit Insert

More information

Animal Shelter Awareness PATCH PROGRAM

Animal Shelter Awareness PATCH PROGRAM Animal Shelter Awareness PATCH PROGRAM The Animal Shelter Awareness Patch program helps Daisies - Ambassadors understand the issues and needs surrounding animal behavior, animal care, and finances and

More information

Compliance Can Be Ruff A Dog s Approach

Compliance Can Be Ruff A Dog s Approach Compliance Can Be Ruff A Dog s Approach Carol Lansford, Executive Director, Valor Service Dogs Gabe II, Service Dog and 2016 Dog of the Year Kim Lansford, Chief Compliance Officer, Shriners Hospitals for

More information

PUSS IN BOOTS SOCIAL STORY

PUSS IN BOOTS SOCIAL STORY PUSS IN BOOTS SOCIAL STORY I am going to see PUSS IN BOOTS I will go to the CITY RECITAL HALL in SYDNEY. It is a relaxed performance. This means I can be myself and I will be welcomed by everyone. The

More information

DOWNLOAD OR READ : WICKED RABBIT PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : WICKED RABBIT PDF EBOOK EPUB MOBI DOWNLOAD OR READ : WICKED RABBIT PDF EBOOK EPUB MOBI Page 1 Page 2 wicked rabbit wicked rabbit pdf wicked rabbit A bustling culinary experience, Wicked Spoon delivers well-crafted original selections for

More information

The Be a Tree. Posters to support delivery of the manual program. These can also be used as a support tool for the PowerPoint version

The Be a Tree. Posters to support delivery of the manual program. These can also be used as a support tool for the PowerPoint version The Be a Tree Posters to support delivery of the manual program. These can also be used as a support tool for the PowerPoint version The Kit is available as 4 0ptions Name of Kit Includes The Mobile Bat

More information

About the Show. The Characters

About the Show. The Characters STUDY GUIDE About the Show Your favorite girl-and-cat duo is on the big stage and ready to have fun! Learn all about counting, shapes, math, and music in this new adaptation that draws from several different

More information

AKC Rally More Advanced Signs

AKC Rally More Advanced Signs Back to the Rally signs. This should get more interesting, since most of these remaining signs are not so self-explanatory as the first signs. These are all signs that can be found at the Novice level,

More information

United Church of God An International Association. Level 1 Unit 5 Week 3 JESUS CHRIST THE PARABLE OF THE LOST SHEEP

United Church of God An International Association. Level 1 Unit 5 Week 3 JESUS CHRIST THE PARABLE OF THE LOST SHEEP United Church of God An International Association SABBATH S CHOOL Preteen Sabbath Instruction Program Teacher s Outline Level 1 Unit 5 Week 3 JESUS CHRIST THE PARABLE OF THE LOST SHEEP OBJECTIVE: To teach

More information

Sea Turtle Conservation: Public Service Announcement

Sea Turtle Conservation: Public Service Announcement Sea Turtle Conservation: Public Service Announcement Purpose: To inform the general public about the goals of sea turtle conservation, and to share with them opportunities and activities which they can

More information

Activity Sight Smell Touch Hearing Taste

Activity Sight Smell Touch Hearing Taste Example Three Bears Monday Tuesday Wednesday Activity Sight Smell Touch Hearing Taste 3 Bears story Read book with voices and sounds Book, pictures in room Cinnamon oatmeal warm in the room Bear counters

More information

I don t know that old man. I don t know most of the old men. I don t have an old boat. I won t live on an old boat.

I don t know that old man. I don t know most of the old men. I don t have an old boat. I won t live on an old boat. B1 Sentence Chains - Unit 1 I don t know that old man. I don t know most of the old men. I don t have an old boat. I won t live on an old boat. I hope I won t have to live on an old boat. I told Sam that

More information

Simulation of the ASFA system in an ERTMS simulator

Simulation of the ASFA system in an ERTMS simulator Computers in Railways XI 853 Simulation of the ASFA system in an ERTMS simulator I. Gómez-Rey, J. M. Mera & A. Lorenzo CITEF, Universidad Politécnica de Madrid, Spain Abstract Due to the economic, technical

More information

North Carolina Aquariums Education Section. You Make the Crawl. Created by the NC Aquarium at Fort Fisher Education Section

North Carolina Aquariums Education Section. You Make the Crawl. Created by the NC Aquarium at Fort Fisher Education Section Essential Question: You Make the Crawl Created by the NC Aquarium at Fort Fisher Education Section How do scientists identify which sea turtle species has crawled up on a beach? Lesson Overview: Students

More information

Activity 1: Changes in beak size populations in low precipitation

Activity 1: Changes in beak size populations in low precipitation Darwin s Finches Lab Work individually or in groups of -3 at a computer Introduction The finches on Darwin and Wallace Islands feed on seeds produced by plants growing on these islands. There are three

More information

6.836 Embodied Intelligence Final Project: Tom and Jerry. Gleb Chuvpilo, Jessica Howe chuvpilo, May 15, 2002

6.836 Embodied Intelligence Final Project: Tom and Jerry. Gleb Chuvpilo, Jessica Howe chuvpilo, May 15, 2002 Final Project: Tom and Jerry chuvpilo, howej @mit.edu May 15, 2002 Contents 1 Introduction 3 1.1 Basic Design Overview................................ 3 1.2 Behavior........................................

More information

Improving AIBO with Artificial Intelligence Technique

Improving AIBO with Artificial Intelligence Technique Improving AIBO with Artificial Intelligence Technique Gun A. Lee endovert@postech.ac.kr Virtual Reality and Interactive Media Laboratory, Department of Computer Science & Engineering, POSTECH, Pohang,

More information

Teach your dog to down

Teach your dog to down 4H SMAN 114 Oklahoma 4-H Teach your dog to down THE DOWN Down is one of the most basic behaviors that you should teach your dog. It is necessary for the obedience ring, canine good citizen testing and

More information

Let s Play Poker: Effort and Software Security Risk Estimation in Software. Picture from

Let s Play Poker: Effort and Software Security Risk Estimation in Software. Picture from Let s Play Poker: Effort and Software Security Risk Estimation in Software Engineering Laurie Williams williams@csc.ncsu.edu Picture from http://www.thevelvetstore.com 1 Another vote for Everything should

More information

Reminders: Goal: To claim God s promise to be with us and not forsake us. Permission to photocopy for local church use granted by Barefoot Ministries.

Reminders: Goal: To claim God s promise to be with us and not forsake us. Permission to photocopy for local church use granted by Barefoot Ministries. Reminders: Eight Below I ll Never Leave If you are going to use a movie clip, ALWAYS PREVIEW IT! No exceptions! You are responsible for what you show your group! Our writers will always try to provide

More information

Nicole Wilde. June 20 & 21, Proudly Presents. Radisson Hotel & Conference Center Ave NW. Edmonton, Alberta

Nicole Wilde. June 20 & 21, Proudly Presents. Radisson Hotel & Conference Center Ave NW. Edmonton, Alberta Proudly Presents Nicole Wilde June 20 & 21, 2015 Radisson Hotel & Conference Center 4520 76 Ave NW Edmonton, Alberta Nicole Wilde is the author of ten books including Help for Your Fearful Dog, So You

More information

DISCUSSION QUESTIONS THEATRE 101

DISCUSSION QUESTIONS THEATRE 101 SHOW SYNOPSIS Skippyjon Jones is a little kitten with big ears and even bigger dreams! He longs to be someone different, so he transforms himself into Skippito Friskito, the greatest canine sword fighter

More information

Effective Vaccine Management Initiative

Effective Vaccine Management Initiative Effective Vaccine Management Initiative Background Version v1.7 Sep.2010 Effective Vaccine Management Initiative EVM setting a standard for the vaccine supply chain Contents 1. Background...3 2. VMA and

More information

Clicker training is training using a conditioned (secondary) reinforcer as an event marker.

Clicker training is training using a conditioned (secondary) reinforcer as an event marker. CLICKER TRAINING Greg Barker Clicker training has relatively recently been popularized as a training technique for use with dogs. It uses scientifically based principles to develop behaviours. The process

More information

B A S E D O N T H E B O O K S B Y J A M E S D E A N A N D K I M B E R L Y D E A N

B A S E D O N T H E B O O K S B Y J A M E S D E A N A N D K I M B E R L Y D E A N M C A N I N C H A R T S C E N T E R S C H O O L S TA G E S E R I E S B A S E D O N T H E B O O K S B Y J A M E S D E A N A N D K I M B E R L Y D E A N WHAT HAPPENS IN THE SHOW Pete a rock and roll cat

More information

Caring and. sharing. We love Hong Kong. 2 Small houses News report. 3 Food in a basin Fun and games Description. 4 Computer Jobs Biography

Caring and. sharing. We love Hong Kong. 2 Small houses News report. 3 Food in a basin Fun and games Description. 4 Computer Jobs Biography Current issues Caring and 1 Save the animals sharing Interview We love Hong Kong 2 Small houses News report 3 Food in a basin Fun and games Description STEAM 4 Computer Jobs Biography STEAM House 1 5 What

More information

Life Under Your Feet: Field Research on Box Turtles

Life Under Your Feet: Field Research on Box Turtles Life Under Your Feet: Field Research on Box Turtles Part I: Our Field Research Site Scientists often work at field research sites. Field research sites are areas in nature that the scientists have chosen

More information

STUDENT MANUAL CANINE SEARCH SPECIALIST TRAINING UNIT 3: ROLE OF THE HELPER

STUDENT MANUAL CANINE SEARCH SPECIALIST TRAINING UNIT 3: ROLE OF THE HELPER STUDENT MANUAL CANINE SEARCH SPECIALIST TRAINING UNIT 3: ROLE OF THE HELPER Unit Objective Enabling Objectives Upon completion of this unit, you will be able to describe the function of the helper. You

More information

Walking Your Dog on a Loose Leash

Walking Your Dog on a Loose Leash Walking Your Dog on a Loose Leash Information adapted from original article in the 5/2017 issue of the Whole Dog Journal by Nancy Tucker, CPDT-KA No one enjoys walking with a dog that constantly pulls.

More information

Design Document. Programming and Story

Design Document. Programming and Story Design Document Programming and Story Thomas Dye thomas@tfenet.com Cary Kawamoto cary.kawamoto@gmail.com Andrew VanKooten andrewvankooten@gmail.com Holden Woelfl hjwoelfl@gmail.com Game Art Cary Kawamoto

More information

Communicator 5. Likes and Dislikes Needs Assessment Adapted from Pat Dowden, Ph.D., CCC-SLP (2002)

Communicator 5. Likes and Dislikes Needs Assessment Adapted from Pat Dowden, Ph.D., CCC-SLP (2002) Communicator 5 Likes and Dislikes Needs Assessment Adapted from Pat Dowden, Ph.D., CCC-SLP (2002) A checklist can be helpful when searching for initial likes and dislikes for an individual with emerging

More information

DOWNLOAD OR READ : YEAR OF THE DOG ONE YEAR ONE TEAM ONE GOAL PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : YEAR OF THE DOG ONE YEAR ONE TEAM ONE GOAL PDF EBOOK EPUB MOBI DOWNLOAD OR READ : YEAR OF THE DOG ONE YEAR ONE TEAM ONE GOAL PDF EBOOK EPUB MOBI Page 1 Page 2 year of the dog one year one team one goal year of the dog pdf year of the dog one year one team one goal

More information

Code Documentation MFA (Movable Finite Automata) Eric Klemchak CS391/CS392

Code Documentation MFA (Movable Finite Automata) Eric Klemchak CS391/CS392 Code Documentation MFA (Movable Finite Automata) Eric Klemchak CS391/CS392 1 Contents 1.Overview... 2 1.1Introduction... 2 1.2MajorFunctions... 2 2.Dataflow... 2 3Controlflow... 3 4.Logical/PhysicalDataDesignDescription...

More information

How to Train Your Dog to Stay

How to Train Your Dog to Stay April 2009 Issue How to Train Your Dog to Stay Teach your dog Recently, I was struck by the realization that while Wait! is one of the most valuable cues I use with my dogs, it s a behavior we didn t usually

More information

THE EXPOSITORY PILLAR

THE EXPOSITORY PILLAR THE EXPOSITORY PILLAR INTRODUCTION Lead/Topic Sentence Main Idea#1 Main Idea#2 Main Idea#3 CONCLUSION 16 Student Page Name MAIN IDEAS--DON T OVERLAP THEM! - 1 Read the TOPIC and related main idea sentences

More information

Turtle Ballet: Simulating Parallel Turtles in a Nonparallel LOGO Version. Erich Neuwirth

Turtle Ballet: Simulating Parallel Turtles in a Nonparallel LOGO Version. Erich Neuwirth Turtle Ballet: Simulating Parallel Turtles in a Nonparallel LOGO Version Erich Neuwirth University of Vienna, Dept. of Statistics and Decision Support Systems Computer Supported Didactics Working Group

More information

Microbiology & Antimicrobial Stewardship

Microbiology & Antimicrobial Stewardship Microbiology & Antimicrobial Stewardship The Trust Libraries THE TRUST LIBRARIES MAIDSTONE ACADEMIC CENTRE TUNBRIDGE WELLS EDUCATION &TRAINING CENTRE So much more than just books and journals, your libraries

More information

INTRODUCTION. and a hat, a hot pot, a cat hops, a cat in a hat, a fat cat. and Pat are fat, Jat is a big cat, Pat is a little bat.

INTRODUCTION. and a hat, a hot pot, a cat hops, a cat in a hat, a fat cat. and Pat are fat, Jat is a big cat, Pat is a little bat. INTRODUCTION Lesson Phonics/ Diagraphs Read and Write Coloring Flashcards sight words Reading Practice 1. A, C, T CAT C, A, T CAT I, AM, IS, A cat, a cat, Jat is a cat 2. B, F, H BAT, HAT, FAT BAT, HAT,

More information

STUDENT MANUAL CANINE SEARCH SPECIALIST TRAINING UNIT 8: ADVANCED RUBBLE SEARCH

STUDENT MANUAL CANINE SEARCH SPECIALIST TRAINING UNIT 8: ADVANCED RUBBLE SEARCH STUDENT MANUAL CANINE SEARCH SPECIALIST TRAINING UNIT 8: ADVANCED RUBBLE SEARCH Unit Objective Enabling Objectives Upon completion of this unit, you will be able to explain the rationale for canine foundation

More information

HerdMASTER 4 Tip Sheet CREATING ANIMALS AND SIRES

HerdMASTER 4 Tip Sheet CREATING ANIMALS AND SIRES HerdMASTER 4 Tip Sheet CREATING ANIMALS AND SIRES TABLE OF CONTENTS Adding a new animal... 1 The Add Animal Window... 1 The Left Side... 2 The right Side Top... 3 The Right Side Bottom... 3 Creating a

More information

10 MIND GAMES THAT WILL MAKE YOUR CAT SMARTER

10 MIND GAMES THAT WILL MAKE YOUR CAT SMARTER 10 MIND GAMES THAT WILL MAKE YOUR CAT SMARTER Special Offer GET THIS ELECTRIC ROTATING BUTTERFLY TOY AT AN DISCOUNT 85% (PAY $21.99 $3.99 ONLY! NO SHIPPING COST) Click here to visit our store and use the

More information

CONTENTS. Life Science... 2

CONTENTS. Life Science... 2 CONTENTS Page Life Science... 2 The Praying Mantis...6 Lana Learns to Talk...8 Tool Users...10 The Largest Owl in North America...12 The Horseshoe Crab A Living Fossil...14 On the Trail of the Grizzly

More information

The ALife Zoo: cross-browser, platform-agnostic hosting of Artificial Life simulations

The ALife Zoo: cross-browser, platform-agnostic hosting of Artificial Life simulations The ALife Zoo: cross-browser, platform-agnostic hosting of Artificial Life simulations Simon Hickinbotham, Michael Weeks & James Austin University of York, Heslington, York YO1 5DD, UK email: sjh518@york.ac.uk

More information

Nest Observation and Relocation

Nest Observation and Relocation Essential Question: Nest Observation and Relocation Created by the NC Aquarium at Fort Fisher Education Section How do scientists move sea turtle nests when it is necessary to protect them? Lesson Overview:

More information

Recursion with Turtles

Recursion with Turtles Recursion with Turtles Turtle Graphics Concepts in this slide: A list of all useful functions from the turtle module. Python has a built-in module named turtle. See the Python turtle module API for details.

More information

One Trait, Two Traits Dominant Trait, Recessive Trait Sarah B. Lopacinski Rockingham County

One Trait, Two Traits Dominant Trait, Recessive Trait Sarah B. Lopacinski Rockingham County Topic: genetics, Gregor Mendel Overview This lesson deals with genetic crosses, dominant and recessive genes, and Punnett squares. Before doing this lesson, students should have a background of Gregor

More information

I m just a mouse. words by Tim Nunn. pictures by Helen Nunn

I m just a mouse. words by Tim Nunn. pictures by Helen Nunn I m just a mouse words by Tim Nunn pictures by Helen Nunn Copyright Notice The copyright of I m just a mouse remains the property of Tim Nunn and Helen Nunn. I m just a mouse is solely distributed from

More information

4. Mosquito control - in town, too! Mon, 7/2/07 3:39 PM. 5. New equipment for all ages. Mon, 7/2/07 3:24 PM

4. Mosquito control - in town, too! Mon, 7/2/07 3:39 PM. 5. New equipment for all ages. Mon, 7/2/07 3:24 PM Page 1 of 5 Comments Summary close window Displaying 1-105 of 105 responses > Jump To: 1 Go >> Comment Text Response Date 1. More dog parks, trails that link parks together, communities together.

More information