Using Logo to develop logical thinking

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

Logo Lesson 1 TBE Fall 2004 Farah Fisher.
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 2 Logo Procedures
B.A. (Mahayana Studies) Introduction to Computer Science November March Logo (Part 1) An introduction to Logo: drawing, moving,
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.
A SIMPLE COMPUTER LANGUAGE LOGO. LOGO Introduction Logo is the simplest programming language. It.
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.
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
The Hare Raising Experience of Logo in the Classroom
Logo Programming Fall 2011 – Session 7 Programming Class Teacher: M. Taghizadeh Sobhan Highschool.
 Hidden Lines in Tessellations ◦ “Mind’s Eye” – the angle defined by our mind’s eye to help us find the pattern. ◦ Angles are all the same. ◦ These angles.
The Pro-Bot* Kate Lester and Nancy Chaffer Term 2, 2010 PCS TPL
1 Managing diversity in introductory programming classes Using Logo as a diagnostic tool John Poulton North East Wales Institute.
By Liam Lane How To Use MSW LOGO.
Copyright 2002, Tony Gauvin, UMFK
Computer Programming. Previous Experience 1.I have never seen a computer program 2.I have seen some code, but never written any 3.I have written some.
Logo for Beginners By Chris 9S.
Repeating patterns Can you work out the next shape in the pattern?
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.
Pablo Revelo. Birds: to 3birds pu home pd lt 80 pu fd 250 pd setpensize 2 setpc "white st bird pu bk random 100 bird pu lt 90 fd random 40 bird ht.
Cracking the Code WHAT WORKS WHEN TEACHING STUDENTS TO CODE?
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.
Procedures and Variables Control Logo 1. What you will do today  You will make your code more efficient by using procedures  You will create shapes.
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
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?
Using Logo to explore spiral patterns. Paul Broadbent Spiral patterns This is a (1,2,3) spiral path. It repeats lines of three.
Computer Programming.
LOGO BY Kaotip 9S.
LOGO 32 By: Xenon 9S.
What common points can we observe on these images? Do we often find this in architecture?
Micro worlds Microworlds By Clara Paton By Clara Paton.
Do it now activity Last lesson we used Flowol to create a solution to a problem a computer could solve. Identify what each symbol does:
Line Symmetry Year 4.
Aims This workshop aims to enable delegates to:
Paul Klee.
Learning to program with Logo
Area of a Circle Recall that when investigating the area of certain polygons, we based our new area formulas on shapes whose area we already knew. We’ll.
Shape & Space Summer Course July 2011.
Welcome! Martin Norris Year 5 Class Teacher & Computing
Chap. 3 Functions Start Python IDLE (Shell) and open a new file.
Using Beebots and Roamers
All Change It Fits Tessellations To be able to:
Ellie DeGiorgio-Hudson
GEOMETRY: IDENTIFYING KEY FEATURES OF SHAPE AND SPACE
Handling data and problem solving using spreadsheets
Which way does the robot have to turn to get to the charger?
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.
2 Activity 1: 5 columns Write the multiples of 2 into the table below. What patterns do you notice? Colour the odd numbers yellow and the even numbers.
Logo Programming.
Can you work out the next shape in the pattern?
Can you work out the next shape in the pattern?
Tessellations Geometry Unit 2 Session 4.
Presentation transcript:

Using Logo to develop logical thinking

Using Logo to develop logical thinking What is Logo? A basic programming language!! Mostly used as a drawing package to support development of awareness of shape and space Builds upon work done with Beebots and Roamers Using Logo to develop logical thinking

Using Logo to develop logical thinking What software? Many variants! Super Logo Textease MSW Logo Roamerworld I’m going to work in MSW Logo (I know it best!) Using Logo to develop logical thinking

How to enter Logo commands Space between command & value: eg FD 50 FD = forward BK = backward RT = right turn LT = left turn PU = pen up PD = pen down CS = clear screen SETPC 1 – 10 = change pen colour (MSW Logo) or SETPC RED etc (Textease Turtle) Using Logo to develop logical thinking

Using Logo to develop logical thinking Basic shapes Can you draw a Square Rectangle Any regular polygon (NB turn = external angle!) Did your commands look like this: fd 50 rt 90 fd 50 rt 90 fd 50 rt 90 fd 50? There has got to be an easier way!! Using Logo to develop logical thinking

Using Logo to develop logical thinking Advanced commands Repeat Repeat 4 [fd 50 rt 90] Drawing an object that you have already designed To square End Just type “square” to draw the square (no “”) Using Logo to develop logical thinking

Investigating patterns Investigate making patterns Try drawing a circle What about trying to tessellate shapes? One shape Two shapes Using Logo to develop logical thinking

What mathematical thinking? Using Logo to develop logical thinking

Using Logo to develop logical thinking Logo on the web http://nrich.maths.org/1532 MSWLogo: you need the Setup kit. This material was used in one of the series of CPD workshops that formed the four day course ‘Leading and supporting the development of digital technologies in mathematics’. This course, delivered in two sets of two-day sessions, was funded by the NCETM and written and tutored by members of the Association of Mathematics Education Teachers (AMET) and National Association of Mathematics Advisors (NAMA). Over 50 people followed the course with representatives from the ITE sector, Local Authorities and teachers from schools (primary, secondary and further education). Using Logo to develop logical thinking