Unit Using Logo Year Group: 4 Number of Lessons: 4

Size: px
Start display at page:

Download "Unit Using Logo Year Group: 4 Number of Lessons: 4"

Transcription

1 Unit Using Logo Year Group: 4 Number of Lessons: 4

2 Introduction The aim of the lessons is for the children to use Logo to follow and create simple algorithms. For the lessons, the children will need access to Logo on Purple Mash. If your pupils do not have individual logins for Purple Mash, we can help you with this. Contact your school Purple Mash administrator or us at To force links within this document to open in a new tab, right-click on the link and then select Open link in new tab. Year 4 - Medium-term Plan Lesson Aims Success Criteria To learn the language of Logo. To input simple instructions on Logo. For the children to use Logo to create letters. To use the Repeat function in Logo to create shapes. To use the Build feature in Logo. Children know what the different instructions are in Logo and how to type them. Children can follow simple Logo instructions to create shapes on paper. Children can follow simple instructions to create shapes in Logo. Children can create Logo instructions to draw letters of increasing complexity. Children can write Logo instructions for a word of four letters. Children can predict what shapes will be made from Logo instructions. Children can create shapes using the Repeat function. Children can find the most efficient way to draw shapes. Children can use the Build feature. Children can create flowers using Logo.

3 Lesson 1 Aims To learn the language of Logo. To input simple instructions on Logo. Success criteria Children know what the different instructions are in Logo and how to type them. Children can follow simple Logo instructions to create shapes on paper. Children can follow simple instructions to create shapes in Logo. Resources Lesson 1 Worksheet 1 and Worksheet 2 Pencils You may also want the children to use a protractor. Activities 1. Share the learning objectives and success criteria with the children. 2. Introduce the children to Logo. Explain that Logo is a way of writing simple algorithms which can then be displayed on screen. 3. Show the children Lesson 1 Worksheet 1. Alone or in pairs, look at the instructions and draw what shape the instructions will make. 4. Ask for children to read out their own instructions and see if the class can work together to draw these shapes. 5. Show the children the different instructions for Logo. A printable version of this is in Lesson 1 Worksheet At the computer, the children input the instructions from their worksheet. 7. EXTENSION 1 Input their own shapes. 8. EXTENSION 2 Can the children use the Pen Up and Pen Down instructions to draw all of the shapes on one screen?

4 Lesson 2 Aims For the children to use Logo to create letters. Success criteria Children can create Logo instructions to draw letters of increasing complexity. Children can write Logo instructions for a word of four letters. Resources Squared paper Lesson 2 Worksheet 1. Activities 1. Share the learning objectives and success criteria with the children. Then, recap the learning from the last lesson. 2. Show the children the letter E. 3. Explain that one square on the squared paper is the equivalent of one square in Logo. 4. Draw the letter E on the squared paper. 5. Explain they can use the Pen Up and Pen Down instructions. 6. With the class, draw the letter E in Logo. The instructions below are for guidance. You will need to change the numbers used to match the letter drawn on the squared paper. FD 10, RT 90, FD 5, RT 90, PU, FD 5, RT 90, PD, FD 5, LT 90, FD 5, LT 90, FD 5 7. The children log in to Logo and complete Lesson 2 Worksheet 1. They may need whiteboards or paper to draft their instructions. 8. EXTENSION Can the children write their initials in Logo?

5 Lesson 3 Aims To use the Repeat function in Logo to create shapes. Success criteria Children can predict what shapes will be made from Logo instructions. Children can create shapes using the Repeat function. Children can find the most efficient way to draw shapes. Resources Lesson 3 Worksheet 1 Squared paper. Activities 1. Share the learning objectives and success criteria with the children. Recap the learning from the last lesson. 2. Recap the work from Lesson 1 about how to draw a square. Show the children the instructions about how to draw a square FD 5, RT 90, FD 5, RT 90, FD 5, RT 90, FD 5, RT Look at the instructions. What do the children notice? (the same instruction is repeated four times.) 4. Introduce the Repeat function. This is written as REPEAT and then the number of times it is to be repeated. The instruction to be repeated is then placed in square brackets. So, to draw a square, the instructions can be shortened to REPEAT 4 [FD 5, RT 90]. 5. Hand out Lesson 3 Worksheet 1. What shapes do the instructions make? Can the children predict what shape will be made and then test it out to see if they were correct? 6. EXTENSION Can the children use the Repeat function to find the most efficient way to write letters?

6 Lesson 4 Aims To use the Build feature in Logo. Success criteria Children can use the Build feature. Children can create flowers using Logo. Resources Logo Lesson 4 Worksheet 1. Activities 1. Share the learning objectives and success criteria with the children. Recap the learning from the last lesson. 2. Explain to the children we want to draw four squares on the screen. Recap the learning from the last lesson about using the Repeat function. 3. Draw a square on the screen. Introduce the Pen Up and Pen Down rules. Draw two squares on the screen in different parts. Sample instructions could be: REPEAT 4 [FD 5, RT 90] LT 90 PU FD 4 PD REPEAT 4 [FD 5, RT 90]. 4. If I want to draw four squares, how long will this take me? 5. Introduce the Build instruction. This allows us to define a shape and write instructions.

7 6. To build a square, we would do the following: Type BUILD SQUARE Then, to draw a square in Logo, we just type SQUARE. 7. Ask the children to go to the computers and define some shapes, e.g. rectangle, triangle etc. 8. For this activity, the children will use all that they have learnt to create some flowers. This could be done by using the Build feature or typing in repeating instructions, e.g. BUILD SQUARE REPEAT 50 [SQUARE] REPEAT 100 [FD 3, RT 90, FD 3, RT 90, FD 3, RT 90, FD 3, RT 90, RT 5] 9. For further examples, please see Lesson 4 Worksheet 1.

