Young Scholars Program 2003

Slides:



Advertisements
Similar presentations
First of all – lets look at the windows you are going to use. At the top you have a toolbar, with all your various tools you can use when customising your.
Advertisements

Co-ordinates & Translations. The objective of this lesson is: To plot a shape and translate it for a given rule. To work out the translation from its.
Logo Lesson 1 TBE Fall 2004 Farah Fisher.
April 24, 2007MICCA Excel Workshop MICCA Using Excel to Build Fun and Educational Activities Workshop Baltimore, MD Using Excel to Build Fun.
Young Scholars Program
Computer Science 1000 LOGO I. LOGO a computer programming language, typically used for education an old language (1967) the basics are simple: move a.
Super Logo. Key Instructions Pendown penup Forward 50 ( this number can change) Right 90 ( this number can change as well) Now try and draw a Early finishers,
Using Logo and Logic Please use speaker notes for additional information!
"Turtle Graphics“ for kids.
Logo Lesson 3 TBE 540 Fall 2004 Farah Fisher. Prerequisites for Lesson 3 Before beginning this lesson, the student must be able to… Use simple Logo commands.
Logo Lesson 2 Logo Procedures
Introduction to TouchDevelop
StarLogoTNG Treasure Hunt Game Unit Lesson 1: Basic Movement.
Triangle Town Hi, I’m Elke. Pleased to be your guide through Triangle Town. Don’t ever worry about getting lost. I’ll stay with you the whole time.
Presentation Software EDTS100 Lecture 7. Presentation Software Some Options KidPix MicroWorlds PowerPoint Frontpage Kahootz.
LOGO SOFTWARE BY: SAVE 9S. INTRODUCTION Logo is a software that can be found at : Shared area> High School > ICT > take home software > LOGO32. This is.
Introducing Scratch the Cat
B.A. (Mahayana Studies) Introduction to Computer Science November March Logo (Part 2) More complex procedures using parameters,
A SIMPLE COMPUTER LANGUAGE LOGO. LOGO Introduction Logo is the simplest programming language. It.
Introduction to Algorithms using Netlogo. What’s an Algorithm Definitions of Algorithm on the Web: –A procedure or formula for solving a problem.
Introduction to TouchDevelop
MSW Logo By Awin 9s.
Logo For beginners By Dali Matthews 9S What is logo?
An introduction to Logo Mike Warriner Engineering Director, Google Note: This course is not an endorsement of Logo by Google. All views in this document.
Programmming Class Fall 2011 Sobhan Highschool Teacher: M.Taghizadeh.
Logo Programming Fall 2011 – Session 4 Programming Class Teacher: M. Taghizadeh Sobhan Highschool.
CONTROL SYSTEMS Control Systems A command is a directive that performs a specific task An argument is a variable that can be used by the function reveiving.
Programmming Class Fall 2011 – Session 2 Teacher: M.Taghizadeh
Students, Learning, and Technology: Mindtools for the 21 st Century Powering Up With Technology Conference November 15, 2003 Educational Technology Research.
Logo Programming Fall 2011 – Session 7 Programming Class Teacher: M. Taghizadeh Sobhan Highschool.
Students, Learning, and Technology for the 21 st Century Young Scholars Program Summer 2003 Educational Technology Outreach College of Education University.
Students, Learning, and Technology for the 21 st Century Young Scholars Program Summer 2003 Educational Technology Outreach College of Education University.
SHAPE JUNGLE Triangles, Squares and Rectangles Symmetry and Angles.
By Liam Lane How To Use MSW LOGO.
Logo for Beginners By Chris 9S.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner and choose a new.
LOGO For the beginner Made by Rio Narazaki. W HAT I S L OGO ? Logo is a computer programming language used in Education. Logo is very easy to use. The.
Search for it on your computer
LOGO WHAT IS IT? HOW TO USE IT AND HOW USEFUL CAN IT BE?
What is it? How to use it and how useful can it be?
For loops. turtle drawings – common core state standards 1.1 Innovate: Demonstrate creative thinking, construct knowledge and develop innovative products.
Students, Learning, and Technology for the 21 st Century Young Scholars Program Summer 2007 Educational Technology Policy, Research and Outreach Davina.
© it’sLearning 365 Limited | Screen 1 FLASH enabled How to use me : Teachers Notes Useful Web Link Ne xt Pa ge Ne xt Pa ge Navigate.
Computer Programming.
Using Logo to develop logical thinking
LOGO BY Kaotip 9S.
LOGO 32 By: Xenon 9S.
Intro CS – Loops & Creating Shapes
Micro worlds Microworlds By Clara Paton By Clara Paton.
Element of Art: Shape Art 1.
EDUC 498Z Designing Learning with Technology
Building a Game.
Canon Customer Support First you need to turn on your Printer. Press & hold the “Reset button” on the printer. While pressing the “Reset.
Learning to program with Logo
Algorithms and Flow Charts
Computer Programming.
3 10 A B 0.25 C 1 2 D 25% 7 20 E 20% F 0.35 G H 0.2 To edit presentation: change text in shapes, select all shapes by clicking on shape and pressing CTRL.
Log onto a computer first then ….
Ellie DeGiorgio-Hudson
Explain what touch develop is to your students:
Institute for Entrepreneurship and Career Development (IECD)
SCITT Day 5 Position, direction and angle identifying key features of shape and space.
Using Logo and Logic This presentation uses a version of Logo called StarLogo available through MIT. It can be downloaded for free and installed on your.
Everyday sequence algorithms that develop movement
A rotation has to have three elements…
A rotation has to have three elements…
Spell your name using word art from above
Educational Technology Outreach
Presentation transcript:

