Shapes and Crystal Flowers

Slides:



Advertisements
Similar presentations
Racing Car Game Using the keys to control a sprite.
Advertisements

KS1 Scratch 1.4 Pizza Pickle - Debugging Programming.
Copyright © 2014 Dr. James D. Palmer; This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
KS1 Scratch 2.0 Pizza Pickle - Debugging Programming.
Introduction to TouchDevelop
For Loops. Challenge: Racer ● Simulate a race that says “Now on lap X” for 10 laps. ● Make X vary, so it says 1, then 2, then 3 ● Use only one output.
Creating With Code.
Scratch Programming Lesson 2 First glance to programming logic.
Introduction to TouchDevelop
Scale drawings. Scale drawings are used when it is unrealistic to think about drawing an object in its actual size; so we need to “scale” them down Observe…
1 Inserting tables into a Word document. 2 Open up a Microsoft Word document and select under insert Table. 1 Then click here on Insert Table.
By Liam Lane How To Use MSW LOGO.
Shapes and Crystal Flowers KS2: Use repetition in programs.
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.
Here is a picture of a Geoboard. You can make shapes on the board by wrapping a rubber band around the nails.
Learning Objectives 1. Understand how the Small Basic Turtle operates. 2. Be able to draw geometric patterns using iteration.
Drawing in Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
Using MIT Scratch for Programming and Control Programming 9.
Functions / Blocks.
Scratch Programming Cards
Module 2: Investigation 2
Module 2: Investigation 4
Stage 3: Artist What do you remember from the last class?
Canvas and Arrays in Apps
Computer Programming.
Broadcasting (Adding a new level)
Module 1: Investigation 2 Repeating and Alternating Patterns
Intro CS – Loops & Creating Shapes
Shapes.
that you love one another, that your joy may be full
Warm Up: Density of Ice A block of ice 2 cm on each side has a mass of g. What is the density of the ice? (Hint, don’t forget to find the volume.
Exploring Mathematical Relationships Module 5: Investigation 2
Scratch – Simple Programming
Scratch: iteration / repetition / loops
Get rooted with Giant Geometry challenges!
Stage 11: Artist: Nested Loops
Today's Ninja Challenge: Make Better GhostBuster Game
Which One and Why?.
Name the shape below. rectangle rhombus square triangle A B C D
Matchstick puzzles If I was to carry this pattern on so that there were 100 squares in a row, how many matchsticks would I need?
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
Alice in Action with Java
Computer Programming.
How can a Topographic Profile be Constructed?
KS1 Scratch 1.4 Pizza Pickle - Debugging
Module 2 Lesson 3 Over and Over Again
Looping and Random Numbers
Algorithms Take a look at the worksheet. What do we already know, and what will we have to learn in this term?
Chapter 8: More on the Repetition Structure
Number and geometric patterns
To recall the doubles of all numbers to at least 10
Mod 2 Lesson 2 Repeating Debugging
Half Term 1 Please type your name here:.
Mod 2 Lesson 2 Repeating with loops
Nested If Statements While Loops
Construction Today you will learn:
Recap the basics Lesson 1.
Year 2 Autumn Term Week 8 Lesson 3
Module 2 Lesson 3 Over and Over Again
Year 2 Autumn Term Week 8 Lesson 3
Game development using Scratch
Mod 2 Lesson 2 Repeating with loops
Module 2 Lesson 3 Over and Over Again
Video Notes Organizer What did I learn today?.
Stage 4 Artist: Sequence
Lesson Six Drawing.
2 Making Blocks.
Using MIT Scratch for Programming and Control Exercise 5 – Drawing with Scratch Year 9 ICT Autumn Term 2007.
2 Making Blocks with INPUTS.
Animate a Sprite. By M, M and C P6
Presentation transcript:

Shapes and Crystal Flowers KS2: Use repetition in programs

Stage Blocks Pallete Scripting Area Which blocks come from which script areas? Hint look at the colour! Helpsheet

Can you use the repeat block to make this code draw a square? Helpsheet 2

What is the difference?

Challenge Why are repeats (or loops) useful when we program?

Today we are learning about: Programs & Repetition I can write a program that uses a repeat command I can explain what the repeats do in my program

Images from Pixabay CC0 Public Domain

Images from Pixabay CC0 Public Domain

Why are repeats (or loops) useful when we program? Challenge Drawing a Pentacontagon - 50 sided shape Can you see a mistake? Why are repeats (or loops) useful when we program?

Nested Loop Why does this not change the shape?

Nested Loop What is the inner shape? How many times does it draw this shape? Why are loops useful?

Nested Loop What is the inner shape? How many times does it draw this shape? Challenge: Can you make a crystal flower that is different? What will your inner shape be?

Nested Loop Challenge: Can you make a crystal flower that is different? What will your inner shape be?