8 Unit 4.5 Lesson 1 Worksheet 1 Using Logo to draw shapes Name Date Look at the instructions below. What shape do you think the instructions will make? INSTRUCTION SHAPE FD 3, RT 90, FD 3, LT 90, FD 3, RT 90; FD 3, LT 90, FD 3, RT 90, FD 3, LT 90 FD 5, RT 90, FD 5, RT 90, FD 5, RT 90, FD 5, RT 90 RT 90, FD 5, LT 90, FD 5, LT 90, FD 5, RT 90, FD 5, RT 90, FD 5 FD 8, RT 130, FD 8, RT 130, FD 8 RT 130 EXTENSION Can you think of some more shapes and write some instructions for your friends to follow? INSTRUCTION SHAPE 8

9 Unit 4.5 Lesson 1 Worksheet 1 Answers Name Date Look at the instructions below. What shape do you think the instructions will make? INSTRUCTION SHAPE FD 3, RT 90, FD 3, LT 90, FD 3, RT 90, FD 3, LT 90, FD 3, RT 90, FD 3, LT 90 FD 5, RT 90, FD 5, RT 90, FD 5, RT 90, FD 5, RT 90 RT 90, FD 5, LT 90, FD 5, LT 90, FD 5, RT 90, FD 5, RT 90, FD 5 FD 8, RT 130, FD 8, RT 130, FD 8 RT 130 EXTENSION Can you think of some more shapes and write some instructions for your friends to follow? INSTRUCTION SHAPE

10 Unit 4.5 Lesson 1 Worksheet 2 List of Logo instructions List of Logo Instructions Instruction Description Example BK Move backwards a distance of BK 50 Move the turtle back 50 units units FD Move forward a distance of units FD 50 Move the turtle forward 50 units LT Turn left a given number of LT 90 Turn the turtle 90 to the left degrees RT Turn right a given number of RT 45 Turn the turtle 45 to the right degrees REPEAT Repeat a set of instructions a REPEAT 4[FD 10 RT 90] This will draw a square number of times CLS Clears the main screen CTX Clears the bottom screen of all instructions EDIT Edit your own procedure EDIT SQUARE This will allow you to edit the square procedure you have just created HOME Move the screen turtle back to the HOME turtle returns to starting point centre of the screen SETPC Set pen colour to a value SETPC 1 Pen colour is RED SETPS Set pen thickness SETPC 1 pen is thin; SETPS 10 the line is a lot thicker PU PD BUILD Lifts the pen off the screen Places the pen to begin drawing Allows the user to create their own procedure and give it a name BUILD SQUARE A pop-up box will appear to design a procedure. To draw the square on screen, type SQUARE.

11 Unit 4.5 Lesson 2 Worksheet 1 Answers Name Date Write a set of instructions in Logo for each of these letters: Starter C F S Moving On M W O

12 Unit 4.5 Lesson 2 Worksheet 1 Answers Name Date Write a set of instructions in Logo for each of these letters: Starter C RT 90, FD 5, BK 5, LT 90, FD 8, RT 90, FD 5 F FD 8, RT 90, FD 5, BK 5, RT 90, FD 3, LT 90, FD 4 S RT 90, FD 4, LT 90, FD 4, LT 90, FD 4, RT 90, FD 4, RT 90, FD 4 Moving On M FD 8, RT 135, FD 3, LT 90, FD 3, RT 135, FD 8 W LT 30, FD 6, BK 6, RT 60, FD 6, RT 120, FD 6, LT 120, FD 6 O For this activity, the children need to experiment with the Repeat function Repeat 36 [FD 1, RT 10]

13 Unit 4.5 Lesson 3 Worksheet 1 Answers Name Date Look at the instructions below. What shape do you think the instructions will make? INSTRUCTION PREDICTION SHAPE MADE REPEAT 4 [FD 6, LT 90] REPEAT 3 [FD 8, RT 120] REPEAT 6 [FD 6, RT 60] REPEAT 36 [FD 1 RT 10] REPEAT 10 [FD 5, RT 36] EXTENSION Use the Repeat function to find the most effective way to draw these letters: LETTER INSTRUCTION B P

14 Unit 4.5 Lesson 3 Worksheet 1 Answers Name Date Look at the instructions below. What shape do you think the instructions will make? INSTRUCTION PREDICTION SHAPE MADE REPEAT 4 [FD 6, LT 90] REPEAT 3 [FD 8, RT 120] REPEAT 6 [FD 6, RT 60] REPEAT 36 [FD 1, RT 10] REPEAT 10 [FD 5, RT 36] EXTENSION Use the Repeat function to find the most effective way to draw these letters: LETTER B P REPEAT 4 [FD 4, RT 90] FD 4 REPEAT 4 [FD 4, RT 90] FD 4 REPEAT 4 [FD 4, RT 90] INSTRUCTION

15 Unit 4.5 Lesson 4 Worksheet 1 Examples of Logo Flowers Examples of Logo Flowers REPEAT 30 [FD 5, RT 190, FD 5] REPEAT 50 [FD 5, RT 222] REPEAT 40 [RT 10, FD 5, RT 199, FD 1] REPEAT 40 [FD 5, RT 123, BK 7, LT 222]

Downloaded from

Downloaded from Class IV COMPUTER SCIENCE WORKSHEET - Chapter 3, 7, 8 (August 2013-2014) Based on SA1 format. Answers will be uploaded later. Note: Q1. Fill in the blanks: 1. is the latest version of Windows. 2. is the

More information

Ch- 3,NOTEPAD. Q2. Define the following. Notepad: Notepad is a basic text editor used for creating and editing text documents.

Ch- 3,NOTEPAD. Q2. Define the following. Notepad: Notepad is a basic text editor used for creating and editing text documents. Ch- 3,NOTEPAD Q1. Fill in the blanks. A. Extension for notepad files is.txt B. Backspace key is used to erase text typed on the left side of cursor and delete on the right side of cursor. C. File menu

