Ellie DeGiorgio-Hudson

Slides:



Advertisements
Similar presentations
Logo Lesson 1 TBE Fall 2004 Farah Fisher.
Advertisements

Computer Science 1000 LOGO I. LOGO a computer programming language, typically used for education an old language (1967) the basics are simple: move a.
Logo Programming What is LOGO? LOGO is one of a number of computer languages to have been developed in the field of Artificial Intelligence. LOGO was.
"Turtle Graphics“ for kids.
Using LOGO to Teach Geometry and Problem Solving to Future Middle School Teachers Jerry Dwyer Gary Harris G. Brock Williams Texas Tech University.
Powerful Ideas Constructivist Educational Techniques in Computer Programming Instruction Using MswLOGO © Copyright 2002, Tony Gauvin, UMFK.
Logo Lesson 2 Logo Procedures
Teaching Writing to Young Learner. The Young Language Learner According to Cameron (2001) level of young learners are: Age 3-6 years old: very young learner.
By: Monique McTague.  An educational programming language designed in 1967 by Daniel G. Bobrow.  Logo was derived from the Greek logos meaning word.
B.A. (Mahayana Studies) Introduction to Computer Science November March Logo (Part 1) An introduction to Logo: drawing, moving,
Foundation Programming Introduction. Aims This course aims to give students a basic understanding of computer programming. On completing this course students.
 Outcomes:  We will evaluate observation data in order to understand student learning.  We will build understandings about how monitoring can drive.
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.
1 Logo -- A Language for Learning Liping Cai 11/21/2005.
Microsoft Visio Design Plan Beverly Ashford 8/1/09 EDTC 3332 – Instructional Technology Practicum.
A SIMPLE COMPUTER LANGUAGE LOGO. LOGO Introduction Logo is the simplest programming language. It.
A tiny turtle robot DEI The University of Padova.
Introduction to Algorithms using Netlogo. What’s an Algorithm Definitions of Algorithm on the Web: –A procedure or formula for solving a problem.
MSW Logo By Awin 9s.
Logo For beginners By Dali Matthews 9S What is logo?
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.
LOGO as a Programming Language for Education. Background LOGO  The LOGO language was developed in 1967 by the Logo Group at MIT under the direction of.
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.
The Hare Raising Experience of Logo in the Classroom
SKPB 1023 CALL AS A METHOD TO DEVELOP STUDY SKILLS.
Students, Learning, and Technology for the 21 st Century Young Scholars Program Summer 2003 Educational Technology Outreach College of Education University.
“INTEGRATING TECHNOLOGY INTO THE MATHEMATICS CLASSROOM” “Technology is essential in teaching and learning mathematics; it influences the mathematics that.
U.S. Dept of Education Website Highlighting Effective Practices Mathematics and Science Partnerships Program Annual State Coordinator Meeting June 11,
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
LOGO CECS 4100 R. Christensen.
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.
Programming and Algorithms Damian Gordon. Module Description This module is an introduction to programming, program design and algorithms. Students are.
Logo for Beginners By Chris 9S.
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.
Cracking the Code WHAT WORKS WHEN TEACHING STUDENTS TO CODE?
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?
Students, Learning, and Technology for the 21 st Century Young Scholars Program Summer 2007 Educational Technology Policy, Research and Outreach Davina.
Scratch Programming for kids!!. In the 80’s, there was BASIC -- the Beginner's All-purpose Symbolic Instruction Code, a purportedly easy-to- learn, general.
Introduction to Math Methods Math Standards. Why can math be fun? Math can be fun because… it can have so much variety in topics. many different ways.
Using Logo to explore spiral patterns. Paul Broadbent Spiral patterns This is a (1,2,3) spiral path. It repeats lines of three.
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
Computer Programming.
ICT : Module III - Instructional Design Mrs. Sunita Singh
Using Logo to develop logical thinking
LOGO BY Kaotip 9S.
LOGO 32 By: Xenon 9S.
Computer Software: Programming
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:
Young Scholars Program 2003
Chapter 3: Curriculum © VAN SCHAIK PUBLISHERS Chapter 3: Curriculum.
Learning to program with Logo
Vision 20/20: Checks and Balances
The direct method was an answer to the dissatisfaction with the grammar translation method which teaches students grammar and vocabulary through direct.
Pinpoint Math.
Computer Programming.
5E 5E Model for organizing active learning in lecture courses
Teachers as Authors of Computer Based Tutoring Systems Dr
SCRATCHING THE SURFACE
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.
Copyright 2002, Tony Gauvin, UMFK
Media Project 4 Assessment and Learning
Digital Literacies for learning
Presentation transcript:

Ellie DeGiorgio-Hudson LOGO To learn about Logo in order to use it to teach geometry and other topics on the elementary level Ellie DeGiorgio-Hudson

Introduction What is LOGO? Logo programming language is an interactive language that gives immediate feedback on instructions, thus aiding programming and debugging. When writing commands for drawing, the learner immediately sees the command executed and thus is able to analyze the correctness of the command. How Logo can be used Logo can be used by students to construct geometry concepts.

Where do I get Logo? A version of MSWLogo for Windows NT/95/98 can be downloaded from: http://softronix.com/logo.html An introduction to MSW Logo: http://www.southwest.com.au/~jfuller/logotut/menu.htm

Logo to teach Geometry Logo proramming can be used to have students construct concepts in geometry. Pre-computer activities: http://www.southwest.com.au/~jfuller/logotut/logo26.htm Teach the commands FD (forward), RT (Right), LT (Left), have students create a square. Discuss patterns students see. (This is the beginning; other concepts to be developed as teacher learns Logo and knows what to present to students!)

Logo to integrate with Social Studies Logo can be used to create Navajo design http://www.math.utah.edu/~clemens/LOGO_Intro.html

Other Resources What is Logo? http://www.microworlds.com/company/philosophy.html#book Why use Logo? An overview of Logo in Education http://www.terrapinlogo.com/show.cgi?id=1000904210127219&file=educators/why.html