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,

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

CECE STMWPR[ ] GO CM BASIC ROAMER CONTROLS: Click on the buttons to see what they each do!
Love Lifted Me Click here to play The slides advance automatically with the words.
Logo Lesson 1 TBE Fall 2004 Farah Fisher.
Shapes and Designs Inv. 1.3: Tiling Activity Sheet.
Microsoft Word 2010 Lesson 1: Introduction to Word.
Instructions for using this template. Remember this is Jeopardy, so where I have written “Answer” this is the prompt the students will see, and where.
An Interactive Book About Math Vocabulary By Mrs. Emmer-Miller.
Computer Science 1000 LOGO I. LOGO a computer programming language, typically used for education an old language (1967) the basics are simple: move a.
How many sides? This is a basic counting game with action buttons and voiceover. The initial slide (coming up next) will run automatically and name the.
Introduction to TouchDevelop
B.A. (Mahayana Studies) Introduction to Computer Science November March Logo (Part 1) An introduction to Logo: drawing, moving,
This is one of a range of games available from Communication 4 All™ to assist with 2D Shape recognition. You, or the pupils, can click on any textbox.
Making a Math Quilt A Review of Fractions, decimals, percents.
A Guide To Using Roamer. X Menu 1.Clear Roamers ‘Go’ MemoryClear Roamers ‘Go’ Memory 2.Change Step SizeChange Step Size 3.ForwardsForwards 4.BackwardsBackwards.
What shape is this? A. octagon B. parallelogram C. square D. hexagon E. triangle REMEMBER: A hexagon has 6 sides.
Instructions for using this template. Remember this is Jeopardy, so where I have written “Answer” this is the prompt the students will see, and where.
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
Patterns and Transformations $10 $20 $30 $40 $50 $30 $20 $40 $50 $10 $40 $50 Combine Shapes Patterns Polygons Transformations Transformations are worth.
Microsoft® Small Basic
Turtle see, turtle do Lesson 1 – Welcome to LOGO.
Introduction to Algorithms using Netlogo. What’s an Algorithm Definitions of Algorithm on the Web: –A procedure or formula for solving a problem.
TURTLE GRAPHICS IP MR. MELLESMOEN. LOGO IN THE 1970’S THERE WAS A SIMPLE BUT POWERFUL PROGRAMMING LANGUAGE CALLED LOGO THAT WAS USED BY A FEW.
Introduction to TouchDevelop
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.
By. Circle Draw a circle in the box Tell about its attributes: sides, angles, whether or not it’s a polygon. Add any additional information you know about.
Today’s Plan: Unit 1 - Geometry Shapes. Triangle.
Symmetry - how many lines?. How many lines of symmetry? How many lines of symmetry do these shapes have? Try cutting out the shape and folding it to see.
Section 1 Introduction National 4/5 Scratch Course.
Shapes Edited by M. Haynie. Circle Triangle Square.
Making Python Pretty!. How to Use This Presentation… Download a copy of this presentation to your ‘Computing’ folder. Follow the code examples, and put.
Slides Refer students to the slide. Elicit from them the names of the shapes they already know Ask students to repeat the words.
Roamer help file: Use this power-point slide to find out more about the buttons on Roamer…
Tessellations This is a Roman inlaid marble tiling pattern For more see
©Marian Small, 2011 When you can hear and speak, please click on the If you cannot hear or speak, please click on the Microphone On/Off There are only.
Getting started with the turtle Find the latest version of this document at
This way, this way … Lesson 3. Starter START Print “Hello, world” STOP Print “What’s your name?” Read in name Print “Hi” and the name Print “Welcome to.
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.
The Wonderful Ladybugs! Click on slide 2 at the left to start your work.. To begin: Click on Edit in the Toolbar and choose Edit slides Thornton- Instructional.
There are many kinds of shapes. Look around you, There are shapes in everything you see.
First of all – lets look at the window’s you are going to use. At the top you have a toolbar, with all your various tools you can use when customising.
Turtle Graphics Lesson 2 1. There are 3 homeworks to complete during the six lessons of this unit. Your teacher will let you know when a homework has.
Search for it on your computer
Thurso High School Design and Technology Tutorial Two Dice.
Hackety Hack! Written by Krystal Salerno Presented by _______________.
© 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.
Using Logo to explore spiral patterns. Paul Broadbent Spiral patterns This is a (1,2,3) spiral path. It repeats lines of three.
Using the Python Turtle
2D Shapes.
Computer Programming.
LOGO 32 By: Xenon 9S.
Keep coding Bekir Mugayitoglu.
The super shape quiz.
Here you can learn all about 2-D shapes
© Pyramids ©
Scratch – Simple Programming
Scratch: iteration / repetition / loops
Radial differentiation slide
Steps to Making a Picture Password
Here you can learn all about 2-D shapes
STEP ONE. STEP ONE. STEP ONE. STEP ONE. STEP ONE. 02
YOUR text YOUR text YOUR text YOUR text
Logo Programming.
By 2-D shapes.
Magical Hexagons (Teachers notes):
Mod 2 Lesson 2 Repeating with loops
2 Making Blocks.
Presentation transcript:

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, can you draw this?

Repeat commands Its quicker to use repeat commands E.G. To draw a square. Repeat 4 [forward 50 right 90] Try this.

Try These Repeat 6 [forward 100 right 60] Repeat 5 [forward 100 right 72] Repeat 4 [forward 100 right 90] Repeat 8 [forward 100 right 45] Repeat 8 [forward 100 left 45] Square Octagon Pentagon Octagon Hexagon Which instruction/procedure will make these shapes?

Click here to add a procedure Click on ‘Objects’ ‘Add Procedure’ Right hand click Click on ‘change me’ Choose alternative Click ‘Do it’

Type a name for the procedure. You can call it what ever you want Bob, Dave, Zoe, Sue anything!

Write a procedure here Look at slide 4 for ideas Once you have written you procedure click here Press Yes Then write your procedure Dave, Sue etc into the instruction part.

? Dave ? Repeat 30 [dave right 35] Repeat 30 [dave right 35] Repeat is how many time it does is Dave is the shape you have programmed Right 35 can be any number. It tells the computer how many degrees to turn.