More information

Chapter 7. Polygons, Circles, Stars and Stuff

Chapter 7. Polygons, Circles, Stars and Stuff Chapter 7. Polygons, Circles, Stars and Stuff Now it s time for the magic! Magic? asked Morf. What do you mean, magic? You ve never talked about Logo magic before. We ve talked about shapes, and how you

More information

Mathematics with ICT in Key Stage 3. Geometry lessons

Mathematics with ICT in Key Stage 3. Geometry lessons Mathematics with ICT in Key Stage 3 Geometry lessons Introduction The introduction to the document Integrating ICT into mathematics in Key Stage 3 states: Computers offer powerful opportunities for pupils

More information

INTRODUCTION TO DRAWING WITH LOGO A

INTRODUCTION TO DRAWING WITH LOGO A Chapter 8 INTRODUCTION TO DRAWING WITH LOGO A Laboratory Exercise By Robert Byerly and Gary A. Harris In this chapter we learn to use the graphical program MSWLogo. This is free software we down loaded

More information

Introduction. ICT Learning Objectives Control and Monitoring. ICT Learning Objectives Control and Monitoring. Karen Fox 2010

Introduction. ICT Learning Objectives Control and Monitoring. ICT Learning Objectives Control and Monitoring. Karen Fox 2010 Introduction Based on the Bee-Bot, Pro-Bot offers greater functionality and progression via a simple and child friendly interface. The arrow buttons work just like the Bee Bot but allows the children to

More information

ST. MICHAEL S CE SCHOOL

ST. MICHAEL S CE SCHOOL ST. MICHAEL S CE SCHOOL PARENT WORKSHOP - 20th OCTOBER 2015 EXTENSION IDEAS FOR MATHS EXTENDING YOUR CHILD S MATHS SKILLS This is not about comparing them to other children - it is about thinking where

More information

ANSWER KEY. Chapter 1. Introduction to Computers

ANSWER KEY. Chapter 1. Introduction to Computers 3 ANSWER KEY Chapter 1. Introduction to Computers Exercises A. 1. c. 2. a. 3. b. 4. a. B. 1. False 2. True 3. True 4. True 5. False 6. True C. 1. Processing 2. Notebooks 3. Output 4. Data 5. PARAM D. 1.

More information

Art, Nature, and Patterns Introduction

Art, Nature, and Patterns Introduction Art, Nature, and Patterns Introduction to LOGO Describing patterns with symbols This tutorial is designed to introduce you to some basic LOGO commands as well as two fundamental and powerful principles

More information

Unit 5.6 3D Modelling

Unit 5.6 3D Modelling Unit 5.6 3D Modelling Year Group: 5 Number of Lessons: 4 Year 5 Medium-term Plan Lesson Aims Success Criteria 1 To be introduced to 2Design and Make. 2 To explore the effect of moving points when designing.

More information

CLASS 3. Lesson 1: Know your Computer

CLASS 3. Lesson 1: Know your Computer CLASS 3 The Class 3 book deals with computer hardware and software, introduction to Windows 7, some advanced features of Paint, introduction to LOGO, mathematical operations in LOGO and introduction to

More information

Welcome to the Turtle World of Logo

Welcome to the Turtle World of Logo Welcome to the Turtle World of Logo Type CS and press Enter to show your turtle. Its HOME is in the middle of the screen. Where is its head? Where is its tail? Your turtle is lazy. It will not move without

More information

Input/Output Machines

Input/Output Machines UNIT 1 1 STUDENT BOOK / Machines LESSON Quick Review t Home c h o o l This is an / machine It can be used to make a growing pattern Each input is multiplied by 9 to get the output If you input 1, the output

More information

Lesson 3 Creating and Using Graphics

Lesson 3 Creating and Using Graphics Lesson What you will learn: how to delete a sprite and import a new sprite how to draw using the pen feature of Scratch how to use the pen up and pen down feature how to change the colour of the pen how

More information

In this project, you ll learn how to use a turtle to draw awesome shapes and patterns.

In this project, you ll learn how to use a turtle to draw awesome shapes and patterns. Turtle Power Introduction: In this project, you ll learn how to use a turtle to draw awesome shapes and patterns. Step 1: Hello, turtle! We re going to have some fun programming turtles. A turtle is a

More information

Drawtool. Toby Jaffey December 2, Drawtool What is it? What can I do with it? Data format...

Drawtool. Toby Jaffey December 2, Drawtool What is it? What can I do with it? Data format... Drawtool Toby Jaffey toby@earth.li December 2, 1999 Contents 1 Drawtool 2 1.1 What is it?............................................ 2 1.2 What can I do with it?......................................

More information

code-it.co.uk Exploring Regular 2D Shapes & Patterns using sequence, repetition, nested loops, Program Aim: Program regular 2D shapes

code-it.co.uk Exploring Regular 2D Shapes & Patterns using sequence, repetition, nested loops, Program Aim: Program regular 2D shapes code-it.co.uk Exploring Regular 2D Shapes & Patterns Program Aim: Program regular 2D shapes using sequence, repetition, nested loops, simple and complex procedure. Programming Concepts -Sequence -Repetition

More information

Mill Hill School. 13+ Entrance Examination Mathematics. January Time: 1 hour. School: Mark: Materials required for examination

Mill Hill School. 13+ Entrance Examination Mathematics. January Time: 1 hour. School: Mark: Materials required for examination Name: School: Mark: Mill Hill School 13+ Entrance Examination Mathematics January 2014 Time: 1 hour Materials required for examination Ruler, protractor, compasses, pen, pencil, eraser Calculators must

More information

Using Speech Input and Output in Logo Programming Peter Tomcsányi

Using Speech Input and Output in Logo Programming Peter Tomcsányi Using Speech Input and Output in Logo Programming Peter Tomcsányi Department of Infromatics Education, Faculty of Mathematics, Physics and Informatics,Comenius University, Bratislava, Slovak Republic tomcsanyi@fmph.uniba.sk

