Scratch – Simple Programming

Slides:



Advertisements
Similar presentations
Warm Up A three sided polygon is called a __________.
Advertisements

© T Madas.
Geometry 5 Level 1. Interior angles in a triangle.
Chapter 24 Polygons.
Interior and Exterior Angles
Regular Polygons. Introduction A Polygon is a many-sided shape. A Regular Polygon is a many-sided shape with all sides and angles the same. An important.
Chapter 6 Quadrilaterals.
7.3 Formulas involving polygons
Sum of Angles in Polygons.  A polygon is a two-dimensional (flat) shape that has all straight lines. It needs to be closed, meaning there is an inside.
Number of sidesName of polygon 3triangle 4quadrilateral 5pentagon 6hexagon 7heptagon 8octagon 9nonagon 10decagon A polygon is a shape enclosed by straight.
Regular Polygons.  Polygons are a enclosed flat (on the same plane) shape.
8.1.1 Find Angle Measures in Quadrilaterals Chapter 8: Quadrilaterals.
Unit 4: Shapes and Space Ms Cormier April 23 rd, 2010.
POLYGONS Math Grade: 6 By: Stephanie Beers Forward.
Scratch – Simple Programming
1 Tambourines The frame of the tambourine shown is a regular heptagon. What is the measure of each angle of the heptagon? Angles and Polygons 13.3 LESSON.
Cut all the cards up so that the numbers (number of sides), diagrams and names are all on separate cards. Mix them up and hand them around the class so.
Polygon Angles. Naming by # of sides. Polygons have specific names based on the number of sides they have: 3 – Triangle 4 – Quadrilateral 5 – Pentagon.
Objective: After studying this section, you will be able to recognize regular polygons and use a formula to find the measure of an exterior angle of an.
Lesson 8.2 (Part 2) Exterior Angles in Polygons
Shape and Space INTERNAL ANGLES. POLYGON (REGULAR). A polygon is a two dimensional shape with straight sides. There are two types of polygon, regular.
POLYGONS POLYGONS Moody Mathematics. What is the term for a 3- sided polygon? Triangle Moody Mathematics.
Do Now ChalkUp “Quadrilateral Review”. 3/17/ C Polygons.
More with interior and exterior angles of polygons
7.3 Formulas Involving Polygons. Before We Begin.
All you need for almost any angle problem
Section 1 Introduction National 4/5 Scratch Course.
5.1 Polygon Sum Conjecture
8.2 Angles in Polygons Textbook pg 417. Interior and Exterior Angles interior angles exterior angle.
Geometry. 3 sides 4 sides 5 sides 6 sides 8 sides 9 sides 10 sides 12 sides triangle quadrilateral pentagon hexagon octagon nonagon decagon dodecagon.
Scratch – Simple Programming
Objectives(2): Students will be able to find the sum of measures of the interior angles of a polygon. Students will be able to find the sum of the measures.
8 th Grade Math POLYGONS. A polygon is a plane figure with at least three straight sides and angles, and typically five or more. WHAT IS A POLYGON?
Drawing in Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
Unit 9 – Google Sketch up Google Sketch up – City Design Project.
GEOMETRY A Review of Shapes in Geometry Grades 9-12 Jon Dressler Forward.
Programming Simple Programming Variables.
Class Announcements: We will join Canvas together on Monday. Complete the Exit Ticket by the end of class today. If the Review sheet is not complete, tape.
Polygon Worksheet 1. Concave Polygon Convex Polygon.
Polygons Subtitle.
Polygons and angles.
Scratch 7B IT1.
Scratch – Simple Programming
7.4 Regular polygons Objective:
Polygons 3 triangle 8 octagon 4 quadrilateral 9 nonagon pentagon 10
Y8 Polygon Workbook.
Interior and Exterior angles
Radial differentiation slide
Scratch – Simple Programming
Angles in Polygons.
Lesson 12.3 Angles and Polygons
Google Sketch up – Intro
ANGLES OF POLYGONS.
Module 2 Lesson 3 Over and Over Again
Hour of Code.
All pupils understand and construct tessellations using polygons
Pretest Lessons # Questions.
2D Shape Miss hughes.
Triangle sum and exterior angles
Module 2 Lesson 3 Over and Over Again
Types of Polygons Tuesday, 07 May 2019.
Mod 2 Lesson 2 Repeating with loops
Module 2 Lesson 3 Over and Over Again
Which of the shapes below tessellate?
Lesson 64. Drawing Polygons with 5 or More Sides
Welcome GCSE Maths.
Year 9 Mathematics Polygons
Welcome GCSE Maths.
2 Making Blocks.
Scratch – Simple Programming
Presentation transcript:

Scratch – Simple Programming Creating Shapes http://www.yahmad.co.uk/

Unit Overview Objectives Outcomes Time Task 1 Task 2 Task 3 Task 4 Understand why computer programming scripts are used. Understand the layout of the Scratch software. Understand the use of basic motion and repeat commands. Understand the use of Variables as place holders for information. Understand what an algorithm is and how it can be used in programming. Outcomes Time Task 1 Create shapes in Scratch using basic commands. Task 2 Create shapes in Scratch using the repeat command. Task 3 Create a script containing suitable variables. Task 4 Write an algorithm and create a simple Program to create all of the shapes from the previous tasks http://www.yahmad.co.uk/

Starter (Feature of Scratch) Scripts Sprite Different types of Commands Stage Create new Sprite

Starter (Label the Shapes) 3 4 5 6 7 8 10 12 Triangle Decagon Dodecagon Square Octagon Heptagon Pentagon Hexagon

Starter (Working out Exterior angle) Tip: To work out the exterior angle you need to divide the number of sides by 360 degrees. 360/3 (Sides) 120 Degrees 4 5 Work out the exterior angle for the following shapes Degrees Degrees Degrees

Starter – Complete the missing instructions 6 steps Steps Actions 1 3 steps forward 2 Rotate 90 degrees 3 6 steps forward 4 5 6 7 8 Finish 3 steps Start Steps Actions 1 Rotate 120 degrees 2 3 steps forward 3 4 5 6 7 Finish 3 steps Start

Write an algorithm to send an email to your teacher. Starter – Algorithms Write an algorithm to send an email to your teacher.

Task 1 – Create the following shapes 3 4 5 Create the following shapes in scratch using basic commands. Print screen (Shapes Worksheets) and annotate your scripts for each shape. http://www.yahmad.co.uk/

Task 2 – Repeat Command 7 8 10 12 Create the following shapes in scratch using the repeat command. Print screen (Shapes Worksheets) and annotate your scripts for each shape. http://www.yahmad.co.uk/

The answer to each question will be stored in the relevant variable. Task 3 – Variables Variables act as “place holders" for data in a computer program.   The answer to each question will be stored in the relevant variable. The answer to the question “What shape are you drawing” will be stored in the shape variable. Task: Create variable to store the answers from the following questions: What shape are you drawing? How many sides does your shape have? What is the exterior angle for this shape? How many steps would you like to take for each side? http://www.yahmad.co.uk/

Tasks – Algorithms Algorithms are rules/steps/instructions which need to be followed in order to complete a particular task: Write an algorithm for the following scenarios: Getting ready in the morning for school Making a cup of tea http://www.yahmad.co.uk/

Tasks 4 – Create a simple Program to create all of the shapes from the previous tasks You program needs to include: Control command to start the script Variables to store information about the shape (shape, sides, angles, steps etc. ) Repeat command Pen up and Pen down command Write an algorithm for this task. You can add additional script to you program. http://www.yahmad.co.uk/

Plenary – Refer to the Lesson Objectives Understand why computer programming scripts are used. Understand the layout of the Scratch software. Understand the use of basic motion and repeat commands. Understand the use of Variables as place holders for information. Understand what an algorithm is and how it can be used in programming. Plenary Task (Q&A) Peer assess each other scripts. Discuss the advantages for creating a program to create shapes. Discuss the levels pupils have achieved for this task. Questions: Do you know why a repeat commands is used? Question: What is the purpose of an algorithm? Question: What is the purpose of variables? http://www.yahmad.co.uk/