Young Scholars Program 2003 July 13, 2003 Session 3 Review Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Team Challenge Equilateral Triangle Young Scholars Program 2003 July 13, 2003 Team Challenge Equilateral Triangle How do you turn the steps into a procedure? How do you make the procedure work with a button? How do you reset? pd fd 100 rt 120 Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Make a Procedure: Teach your turtle a word Young Scholars Program 2003 July 13, 2003 Make a Procedure: Teach your turtle a word Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Make a Button: Convert the Procedure Young Scholars Program 2003 July 13, 2003 Make a Button: Convert the Procedure Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 How to Reset Teach the word “reset” Make a button What’s the difference between “cg” and “clean”? Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 Team Challenge How do you program a “turtle” to move forward and jump over the rock? Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

To Reset Need Coordinates Young Scholars Program 2003 July 13, 2003 To Reset Need Coordinates Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 How to Slow it Down Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Program a turtle to go around a rock…slowly Young Scholars Program 2003 July 13, 2003 Program a turtle to go around a rock…slowly Steps Draw a rock Hatch a turtle Find the coordinates Click on turtles backpack Teach “reset” Example. to reset t1, setpos [-50 69] End Make a reset button Test movement in command center Convert to a procedure Steps continued: 8. Use a procedure button 9. Make it move slowly with “wait” code Example to go repeat 5 [fd 10 wait 1] lt 90 repeat 8 [fd 10 wait 1] rt 90 repeat 20 [fd 10 wait 1] repeat 10 [fd 10 wait 1] end Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 Announce Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Converting to a Procedure #1 Young Scholars Program 2003 July 13, 2003 Converting to a Procedure #1 (On the Procedures Tab to the right) to square repeat 4 [fd 100 rt 90] end Once you know the commands you want to convert the command to a procedure Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Converting to a Procedure #2 Young Scholars Program 2003 July 13, 2003 Converting to a Procedure #2 (On the Procedures Tab in the turtles backpack) to square repeat 4 [fd 100 rt 90] end Once you know the commands you want to convert the command to a procedure Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 Test it: Create a button Type the procedure in command center On the turtle (object)  edit  command Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

New Pages and Turning Pages Young Scholars Program 2003 July 13, 2003 New Pages and Turning Pages Pages New Make a button Right Click or Ctrl and then Edit Label: This shows up on the button Instructions: list a page you want it to go to page2 Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 Student Examples Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 Exercise Create a three page “story” Use buttons to turn pages Program your “turtles” Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 MicroWorlds Exercise Turtle Geometry and Teaching Turtles Words See Handout Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

You can draw the shapes in any size, thickness, or color. Young Scholars Program 2003 July 13, 2003 You can draw the shapes in any size, thickness, or color. to colorsquare setpensize 5 setc 15 repeat 4 [fd 100 rt 90] end Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland

Young Scholars Program 2003 July 13, 2003 An Animated Story Walk through the creation of an Animated Story Spring 2008: DOES After School Davina Pruitt-Mentle Davina Pruitt-Mentle: University of Maryland