More information

Reality Maths. Jenny Gage 1 Millennium Mathematics Project, University of Cambridge, UK

Reality Maths. Jenny Gage 1 Millennium Mathematics Project, University of Cambridge, UK 1 Reality Maths Jenny Gage 1 Millennium Mathematics Project, University of Cambridge, UK Many students do not really see that the mathematics they study at school has anything to do with real life. In

More information

LOGO A COMPUTER LANGUAGE Q/A:

LOGO A COMPUTER LANGUAGE Q/A: Grade 3 Chapter-6 LOGO A COMPUTER LANGUAGE 1. What is the full form of logo? The full form of logo is language of a graphic oriented. 2. What is the shape of a turtle? The shape of a turtle is like a triangle.

More information

Mathematics 43601F. Transformations. In the style of General Certificate of Secondary Education Foundation Tier. Past Paper Questions by Topic TOTAL

Mathematics 43601F. Transformations. In the style of General Certificate of Secondary Education Foundation Tier. Past Paper Questions by Topic TOTAL Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials In the style of General Certificate of Secondary Education Foundation Tier Pages 2 3 4 5 Mark

More information

WORKBOOK 10 ACTION GEOMETRY SQUARE AND PENTAGON

WORKBOOK 10 ACTION GEOMETRY SQUARE AND PENTAGON UCL/CAS Training for Teachers Algorithms and Programming Module 1 WORKBOOK 10 ACTION GEOMETRY SQUARE AND PENTAGON Action Geometry Unplugged: starting with the square, we explore the properties of simple

More information

Foundations of Computer Science Laboratory

Foundations of Computer Science Laboratory Foundations of Computer Science Laboratory LOGO Programming Purpose In previous labs you experienced an imperative language (Karel) and a logic language (Prolog). In this lab you will learn a functional

More information

The following procedure implements the process described above:

The following procedure implements the process described above: Natural Order Creating Fractals in NetLogo Introduction: In this lab you will learn how to make fractals using NetLogo. Fractals are figures that are self-similar on all scales. This means that if the

More information

Warm-Ups 2D & 3D Shapes 2D Shapes

Warm-Ups 2D & 3D Shapes 2D Shapes Warm-Ups 2D & 3D Shapes The Mystery Shape Students are given 4 clues describing the mystery shape. Eg: I have 3 straight sides. What Am I? I drew a shape with 4 sides. What might my shape look like? It

More information

Drawing 3d Shapes On Isometric Paper Examples

Drawing 3d Shapes On Isometric Paper Examples We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with drawing 3d shapes on

More information

Self-Teach Exercises: Getting Started Turtle Python

Self-Teach Exercises: Getting Started Turtle Python Self-Teach Exercises: Getting Started Turtle Python 0.1 Select Simple drawing with pauses Click on the Help menu, point to Examples 1 drawing, counting, and procedures, and select the first program on

More information

INFORMATION AND COMMUNICATION TECHNOLOGY

INFORMATION AND COMMUNICATION TECHNOLOGY OXFORD CAMBRIDGE AND RSA EXAMINATIONS General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY PAPER 1 (HIGHER TIER) 2357/02 Tuesday 23 MAY 200 Afternoon 1 hour 15 minutes Candidates

More information

Pupil Name. Year. Teacher. Target Level. Key Stage 3 Self-Assessment Year 9 Python. Spelling Test No 3. Spelling Test No 2. Spelling Test No 1

Pupil Name. Year. Teacher. Target Level. Key Stage 3 Self-Assessment Year 9 Python. Spelling Test No 3. Spelling Test No 2. Spelling Test No 1 Pupil Name Year Teacher Target Level Spelling Test No 1 Spelling Test No 2 Spelling Test No 3 1) 2) 3) 4) 5) 1) 2) 3) 4) 5) 1) 2) 3) 4) 5) Spelling Test No 4 Spelling Test No 5 Spelling Test No 6 1) 2)

More information

www.textease.com/turtle Foreword Textease Studio CT is a fully integrated set of software tools. This revolutionary principle means that all the tools have the same easy to use interface and, because they

More information

LO: To recreate Matisse s Snail in Python

LO: To recreate Matisse s Snail in Python Name: LO: To recreate Matisse s Snail in Python Step 1: Open the Python editor IDLE and make a new document by pressing ctrl-n. Make sure you type the Python code in the blank new document and not in the

More information

Basic Operations and Equivalent Expressions - Step-by-Step Lesson

Basic Operations and Equivalent Expressions - Step-by-Step Lesson Name Date Basic Operations and Equivalent Expressions StepbyStep Lesson Lesson 1 Simplify the expressions. 1. 4 (6x 5) 2. 3 (4 3 7x) Explanation: 1. Step 1) First see what is being asked. We have to simplify

More information

CHAPTER-1 COMPUTER FUNDAMENTALS. 6.Motherboardis the main circuit board of the computer where microprocessor is plugged.

CHAPTER-1 COMPUTER FUNDAMENTALS. 6.Motherboardis the main circuit board of the computer where microprocessor is plugged. CHAPTER-1 COMPUTER FUNDAMENTALS Q1.Fill in the blanks:- 1.SecondaryMemory is called as external Memory. 2. The full form of CPU is Central Processing Unit. 3.ArithmeticLogicUnit of CPU is used to perform

More information

Lesson 10. Unit 3. Creating Designs. Transformational Designs. Reflection

Lesson 10. Unit 3. Creating Designs. Transformational Designs. Reflection Lesson 10 Transformational Designs Creating Designs M.C. Escher was an artist that made remarkable pieces of art using geometric transformations. He was first inspired by the patterns in mosaic tiles.

More information

Draw beautiful and intricate patterns with Python Turtle, while learning how to code with Python.

Draw beautiful and intricate patterns with Python Turtle, while learning how to code with Python. Raspberry Pi Learning Resources Turtle Snowflakes Draw beautiful and intricate patterns with Python Turtle, while learning how to code with Python. How to draw with Python Turtle 1. To begin, you will

More information

MODULE TESTS. Explorer

MODULE TESTS. Explorer Explorer MODULE TESTS All rights reserved. No parts of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

Lesson 10.1 Enrich Line Art Use geometric fi gures to draw each of the following Enrich E76 Grade 4

Lesson 10.1 Enrich Line Art Use geometric fi gures to draw each of the following Enrich E76 Grade 4 Lesson 10.1 Line Art Use geometric figures to draw each of the following. 1. A flower using 1 line segment and 8 rays. 2. A sidewalk using 2 lines and 6 line segments. 3. Use geometric figures to draw

More information

CAD Tutorial 23: Exploded View

CAD Tutorial 23: Exploded View CAD TUTORIAL 23: Exploded View CAD Tutorial 23: Exploded View Level of Difficulty Time Approximately 30 35 minutes Starter Activity It s a Race!!! Who can build a Cube the quickest: - Pupils out of Card?

More information

9.4 Classifying Quadrilaterals

9.4 Classifying Quadrilaterals 9.4 Classifying Quadrilaterals Introduction The Grind Box Isabelle is a friend of Marc and Isaac s at school. She overheard them talking at lunch about the skatepark and is excited to help. Isabelle has

More information

UNPLUGGED PROGRAMMING (UPL) FOR TEACHERS

UNPLUGGED PROGRAMMING (UPL) FOR TEACHERS UNPLUGGED PROGRAMMING (UPL) FOR TEACHERS Making, and making sense: hands on, and minds in. Seymour Papert Page 1 of 19 CONTENTS Introduction... 3 Summary of the Unplugged Course... 4 Worksheet 1: Unplugged

More information

Drawing Shapes on a Coordinate Grid

Drawing Shapes on a Coordinate Grid UNIT STUDENT OOK LESSO N Drawing Shapes on a oordinate Grid Quick Review t t Home Sc h o o l To describe the position of a shape on a grid, we use ordered pairs. The numbers in an ordered pair are called

More information

Stratford School Academy Schemes of Work

Stratford School Academy Schemes of Work Page 1 of 9 Number of weeks (between 6&8) Content of the unit Assumed prior learning (tested at the beginning of the unit) 6 This unit assumes that pupils already have some prior experience in Python or

More information

WORKSHEET. Write any two : 1. hardware of computer : (a) (b) 2. software of computer : 3. icons present on desktop : 4. items under 'Start' menu :

WORKSHEET. Write any two : 1. hardware of computer : (a) (b) 2. software of computer : 3. icons present on desktop : 4. items under 'Start' menu : Write any two : 1. hardware of computer : (a) (b) 2. software of computer : (a) (b) 3. icons present on desktop : (a) (b) 4. items under 'Start' menu : (a) (b) Write the use of each in one line : 1. Recycle

More information

COLOGO A Graph Language Reference Manual

COLOGO A Graph Language Reference Manual COLOGO A Graph Language Reference Manual Advisor: Stephen A. Edwards Shen Wang (sw2613@columbia.edu) Lixing Dong (ld2505@columbia.edu) Siyuan Lu (sl3352@columbia.edu) Chao Song (cs2994@columbia.edu) Zhou

More information

FORMATIVE ASSESSMENT - I

FORMATIVE ASSESSMENT - I C-16 Lotus Computers Text Book Syllabus: (Chapter : 1 Pg. Nos : 5-17) FORMATIVE ASSESSMENT - I Class - III :: Computer Easy Learning Time : 1 Hour Max. Marks : 25 Name : Class : Section : 25 Roll No. I.

More information

Warm-up. Translations Using arrow notation to write a rule. Example: 1) Write a rule that would move a point 3 units to the right and 5 units down.

Warm-up. Translations Using arrow notation to write a rule. Example: 1) Write a rule that would move a point 3 units to the right and 5 units down. Translations Using arrow notation to write a rule. Example: 1) Write a rule that would move a point 3 units to the right and 5 units down. (x, y) 2) Write a rule that would move a point 6 units down. (x,

More information

Methods in Mathematics

Methods in Mathematics Write your name here Surname Other names Pearson Edexcel GCSE Centre Number Candidate Number Methods in Mathematics Unit 2: Methods 2 For Approved Pilot Centres ONLY Foundation Tier Wednesday 12 November

More information

FORM 2 MATHEMATICS SCHEME C TIME: 30 minutes Non Calculator Paper. Instructions to Candidates

FORM 2 MATHEMATICS SCHEME C TIME: 30 minutes Non Calculator Paper. Instructions to Candidates DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Department for Curriculum Management and elearning Educational Assessment Unit Annual Examinations for Secondary Schools 2011 C FORM 2 MATHEMATICS SCHEME

More information

Python with Turtle. Meher Krishna Patel. Created on : Octorber, 2017 Last updated : November, More documents are freely available at PythonDSP

Python with Turtle. Meher Krishna Patel. Created on : Octorber, 2017 Last updated : November, More documents are freely available at PythonDSP Python with Turtle Meher Krishna Patel Created on : Octorber, 2017 Last updated : November, 2017 More documents are freely available at PythonDSP Table of contents Table of contents i 1 Introduction 1

More information

Year 6 Summer Term Week 1 to 2 Geometry: Properties of Shapes

Year 6 Summer Term Week 1 to 2 Geometry: Properties of Shapes Measure with a protractor Introduce angles Calculate angles Vertically opposite angles Angles in a triangle Angles in a triangle special cases Angles in a triangle missing angles Angles in special quadrilaterals

More information

Intro to Python Programming

Intro to Python Programming Intro to Python Programming If you re using chromebooks at your school, you can use an online editor called Trinket to code in Python, and you ll have an online portfolio of your projects which you can

More information

Learning Microsoft Word By Greg Bowden. Chapter 10. Drawing Tools. Guided Computer Tutorials

Learning Microsoft Word By Greg Bowden. Chapter 10. Drawing Tools. Guided Computer Tutorials Learning Microsoft Word 2007 By Greg Bowden Chapter 10 Drawing Tools Guided Computer Tutorials www.gct.com.au PUBLISHED BY GUIDED COMPUTER TUTORIALS PO Box 311 Belmont, Victoria, 3216, Australia www.gct.com.au

More information

Drawing Tools. Drawing a Rectangle

Drawing Tools. Drawing a Rectangle Chapter Microsoft Word provides extensive DRAWING TOOLS that allow you to enhance the appearance of your documents. You can use these tools to assist in the creation of detailed publications, newsletters,

More information

Decimals should be spoken digit by digit eg 0.34 is Zero (or nought) point three four (NOT thirty four).

Decimals should be spoken digit by digit eg 0.34 is Zero (or nought) point three four (NOT thirty four). Numeracy Essentials Section 1 Number Skills Reading and writing numbers All numbers should be written correctly. Most pupils are able to read, write and say numbers up to a thousand, but often have difficulty

More information

Medium term Plans for Summer Year 6

Medium term Plans for Summer Year 6 Medium term Plans for Summer Year 6 Week Main focus of teaching and activities each day Outcomes of each day 1 REVISION WEEK: Multiplication and division Mental multiplication and division Long and short

More information

ALL ABOUT COMPUTERS 3

ALL ABOUT COMPUTERS 3 Key to ALL ABOUT COMPUTERS 3 Keybooks are freely available at our website http://www.progresspublishers.com PROGRESS PUBLISHERS KRISHNA NAGAR, DELHI - 110051 EMAIL : progresspublishers@gmail.com 1. COMPUTER

More information

Year. Small Steps Guidance and Examples. Block 1 Properties of Shapes. Released March 2018

Year. Small Steps Guidance and Examples. Block 1 Properties of Shapes. Released March 2018 Released March 2018 The sequence of small steps has been produced by White Rose Maths. White Rose Maths gives permission to schools and teachers to use the small steps in their own teaching in their own

More information

Year 2 Spring Term Week 5 to 7 - Geometry: Properties of Shape

Year 2 Spring Term Week 5 to 7 - Geometry: Properties of Shape 1 Year 2 Spring Term Week 5 to 7 - Geometry: Properties of Shape Recognise 2-D and 3-D shapes Count sides on 2-D shapes Count vertices on 2-D shapes Draw 2-D shapes Lines of symmetry Sort 2-D shapes Make

More information

GCSE Mathematics. Higher Tier. Paper 4G (Calculator) Time: 1 hour and 45 minutes. For Edexcel. Name

GCSE Mathematics. Higher Tier. Paper 4G (Calculator) Time: 1 hour and 45 minutes. For Edexcel. Name For Edexcel Name GCSE Mathematics Paper 4G (Calculator) Higher Tier Time: 1 hour and 45 minutes Materials required Ruler, protractor, compasses, pen, pencil, eraser. Tracing paper may be used. Instructions

More information

Lesson 24: Surface Area

Lesson 24: Surface Area Student Outcomes Students determine the surface area of three-dimensional figures, those that are composite figures and those that have missing sections. Lesson Notes This lesson is a continuation of Lesson

More information

Infinite Geometric Series

Infinite Geometric Series Infinite Geometric Series Grade: 11 Subject: Pre- Calculus 11 Unit: Sequences and Series Driving Question: If a sequence has an infinite number of terms, is it possible to determine its sum? Curriculum

More information

September To print or download your own copies of this document visit: Design Investigation

September To print or download your own copies of this document visit:   Design Investigation Design Investigation A number of different shapes have been created as part of a children s design activity. The answers to the questions in this investigation are needed in order to work out the amounts

More information

Lesson 11: Conditions on Measurements that Determine a Triangle

Lesson 11: Conditions on Measurements that Determine a Triangle Lesson 11: Conditions on Measurements that Determine a Triangle Classwork Exploratory Challenge 1 a. Can any three side lengths form a triangle? Why or why not? b. Draw a triangle according to these instructions:

More information

Technical Documentation codyssea.com

Technical Documentation codyssea.com I_EDITOR.P8.PNG I_EDITOR is a programming game. The goal is to write simple scripts to reproduce a drawing on screen. The commands used in the scripts move a pointer ( turtle ). The pointer has a pen,

More information

A Full-Screen LogoWriter PrintShape Procedure by Thomas F. Trocco

A Full-Screen LogoWriter PrintShape Procedure by Thomas F. Trocco www.logofoundation.org A Full-Screen LogoWriter PrintShape Procedure by Thomas F. Trocco 1993 Thomas F. Trocco Computer & Science Department Chiar Computer Teacher, Grades 2-8 St. Hilda's & St. Hugh's

More information

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m.

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m. Lines of Symmetry Grade 3 Amy Hahn Education 334: MW 8 9:20 a.m. GRADE 3 V. SPATIAL SENSE, GEOMETRY AND MEASUREMENT A. Spatial Sense Understand the concept of reflection symmetry as applied to geometric

More information

Pro-Bot

Pro-Bot 1 Pro-Bot - Teacher Guide Product Code: EL00535 / IT00143 Pro-Bot Teacher Guide www.tts-shopping.com 2 Pro-Bot - Teacher Guide Pro-Bot Use the screen on the device to write programs, draw shapes and respond

More information

Quit. Hint: Make each triangle 2 units long at the bottom. Hint: Make 1 side of each rectangle 2 units long.

Quit. Hint: Make each triangle 2 units long at the bottom. Hint: Make 1 side of each rectangle 2 units long. Master 3.17 Step-by-Step 1 Lesson 1, Question 4 Use a geoboard or square dot paper. Make each figure. Join the dots to divide each figure. Check that you understand the meaning of congruent. Step 1 Divide

More information

A First Look at Logo

A First Look at Logo A First Look at Logo / 1 CHAPTER 1 A First Look at Logo This chapter introduces the basic mechanics of using Logo. It describes how to evaluate simple commands and how to define and edit procedures. The

More information

SECONDARY SCHOOL ANNUAL EXAMINATIONS DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Educational Assessment Unit INSTRUCTIONS TO CANDIDATES

SECONDARY SCHOOL ANNUAL EXAMINATIONS DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Educational Assessment Unit INSTRUCTIONS TO CANDIDATES SECONDARY SCHOOL ANNUAL EXAMINATIONS - 2008 DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Educational Assessment Unit A FORM 2 MATHEMATICS Scheme A TIME: 45 minutes (NON-CALCULATOR PAPER) Question

More information

Turn up the volume Year level: 8 10 Unit of work contributed by Ed Cuthbertson, Lanyon High School, ACT

Turn up the volume Year level: 8 10 Unit of work contributed by Ed Cuthbertson, Lanyon High School, ACT Turn up the volume Year level: 8 10 Unit of work contributed by Ed Cuthbertson, Lanyon High School, ACT L3530 Geoboard: isometric. Reproduced courtesy of National Library of Virtual Manipulatives. About

More information

6 Using Adobe illustrator: advanced

6 Using Adobe illustrator: advanced 6 Using Adobe illustrator: advanced This document was prepared by Luke Easterbrook 2011. 1 Summary This document covers the use of the Adobe Creative Suite for Scientific Illustration. The adobe creative

More information

Turtle Tango (TT) Language Reference Manual

Turtle Tango (TT) Language Reference Manual Turtle Tango (TT) Language Reference Manual Jeff Bender UNI: jrb2211 COMS W4115 6/29/2012 Contents 1. Introduction... 3 2. Lexical Conventions... 3 3. Scope... 3 4. Statements... 4 5. Expressions... 5

More information

Nets and Drawings for Visualizing Geometry. Unit 1 Lesson 1

Nets and Drawings for Visualizing Geometry. Unit 1 Lesson 1 Nets and Drawings for Visualizing Geometry Unit 1 Lesson 1 Students will be able to: Represent three-dimensional figures using nets. Make isometric and orthographic drawings. Key Vocabulary: Net Isometric

More information

MODULE 5: Exploring Mathematical Relationships

MODULE 5: Exploring Mathematical Relationships UCL SCRATCHMATHS CURRICULUM MODULE 5: Exploring Mathematical Relationships TEACHER MATERIALS Developed by the ScratchMaths team at the UCL Knowledge Lab, London, England Image credits (pg. 3): Top left:

More information

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite.

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. Drawing Program In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. 2. Create a new sprite. 3. The new sprite

More information

GM1.1 Consolidation Worksheet Answers

GM1.1 Consolidation Worksheet Answers Cambridge Essentials Mathematics Support 8 GM1.1 Consolidation Worksheet Answers GM1.1 Consolidation Worksheet Answers 1 a a = 60 Angles on a straight line add to 180. b b = 150 Angles on a straight line

More information

Soap Films. Part 1: structured work in 2 dimensions, Part 2: structured and free work in 3 dimensions.

Soap Films. Part 1: structured work in 2 dimensions, Part 2: structured and free work in 3 dimensions. Soap Films The workshop is designed for Y8 students but can be tailored to older or younger groups. (The material presented in these notes spans the age range Y5 to Y13.) The session falls in two parts

More information

Unit 4 Reasoning about shape. Year 4. Five daily lessons. Autumn term. Unit Objectives. Link Objectives

Unit 4 Reasoning about shape. Year 4. Five daily lessons. Autumn term. Unit Objectives. Link Objectives Unit 4 Reasoning about shape Five daily lessons Year 4 Autumn term (Key objectives in bold) Unit Objectives Year 4 Describe and visualise 3-D and 2-D shapes, Page 102 including the tetrahedron and heptagon.

More information

GCSE 3300U30-1 MATHEMATICS UNIT 1: NON-CALCULATOR INTERMEDIATE TIER. FRIDAY, 10 NOVEMBER 2017 MORNING 1 hour 45 minutes NOV173300U30101.

GCSE 3300U30-1 MATHEMATICS UNIT 1: NON-CALCULATOR INTERMEDIATE TIER. FRIDAY, 10 NOVEMBER 2017 MORNING 1 hour 45 minutes NOV173300U30101. Surname Centre Number Candidate Number Other Names 0 GCSE 3300U30-1 A17-3300U30-1 MATHEMATICS UNIT 1: NON-CALCULATOR INTERMEDIATE TIER FRIDAY, 10 NOVEMBER 2017 MORNING 1 hour 45 minutes ADDITIONAL MATERIALS

More information

Lead Your e-classes Session v8.2

Lead Your e-classes Session v8.2 Lead Your e-classes Session v8.2 (NEW version 8.2) For e-classes leaders using the new Saba Meeting v8.2, effective July 14, 2014. Before leading an e-classes v8.2 session for the first time, you need

More information

Year. Small Steps Guidance and Examples. Block 3: Properties of Shapes. Released March 2018

Year. Small Steps Guidance and Examples. Block 3: Properties of Shapes. Released March 2018 Released March 2018 The sequence of small steps has been produced by White Rose Maths. White Rose Maths gives permission to schools and teachers to use the small steps in their own teaching in their own

More information

Lesson Planning and Delivery with Notebook Software

Lesson Planning and Delivery with Notebook Software Lesson Planning and Delivery with Notebook Software Before you start Before you begin your lesson, ensure that your computer is turned on and the SMART Board interactive whiteboard is connected and oriented.

More information

Pupils Name ... Class ... Teacher. It will help you to keep a record of all the skills you have practised and learnt.

Pupils Name ... Class ... Teacher. It will help you to keep a record of all the skills you have practised and learnt. Pupils Name... Class Teacher... What is this booklet for? It will help you to keep a record of all the skills you have practised and learnt. What do I need to do? Each section deals with groups of skill.

More information

YEAR 9 SPRING TERM PROJECT POLYGONS and SYMMETRY

YEAR 9 SPRING TERM PROJECT POLYGONS and SYMMETRY YEAR 9 SPRING TERM PROJECT POLYGONS and SYMMETRY Focus of the Project These investigations are all centred on the theme polygons and symmetry allowing students to develop their geometric thinking and reasoning

More information

Three-Dimensional Shapes

Three-Dimensional Shapes Lesson 11.1 Three-Dimensional Shapes Three-dimensional objects come in different shapes. sphere cone cylinder rectangular prism cube Circle the objects that match the shape name. 1. rectangular prism 2.

More information

Reflections, Translations, and Dilations

Reflections, Translations, and Dilations Reflections, Translations, and Dilations Step 1: Graph and label the following points on your coordinate plane. A (2,2) B (2,8) C (8,8) D (8,2) Step 2: Step 3: Connect the dots in alphabetical order to

More information

GEOMETRY LESSON 5: POST-VISIT - CIRCLING THE BASES CIRCLING THE BASES. OBJECTIVE: Students will be able to: TIME REQUIRED: 1 class period

GEOMETRY LESSON 5: POST-VISIT - CIRCLING THE BASES CIRCLING THE BASES. OBJECTIVE: Students will be able to: TIME REQUIRED: 1 class period POST-VISIT - OBJECTIVE: Students will be able to: Review types and measurements of angles. Review types of polygons. Review formulas for perimeter and area. TIME REQUIRED: 1 class period MATERIALS NEEDED:

More information

Understanding the Screen

Understanding the Screen Starting Starting Logo Logo Understanding the Screen Where you will write programs. You can just type methods or commands in here. Ex: t.forward() A Little Logo History What is LOGO? A programming language

More information

Geometry. Name. Use AngLegs to model each set of shapes. Complete each statement with the phrase "is" or "is not." Triangle 1 congruent to Triangle 2.

Geometry. Name. Use AngLegs to model each set of shapes. Complete each statement with the phrase is or is not. Triangle 1 congruent to Triangle 2. Lesson 1 Geometry Name Use AngLegs to model each set of shapes. Complete each statement with the phrase "is" or "is not." 1. 2. 1 2 1 2 3 4 3 4 Triangle 1 congruent to Triangle 2. Triangle 2 congruent

More information

UNIT 6 Nets and Surface Area Lesson Plans

UNIT 6 Nets and Surface Area Lesson Plans St These are based on 45/50 minute lessons. 1. Common 2-D Shapes Introduction - interactive questions/answers OS 6.1 / 6.2 Quadrilaterals OS 6.3 Name that shape OS 6.4 PB 6.1, Q1 and Q2 PB 6.1, Q4 and

More information

Mathematics Paper 3 (Calculator)

Mathematics Paper 3 (Calculator) Write your name here Surname Other names Pearson Edexcel Level 1/Level 2 GCSE (9-1) Centre Number Candidate Number Mathematics Paper 3 (Calculator) S Time: 1 hour 30 minutes Foundation Tier Paper Reference

More information

Networks Florida Social Studies Primary Source Library K-5 Digital Training Guide

Networks Florida Social Studies Primary Source Library K-5 Digital Training Guide Networks Florida Social Studies Primary Source Library K-5 Digital Training Guide Table of Contents Page Navigating Social Studies Content 2 Lesson Plans 3 My Calendar 4 Customize Lesson Plans 5 Lesson

More information

: Intro Programming for Scientists and Engineers Assignment 1: Turtle Graphics

: Intro Programming for Scientists and Engineers Assignment 1: Turtle Graphics Assignment 1: Turtle Graphics Page 1 600.112: Intro Programming for Scientists and Engineers Assignment 1: Turtle Graphics Peter H. Fröhlich phf@cs.jhu.edu Joanne Selinski joanne@cs.jhu.edu Due Date: Wednesdays

More information

Inkscape Interface. commands panes snap. tool. menus. controls. controls. toolbox. canvas. page. palette

Inkscape Interface. commands panes snap. tool. menus. controls. controls. toolbox. canvas. page. palette Inkscape Interface menus box canvas page palette commands panes snap Toolbox Interface Inkscape Selectionmenus Edit Paths by Nodes box Rectangle Align and Distribute pane Fill and Stroke panecommands panes

More information

Nets of Three-Dimensional Objects

Nets of Three-Dimensional Objects Nets of Three-Dimensional Objects Focus on After this lesson, you will be able to... determine the correct nets for 3-D objects build 3-D objects from nets draw nets for 3-D objects rectangular prism a

More information

Software Guide. Version 3 1

Software Guide. Version 3 1 Software Guide Version 3 1 Table Of Contents Table Of Contents... 2 Testing Your Computer Set Up... 3 Testing Your Browser Set Up... 5 Booking A Tutor Session... 7 Signing On To Tutor Sessions... 8 Using

More information

Oral and mental starter

Oral and mental starter Lesson 8 Objectives Use correctly the vocabulary, notation and labelling conventions for lines, angles and shapes (Y7) Vocabulary parallel, perpendicular, transversal, intersecting, vertically opposite,

More information

LESSON PLAN

LESSON PLAN LESSON PLAN WWW.MINDWARE.COM In the Ocean Classroom Activities Four suggested activities are outlined here that make use of the puzzle pieces along with the enclosed worksheets. When discussing symmetry

More information