Computing Unit Planner: Year 5 Unit 1 Quiz and Game

Size: px
Start display at page:

Download "Computing Unit Planner: Year 5 Unit 1 Quiz and Game"

Transcription

1 Computing Unit Planner: Year 5 Unit 1 Quiz and Game National Curriculum Computing Content design, write and debug programs that accomplish specific goals, including controlling or simulating physical systems; solve problems by decomposing them into smaller parts use sequence, selection, and repetition in programs; work with variables and various forms of input and output use logical reasoning to explain how some simple algorithms work and to detect and correct errors in algorithms and programs understand computer networks, including the internet; how they can provide multiple services, such as the World Wide Web, and the opportunities they offer for communication and collaboration Vocabulary and concepts Vocabulary: Selection For examples of selection in the real world check Phil Bagge s resource Variables Variables are programming structures that can change or be changed. A simple adventure game may have hit-points as a variable, as the game progresses the number of hit-points can be adapted by the program depending on the users choices. Variables can contain numbers or text. The programming language keeps a record or what is currently assigned within a variable at all times. So a score variable can be reported to the user at any time whilst the program is being run. When talking about variables with students the box analogy may work best. The programmer creates a box called score and the user adds, takes things away, or looks in the box. Using a physical box and counters helps students to comprehend what is happening as the program progresses. More on variables here. Check the word association game to learn new vocabulary by Mark Dorling, The Digital Schoolhouse Input and Outputs For examples of inputs and outputs see pages 19&20 of the Introduction to Computing Science by Jeremy Scott of the Royal Society of Edinburgh and the Barefoot Computing resources: Inputs & Outputs. General Concepts: Programming Logic Repetition Selection Variables Debugging Inputs Outputs

2 Lesson Preparation/Resources Lesson 1- No computers required PE session marker pens, scoreboard Lesson 2 Remind pupils that we should love or favourite projects to show our appreciation. Pupils can create own account Letter to parents prior to this lesson is recommended. You can get one sample in the elim Somerset website in the Use Scratch Online to teach children about e-safety section. Lesson 3 Check Phil Bagge s Maths Quiz project here Lesson 4 Check Phil Bagge s Maths Quiz project here and here for score keeping Lesson 5 Check Phill Bagge s KS2 Programming skills in scratch This is an open-ended task to design and write their own game. It is important to emphasise that this is a project in which you as teacher may be learning alongside your pupils and that the important thing is to think logically, support and collaborate with each other when developing code and solving problems. Use of the class community and scratch online community should be part of the learning for the last set of lessons. You may find these helpful: page 4 onwards General resources: Introduction to scratch resources and videos These 12 cards are a quick way of learning new code video tutorials to learn scratch step by step Task Cards and video support from ScratchEd (week 1 series) (week 2 series) Debug it activities to practice finding and fixing errors in code - You can use Barefoot Computing activities as alternatives and / or extension activities. KS2 Maths Quiz followed by KS2 Maths Quiz Extension KS2 Investigating input devices in Scratch KS2 Investigating output devices with Lego WeDo and Scratch KS2 Classroom sound monitor in Scratch KS2 Solar Simulation Activity Learning Objectives Success Criteria Lesson Sequence To understand a variable in an algorithm or program and begin to understand why it is needed I can explain what a variable is and why it is useful in games Lesson 1 Place a football in the middle of the football pitch. What game could you play? (football) How might you make the game interesting? How would you know if you were doing well in the game? - What do you need to make a game successful? Teacher to model when a goal is scored a point gets added to the score board (the score is the variable and the board which is

3 To create a variable in an algorithm or program and begin to understand how it is used To understand how the Scratch website offers opportunities for communication, learning and collaboration I can create and use a variable to keep a simple score as part of an existing program I can use logical reasoning to explain how a set of instructions, blocks of code work and what their intended effect is (logic, programming). displaying the score is the output) A cardboard (variable) box can be used to add a paper point every time a goal is scored, to illustrate the box analogy (see vocabulary above). Explain and show how a variable is like a box which can contain anything. To know what is in it you need to count the paper points. Add further variables to make the game more interesting and challenging. - Yellow and red card Ball has to be passed to every member of the team before scoring to receive 10 points What is the variable? What does it add to the game? What other variables could be introduced? Emphasise the idea that variables are changeable and are updated as the game progresses. Lesson 2 Tools: - Variables/Data: make a variable - Control: when Green Flag clicked forever, forever if, stop all - Motion: go to, move, turn, if on edge bounce - Sensing: touching?, touching colour? - Operators: pick random - Sound: play Remind pupils of what a variable is. On the IWB play the game Pong starter Discuss what might be added to keep the score. Collect ideas and make a list of all the possible variables that could be used. Share and Look inside the project for a Pong remix with a simple score variable Let pupils play with the Pong Starter and add some of the suggested improvements including a simple variable. Show them how to create a variable by going to variable category (or Data

4 To plan and begin to create a simple maths quiz program To begin to understand the concept of selection and the use of variables To understand what are inputs I can create and use a variable to store answers to the quiz (user inputs) I can begin to use selection to allow the program to go down different paths depending on the answer of the user I can use logical reasoning to explain how a set of instructions, blocks of code work and what their intended effect is (logic, programming). Alternative Barefoot Computing activities: KS2 Maths Quiz Selection Activity followed by KS2 Maths Quiz Extension Variables Activity on the online version) and making a variable called Score. Encourage pupils to compare the two games, the starter version and the remix with the variable. Share different pupils remixes of the Pong game, allowing pupils to explain how the variables work. Look for pupils who have created a decreasing variable which discounts points for hitting the ground. Lesson 3 Tools: - Control: if else (selection), green flag start - Looks: say for _secs - Sensing: ask and wait, answer variable - Operators: _=_ Show some maths quizzes Scratch- e.g. Or Explain that they are going to create a maths quiz. Get pupils to come up with 5 to 10 simple maths questions (this can also be linked to any other topic) Follow Phil Bagge s project and introduce the sensing (light blue blocks) ask and the operators block to store the answer. Use the selection resource (in vocabulary section above) to explain the concept and to handle the choices within the quiz. Let pupils carry n creating their questions using the blocks introduced in the lesson. Encourage pupils to test debug and improve as they add new blocks.

5 To design, write and debug a maths quiz To understand what are inputs and outputs I can use variables to keep scores I can use logical reasoning to explain how a set of instructions, blocks of code work and what their intended effect is (logic, programming). I can use the keyboard inputs as part of my program I can create a range of outputs (audio, visual) to improve my program Alternative Barefoot Computing activities: KS2 Investigating input devices in Scratch, KS2 Investigating output devices with Lego WeDo and Scratch, KS2 Classroom sound monitor in Scratch Share some of the work. Encouraging pupils to support each other to debug any errors in their code. What is missing from all these quizzes? They should be able to say the score. Discuss how they might create a scoreboard for the game. Jot down any ideas in relation to blocks which could be used or how they should be added into the existing code. Explain that adding a score variable is their task for the next lesson. Lesson 4 Tools: - Control: if else (selection), green flag start - Looks: say for _secs - Sensing: ask and wait, answer variable - Operators: _=_, join - Variables: score, set score to, change score by Remind pupils about the discussion about variables and score in the previous lesson. Explain that their task will be to add the score and improve the quiz experience by adding other audio and visual outputs. Explain that variables are like boxes that the computer stores data in. This data, numbers or text, can be changed by the program which is why it is variable/changeable. If the user gets the answer right their score will be increased by one. Else the score inside the variable will remain zero. To check the score they only have to refer back to what is inside the variable.

6 To design, write and debug a game I can design and write game using all or some programming skills such as: o repetition o variables, o user inputs, selection, o broadcasting/receiving Where would they add the sound effects? Could you make something flash on the screen when they are correct? How would you achieve this? (broadcast/receive) Share quizzes and collectively help debug programs. Test each other s programs and provide feedback. Lesson 5 Tools: all Share with pupils the 21Things Final Game in Scratch website. Let pupils play with the games and explore possible code. Explain that the aim is to design and write their own game. Some of the games in this animation/game may inspire them! Begin to plan a game. Share games. Test and help each other debug if necessary. Provide feedback for improving. Using Scratch online community as a source of help. Extension tasks: - Space invaders game by Rob Easton -

7 - Helicopter game by Rob Easton potential to be adpted by adding variables - Crab Maze game by Phil Bagge (easier) potential to be adpted by adding variables - Counting Machine by Phil Bagge (maths link) Racing Game by Rob Easton and David Philips KS2 Solar Simulation Activity - Sources Used: Phil Bagge, Ian Addison, Darrel Branson Blog (ICT Guy),Simon Houghton Blog, elim Sommerset, The Royal Society of Edinburgh, Rob Easton, David J Malan from Harvard University, ScratchEd Team, Barefoot Computing.

The Richard Pate School. Draft Year 4 Scheme of Work for Scratch

The Richard Pate School. Draft Year 4 Scheme of Work for Scratch The Richard Pate School Draft Year 4 Scheme of Work for Scratch Marcus Gilvear July 2014 (Acknowledgements: Phil Bagge and Duncan Hooper) Re Scratch: This work is licensed under the Creative Commons Attribution-NonCommercial

More information

Making an Adventure Story AMAZING ADVENTURES. MS Word Scratch MS PowerPoint MS Excel. Making a Video VIDEO MAKERS

Making an Adventure Story AMAZING ADVENTURES. MS Word Scratch MS PowerPoint MS Excel. Making a Video VIDEO MAKERS CS IT DL KS2 Design, write and debug programs that accomplish specific goals, including controlling or simulating physical systems; solve problems by decomposing them into smaller parts Use sequence, selection,

More information

KS3 Computing Group 1 Programme of Study 2015 2016 2 hours per week

KS3 Computing Group 1 Programme of Study 2015 2016 2 hours per week 1 07/09/15 2 14/09/15 3 21/09/15 4 28/09/15 Communication and Networks esafety Obtains content from the World Wide Web using a web browser. Understands the importance of communicating safely and respectfully

More information

What makes a good coder and technology user at Mountfields Lodge School?

What makes a good coder and technology user at Mountfields Lodge School? What makes a good coder and technology user at Mountfields Lodge School? Pupils who persevere to become competent in coding for a variety of practical and inventive purposes, including the application

More information

Cheadle Primary School Computing and ICT Policy

Cheadle Primary School Computing and ICT Policy Introduction The use of information and communication technology is an integral part of the national curriculum and is a key skill for everyday life. computers, tablets, programmable robots, digital and

More information

Sample only. Unit 4a Lesson 1: Pop game 50 minutes. Cross-curricular links. Overview. Learning objectives. Success Criteria. Key words. 1.

Sample only. Unit 4a Lesson 1: Pop game 50 minutes. Cross-curricular links. Overview. Learning objectives. Success Criteria. Key words. 1. Cross-curricular links Unit 4a Lesson 1: Pop game 50 minutes Maths: addition, multiplication, time Overview In this lesson children will be introduced to variables and how they can be used in computer

More information

Key Stage 3. Scheme of Work. Written by Heaton Moor Digital

Key Stage 3. Scheme of Work. Written by Heaton Moor Digital Key Stage 3 Scheme of Work Written by Heaton Moor Digital 1 Table of Contents Terms and Conditions Page 3 UK National Computing Curriculum Pathways Page 4 Mapping the Year 7 Scheme to the Computing Curriculum

More information

Discovering Math: Prediction and Probability Teacher s Guide

Discovering Math: Prediction and Probability Teacher s Guide Teacher s Guide Grade Level: K 2 Curriculum Focus: Mathematics Lesson Duration: Two class periods Program Description Discovering Math: Prediction and Probability From likelihood to frequency to prediction,

More information

Ms. Nicholas Spring 2013 - VIDEO GAME DESIGN LESSON PLANS

Ms. Nicholas Spring 2013 - VIDEO GAME DESIGN LESSON PLANS Ms. Nicholas Spring 2013 - VIDEO GAME DESIGN LESSON PLANS April 15-19, 2013 All week (in this order) Game 3 Ping Pong, Game 4 Break Thru, and Game 5 Pin Ball Use your time wisely FIND INFO IN TEACHER TEMP

More information

The Coppice Primary School Computing & ICT Policy

The Coppice Primary School Computing & ICT Policy The Coppice Primary School Computing & ICT Policy 1 School Vision: Happy, confident and successful learners that are well prepared for life 2 Purpose: 2.1 This policy reflects the school values and philosophy

More information

BBC micro:bit Cookbook Using the Code Kingdoms JavaScript editor

BBC micro:bit Cookbook Using the Code Kingdoms JavaScript editor codekingdoms BBC micro:bit Cookbook Using the Code Kingdoms JavaScript editor 0 1 2 3V GND for kids, with kids, by kids. Code Kingdoms Cookbook Contents Introduction 2 Accessing the editor 3 Tour of the

More information

Getting Started with Scratch

Getting Started with Scratch Getting Started with Scratch a guide to designing introductory Scratch workshops draft version, september 2009 Overview There s no one way to host a Scratch workshop. Workshops can take on a variety of

More information

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: This project is like the game Whack-a-Mole. You get points for hitting the witches that appear on the screen. The aim is to get as many points as possible in 30 seconds! Activity Checklist

More information

How to Build a Simple Pac-Man Game

How to Build a Simple Pac-Man Game How to Build a Simple Pac-Man Game For today's program, we are going to build a simple Pac-Man game. Pac-Man was one of the very first arcade games developed around 1980. For our version of Pac-Man we

More information

A BRIEF INTRODUCTION TO COMPUTER PROGRAMMING Scratch, LEGO MINDSTORMS, and Visual Basic. July 24, 2015

A BRIEF INTRODUCTION TO COMPUTER PROGRAMMING Scratch, LEGO MINDSTORMS, and Visual Basic. July 24, 2015 A BRIEF INTRODUCTION TO COMPUTER PROGRAMMING Scratch, LEGO MINDSTORMS, and Visual Basic July 24, 2015 ABSTRACT This project was created to provide a better understanding of computer programs and their

More information

MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch

MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch MADISON PUBLIC SCHOOL DISTRICT Grade 8 Cycle Class Scratch Authored by: Caitlin Aery Reviewed by: Lee Nittel, Director of Curriculum and Instruction Adopted by the Board: January, 2013 Members of the Board

More information

SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES

SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES Lero, NCTE 2012 Page 2 Table of Contents Page Number Course Introduction page 4 Module 1: page 5 Module 2: page 22 Module 3: page 32 Module 4:

More information

Commutative Property Grade One

Commutative Property Grade One Ohio Standards Connection Patterns, Functions and Algebra Benchmark E Solve open sentences and explain strategies. Indicator 4 Solve open sentences by representing an expression in more than one way using

More information

I m Miss Smith, and I teach English and German. Today I ll show you how I use NetSupport School to plan, prepare and conduct my classes.

I m Miss Smith, and I teach English and German. Today I ll show you how I use NetSupport School to plan, prepare and conduct my classes. 1 I m Miss Smith, and I teach English and German. Today I ll show you how I use NetSupport School to plan, prepare and conduct my classes. Before I take my first class, I ll guide you through the basics

More information

Radius, Diameter, Circumference, π, Geometer s Sketchpad, and You! T. Scott Edge

Radius, Diameter, Circumference, π, Geometer s Sketchpad, and You! T. Scott Edge TMME,Vol.1, no.1,p.9 Radius, Diameter, Circumference, π, Geometer s Sketchpad, and You! T. Scott Edge Introduction I truly believe learning mathematics can be a fun experience for children of all ages.

More information

Xylophone. What You ll Build

Xylophone. What You ll Build Chapter 9 Xylophone It s hard to believe that using technology to record and play back music only dates back to 1878, when Edison patented the phonograph. We ve come so far since then with music synthesizers,

More information

SCRATCH Lesson Plan What is SCRATCH? Why SCRATCH?

SCRATCH Lesson Plan What is SCRATCH? Why SCRATCH? SCRATCH Lesson Plan What is SCRATCH? SCRATCH is a programming language that makes it easy to create interactive stories, animations, games, music, and art that can then easily be shared on the web. Scratch

More information

Starting Concept Mapping Activities

Starting Concept Mapping Activities Starting Concept Mapping Activities 1 Make a list of 10 to 12 related and familiar concept words, organising these from more general, more inclusive concepts to less general, more specific concepts. For

More information

Baseball Multiplication Objective To practice multiplication facts.

Baseball Multiplication Objective To practice multiplication facts. Baseball Multiplication Objective To practice multiplication facts. www.everydaymathonline.com epresentations etoolkit Algorithms Practice EM Facts Workshop Game Family Letters Assessment Management Common

More information

(CONTINUED ON NEXT PAGE)

(CONTINUED ON NEXT PAGE) Exploration of Game Design (Periods 1 & 2) Francis P. Knoblauch Conway Middle School 2015-16 Course Syllabus PROGRAM DESCRIPTION: Exploration of Game Design is a course at Conway Middle School following

More information

Educator s Guide to Excel Graphing

Educator s Guide to Excel Graphing Educator s Guide to Excel Graphing Overview: Students will use Excel to enter data into a spreadsheet and make a graph. Grades and Subject Areas: Grade 3-6 Subject Math Objectives: Students will: make

More information

LESSON PLANS. Contents

LESSON PLANS. Contents LESSON PLANS Contents Total Instructional Time... 2 Lesson: Ticket Pricing... 3 Lesson: Stadium Staffing... 4 Lesson: Ingress & Egress... 5 Lesson: Parking... 6 Lesson: Concessions... 7 Lesson: Sponsorships...

More information

Virtual Classroom Student Guide

Virtual Classroom Student Guide Virtual Classroom Student Guide Table of Contents Overview 3 Grade Weights 3 Finding Help 3 Virtual Classroom Login 4 Virtual Classroom Lobby 5 The Course Map 6 Activities in the Virtual Classroom 7 Vocabulary

More information

Auto Clicker Tutorial

Auto Clicker Tutorial Auto Clicker Tutorial This Document Outlines Various Features of the Auto Clicker. The Screenshot of the Software is displayed as below and other Screenshots displayed in this Software Tutorial can help

More information

Teaching Pre-Algebra in PowerPoint

Teaching Pre-Algebra in PowerPoint Key Vocabulary: Numerator, Denominator, Ratio Title Key Skills: Convert Fractions to Decimals Long Division Convert Decimals to Percents Rounding Percents Slide #1: Start the lesson in Presentation Mode

More information

For free Primary Computing resources please visit. KS2: Python Programming Unit. Jon Chippindall @drchips_ www.primarycomputing.co.

For free Primary Computing resources please visit. KS2: Python Programming Unit. Jon Chippindall @drchips_ www.primarycomputing.co. KS2: Python Programming Unit Jon Chippindall @drchips_ www.primarycomputing.co.uk Introduction This document sets out a scheme of work aimed to introduce upper Key Stage 2 pupils to the Python programming

More information

Video Game Design (Master) Content Skills Learning Targets Assessment Resources & Technology CEQ:

Video Game Design (Master) Content Skills Learning Targets Assessment Resources & Technology CEQ: St. Michael-Albertville High School Teacher: Ben Rusin Video Game Design (Master) September 2014 CEQ: WHAT IS THE HISTORY OF VIDEOGAME DESIGN? WHAT IS GAME DESIGN AND COLOR THEORY? HOW IS ENGINEERING,

More information

Worksheet A2 : Fundamental Counting Principle, Factorials, Permutations Intro

Worksheet A2 : Fundamental Counting Principle, Factorials, Permutations Intro Worksheet A2 : Fundamental Counting Principle, Factorials, Permutations Intro 1. A restaurant offers four sizes of pizza, two types of crust, and eight toppings. How many possible combinations of pizza

More information

Lesson plan: Group Discussion

Lesson plan: Group Discussion Lesson plan: Group Discussion About Audio Notetaker Speaking and listening is one of the main activities in a classroom. Assessment is difficult apart from playing back hours of mp3 files or relying on

More information

OA3-10 Patterns in Addition Tables

OA3-10 Patterns in Addition Tables OA3-10 Patterns in Addition Tables Pages 60 63 Standards: 3.OA.D.9 Goals: Students will identify and describe various patterns in addition tables. Prior Knowledge Required: Can add two numbers within 20

More information

Display Policy for Learning Environments

Display Policy for Learning Environments Display Policy for Learning Environments 1 Contents Section 1 1. Aims p.3 2. Policy Background p.3 3. Linking policy to curriculum priorities p.3 4. Purpose of display p.3-4 Section 2 5. The learning environment

More information

Activities for LEGO WeDo in Scratch 1.4+ Barb Ericson ericson@cc.gatech.edu

Activities for LEGO WeDo in Scratch 1.4+ Barb Ericson ericson@cc.gatech.edu Activities for LEGO WeDo in Scratch 1.4+ Barb Ericson ericson@cc.gatech.edu Overview You can use Scratch 1.4 with the LEGO WeDo tilt and distance sensors and motor. The motor blocks (tiles) are in the

More information

Lesson 4 What Is a Plant s Life Cycle? The Seasons of a Tree

Lesson 4 What Is a Plant s Life Cycle? The Seasons of a Tree Lesson 4 What Is a Plant s Life Cycle? The Seasons of a Tree STUDENT SKILLS: predicting, communicating prior observations and knowledge, listening, cooperating, observing, sequencing, communicating, reasoning,

More information

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved Parts of a Computer Preparation Grade Level: 4-9 Group Size: 20-30 Time: 75-90 Minutes Presenters: 1-3 Objectives This lesson will enable students to: Identify parts of a computer Categorize parts of a

More information

EASTINGTON PRIMARY SCHOOL

EASTINGTON PRIMARY SCHOOL EASTINGTON PRIMARY SCHOOL ICT POLICY January 2011 Reviewed annually Reference: E safety policy, Safeguarding policy ICT POLICY Eastington Primary Mission Statement Eastington Primary School is a vibrant,

More information

A Digital Talking Storybook

A Digital Talking Storybook Using ICT Levels 3, 4 & 5 A Digital Talking Storybook Desirable Features: Presenting Music and Sound Desirable Features: Interactive Design Assessment Focus This Using ICT Task provides pupils with the

More information

Term 2 Exploring Patterns. Suggested Percentage of Time: 15%

Term 2 Exploring Patterns. Suggested Percentage of Time: 15% Term 2 Exploring Patterns Suggested Percentage of Time: 15% MA75 MA76 Unit Overview Focus and Context In Kindergarten, students are formally introduced to repeating patterns of two to three elements. Students

More information

Year 8 KS3 Computer Science Homework Booklet

Year 8 KS3 Computer Science Homework Booklet Year 8 KS3 Computer Science Homework Booklet Information for students and parents: Throughout the year your ICT/Computer Science Teacher will set a number of pieces of homework from this booklet. If you

More information

Describe the process of parallelization as it relates to problem solving.

Describe the process of parallelization as it relates to problem solving. Level 2 (recommended for grades 6 9) Computer Science and Community Middle school/junior high school students begin using computational thinking as a problem-solving tool. They begin to appreciate the

More information

Workshop 6 Conversations Among Writing Peers

Workshop 6 Conversations Among Writing Peers Workshop 6 Conversations Among Writing Peers Video 11: Conversations Among Writing Peers Video 12: Peer Conferences How can peer conferences help students in grades 3 5 become better writers? In this workshop,

More information

Mathematics Policy. Mathematics Policy

Mathematics Policy. Mathematics Policy Mathematics Policy 1. Aims 1.1 Mathematics teaches children to make sense of the world around them through developing their ability to calculate, reason and solve problems. It enables children to understand

More information

Adding and Subtracting Integers Unit. Grade 7 Math. 5 Days. Tools: Algebra Tiles. Four-Pan Algebra Balance. Playing Cards

Adding and Subtracting Integers Unit. Grade 7 Math. 5 Days. Tools: Algebra Tiles. Four-Pan Algebra Balance. Playing Cards Adding and Subtracting Integers Unit Grade 7 Math 5 Days Tools: Algebra Tiles Four-Pan Algebra Balance Playing Cards By Dawn Meginley 1 Objectives and Standards Objectives: Students will be able to add

More information

Unit 13 Handling data. Year 4. Five daily lessons. Autumn term. Unit Objectives. Link Objectives

Unit 13 Handling data. Year 4. Five daily lessons. Autumn term. Unit Objectives. Link Objectives Unit 13 Handling data Five daily lessons Year 4 Autumn term (Key objectives in bold) Unit Objectives Year 4 Solve a problem by collecting quickly, organising, Pages 114-117 representing and interpreting

More information

KINETON GREEN PRIMARY SCHOOL MATHEMATICS POLICY FEBRUARY 2015

KINETON GREEN PRIMARY SCHOOL MATHEMATICS POLICY FEBRUARY 2015 KINETON GREEN PRIMARY SCHOOL MATHEMATICS POLICY FEBRUARY 2015 Review Date: February 2018 Contents 1 Introduction... 2 2 The Aims of Mathematics... 2 3 Entitlement... 3 4 Implementation... 3 5 Organisation

More information

Code Kingdoms Learning a Language

Code Kingdoms Learning a Language codekingdoms Code Kingdoms Unit 2 Learning a Language for kids, with kids, by kids. Resources overview We have produced a number of resources designed to help people use Code Kingdoms. There are introductory

More information

Themes. Best wishes. Michael Beale Youth Development Officer 01932 596 122 07841 460 235 Michael.Beale@chelseafc.com

Themes. Best wishes. Michael Beale Youth Development Officer 01932 596 122 07841 460 235 Michael.Beale@chelseafc.com Themes Dear Coach, Its my pleasure to present you with our foundation development coaching manual. This manual is a sample of the work that is conducted in our Foundation programme. The programme is put

More information

Program Overview. This guide discusses Language Central for Math s program components, instructional design, and lesson features.

Program Overview. This guide discusses Language Central for Math s program components, instructional design, and lesson features. Program Overview Introduction This guide discusses Language Central for Math s program components, instructional design, and lesson features. What is Language Central for Math? Program Components Language

More information

And then? TOEIC Speaking IELTS Score English Interviews

And then? TOEIC Speaking IELTS Score English Interviews A Blended Solution Reality? And then? TOEIC Speaking IELTS Score English Interviews Korea University What We Want How do we get there? What we are doing 1. Blended Learning Solution 2. Task-based Learning

More information

TEACHER S GUIDE TO RUSH HOUR

TEACHER S GUIDE TO RUSH HOUR Using Puzzles to Teach Problem Solving TEACHER S GUIDE TO RUSH HOUR Includes Rush Hour 2, 3, 4, Rush Hour Jr., Railroad Rush Hour and Safari Rush Hour BENEFITS Rush Hour is a sliding piece puzzle that

More information

Sample Instructional Sequence: Photosynthesis

Sample Instructional Sequence: Photosynthesis The Ruby Realm is a digital game that addresses common misconceptions about photosynthesis, such as that plants grow by transforming soil into solid material e.g., stems and branches. The game can help

More information

Assessment Policy. Why do we assess?

Assessment Policy. Why do we assess? Assessment Policy Assessment is the means by which the progress of pupils is monitored. It is a tool to inform curriculum planning and learning programmes. Why do we assess? To define each child's ability:

More information

Thought for the Day Master Lesson

Thought for the Day Master Lesson Welcome and Introductions Lesson 2 LESSON 2 Thought for the Day Master Lesson Thought for the Day Education is not the filling of a pail, but the lighting of a fire. William Butler Yeats Overview: The

More information

All sessions were observed at each of the Academy Venues

All sessions were observed at each of the Academy Venues These Academy coaching sessions have been delivered by UEFA A and B Licence coaches from Liverpool, Manchester United, Blackburn Rovers, Bolton and Preston. All sessions were observed at each of the Academy

More information

What do all of these activities have in common? Complete ICT solutions for primary schools

What do all of these activities have in common? Complete ICT solutions for primary schools What do all of these activities have in common? De-coding the new Computing curriculum A taster session looking at 2 strands Disapplication period: Sep 13/14 Statutory from Sep 14 Content Welcome and introduction.

More information

St Augustine s Catholic Primary School Reviewed June 2015 MARKING AND FEEDBACK POLICY RATIONALE We believe that the most effective way of giving feedback for all pupils is through effective dialogue between

More information

Digital Literacy: Communicating, Collaborating and E- Safety, Multimedia, Music and Sound, Digital Imagery

Digital Literacy: Communicating, Collaborating and E- Safety, Multimedia, Music and Sound, Digital Imagery Digital Literacy: Communicating, Collaborating and E- Safety, Multimedia, Music and Sound, Digital Imagery KS1: Pupils are taught to: use technology safely and respectfully, keeping personal information

More information

Mathematics Task Arcs

Mathematics Task Arcs Overview of Mathematics Task Arcs: Mathematics Task Arcs A task arc is a set of related lessons which consists of eight tasks and their associated lesson guides. The lessons are focused on a small number

More information

Spring Term Year 1. Covering activity badges : Communicator Badge

Spring Term Year 1. Covering activity badges : Communicator Badge Spring Term Year 1 Covering activity badges : Communicator Badge 1. Get someone to give you directions or instructions to do something. Check that you have understood. Then follow the directions or instructions.

More information

Drills to Improve Football Skills www.ulster.gaa.ie 1

Drills to Improve Football Skills www.ulster.gaa.ie 1 Drills to Improve Football Skills www.ulster.gaa.ie 1 Drills to Improve Football Skills Drills to Improve Football Skills has been designed with the intention that the coach should step back to take a

More information

Computer Technology: Literacy and Usage KINDERGARTEN. Standard 1.0 Students will understand basic operations and concepts of technology.

Computer Technology: Literacy and Usage KINDERGARTEN. Standard 1.0 Students will understand basic operations and concepts of technology. Computer Technology: Literacy and Usage KINDERGARTEN Standard 1.0 Students will understand basic operations and concepts of technology. 1.1. Students will demonstrate an understanding of the nature and

More information

Using Your Data Projector as a Second Monitor

Using Your Data Projector as a Second Monitor Using Your Data Projector as a Second Monitor By using your projector as a second monitor, you may project other sources (videos, documents, PowerPoint, etc) without interfering with your ability to take

More information

The Computing Curriculum at Coston Primary

The Computing Curriculum at Coston Primary Years Year 1 Year 2 1 and 2 Autumn We are learning about programming and computational thinking and in We are learning about programming and computational thinking and in Year 1 Food and farming Year 2

More information

BYOD Policy 2016 Bring Your Own Device Acceptable Use Policy

BYOD Policy 2016 Bring Your Own Device Acceptable Use Policy BYOD Policy 2016 Bring Your Own Device Acceptable Use Policy Approved by Leadership Team 27 th April 2016 Approved by the Governing Body: 18 th May 2016 Review Due: May 2017 Rationale The Beaconsfield

More information

Millfields Community School Learning Environment Policy

Millfields Community School Learning Environment Policy Millfields Community School Learning Environment Policy CONTENTS 1. Aims 2. The Classroom Environment in KS1 and KS2 2a. The Early Years classroom environment 3. Resources 4. Books and folders 5. Health

More information

INTERNAL TEACHING AND LEARNING APPROVED BY HEAD JANUARY 2014 TEACHER: ADOPTED BY THE GOVERNING BODY: REVIEWED: NEXT REVIEW: JANUARY 2016

INTERNAL TEACHING AND LEARNING APPROVED BY HEAD JANUARY 2014 TEACHER: ADOPTED BY THE GOVERNING BODY: REVIEWED: NEXT REVIEW: JANUARY 2016 POLICY NAME: DISPLAYS AND LEARNING ENVIRONMENT POLICY TYPE: INTERNAL TEACHING AND LEARNING APPROVED BY HEAD JANUARY 2014 TEACHER: ADOPTED BY THE GOVERNING BODY: REVIEWED: NEXT REVIEW: JANUARY 2016 DELEGATED

More information

Programme title: Game Masters

Programme title: Game Masters Programme title: Game Masters Years: 4 8 Theme Big question Key competencies When you re designing a video game, there are key design elements to consider. Many of these are closely connected to the needs

More information

High level code and machine code

High level code and machine code High level code and machine code Teacher s Notes Lesson Plan x Length 60 mins Specification Link 2.1.7/cde Programming languages Learning objective Students should be able to (a) explain the difference

More information

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: We re going to make a game! Guide the large Hungry Fish and try to eat all the prey that are swimming around. Activity Checklist Follow these INSTRUCTIONS one by one Click on the green flag

More information

Llansanffraid Church in Wales Primary School. Information and Communication Technology (ICT) Policy

Llansanffraid Church in Wales Primary School. Information and Communication Technology (ICT) Policy Llansanffraid Church in Wales Primary School Information and Communication Technology (ICT) Policy ICT is changing the lives of everyone. Through teaching children the skills to use ICT we equip them to

More information

Unit 4: Exploring Math Patterns...106. Introduction...5. Unit 1: Visualizing Math...17. Unit 5: Exploring Probability...125

Unit 4: Exploring Math Patterns...106. Introduction...5. Unit 1: Visualizing Math...17. Unit 5: Exploring Probability...125 Introduction....................................5 WHAT IS MICROWORLDS EX, AND HOW CAN IT HELP ME IN THE MATH CLASSROOM?.................6 HOW TO USE THIS BOOK AND CD.....................10 CLASSROOM ENVIRONMENT..........................12

More information

St Anne s catholic primary school. Maths 2015

St Anne s catholic primary school. Maths 2015 St Anne s catholic primary school Maths 2015 MISSION STATEMENT Saint Anne s lives and teaches the Gospel values of Jesus in a safe loving and joyful community. 1 Aims and objectives: Mathematics teaches

More information

Algorithm & Flowchart & Pseudo code. Staff Incharge: S.Sasirekha

Algorithm & Flowchart & Pseudo code. Staff Incharge: S.Sasirekha Algorithm & Flowchart & Pseudo code Staff Incharge: S.Sasirekha Computer Programming and Languages Computers work on a set of instructions called computer program, which clearly specify the ways to carry

More information

Kings Canyon Unified School District Gifted and Talented Education Program GATE

Kings Canyon Unified School District Gifted and Talented Education Program GATE Kings Canyon Unified School District Gifted and Talented Education Program GATE Kings Canyon Unified School District offers a variety of programs to develop unique education opportunities for high-achieving

More information

ABOUT YOUR SATELLITE RECEIVER

ABOUT YOUR SATELLITE RECEIVER 2 Satellite Receiver ABOUT YOUR SATELLITE RECEIVER This chapter gives you an overview and a description of your satellite receiver. SATELLITE RECEIVER OVERVIEW SINGLE AND DUAL MODES REMOTE CONTROL SATELLITE

More information

Teachers should read through the following activity ideas and make their own risk assessment for them before proceeding with them in the classroom.

Teachers should read through the following activity ideas and make their own risk assessment for them before proceeding with them in the classroom. Mathematical games Teacher notes Teachers should read through the following activity ideas and make their own risk assessment for them before proceeding with them in the classroom. Aims: To use mathematics

More information

Using WINK to create custom animated tutorials

Using WINK to create custom animated tutorials Using WINK to create custom animated tutorials A great way for students and teachers alike to learn how to use new software is to see it demonstrated and to reinforce the lesson by reviewing the demonstration.

More information

Differentiated Instruction Strategies

Differentiated Instruction Strategies Miss Taylor Brooke Stancil s Differentiated Instruction Strategies Choral Response: Choral response is a very simple technique in which the teacher asks questions to the class as a whole and the students

More information

Annotated work sample portfolios are provided to support implementation of the Foundation Year 10 Australian Curriculum.

Annotated work sample portfolios are provided to support implementation of the Foundation Year 10 Australian Curriculum. Work sample portfolio summary WORK SAMPLE PORTFOLIO Annotated work sample portfolios are provided to support implementation of the Foundation Year 10 Australian Curriculum. Each portfolio is an example

More information

ACL Soccer 4 v 4 Small Sided Games (SSG s)

ACL Soccer 4 v 4 Small Sided Games (SSG s) KEY TO THE DIAGRAMS Introduction In recent years, the 4v4 method has rapidly increased in popularity however this method is certainly not a new one. The method was introduced by the Dutch Football Association

More information

Tutorial for Tracker and Supporting Software By David Chandler

Tutorial for Tracker and Supporting Software By David Chandler Tutorial for Tracker and Supporting Software By David Chandler I use a number of free, open source programs to do video analysis. 1. Avidemux, to exerpt the video clip, read the video properties, and save

More information

Advanced Programming with LEGO NXT MindStorms

Advanced Programming with LEGO NXT MindStorms Advanced Programming with LEGO NXT MindStorms Presented by Tom Bickford Executive Director Maine Robotics Advanced topics in MindStorms Loops Switches Nested Loops and Switches Data Wires Program view

More information

Computer Science Education Week Teacher/Volunteer Guide

Computer Science Education Week Teacher/Volunteer Guide Computer Science Education Week Teacher/Volunteer Guide What is the Hour of Code/Computer Science Education Week? Computer Science Education Week (CSEdWeek) is an annual program dedicated to inspiring

More information

Learn How to Revise 1

Learn How to Revise 1 Learn How to Revise 1 SCHOOL EXAM DATES 2016 END OF YEAR EXAMS FOR YEARS 7-9 BEGIN ON MONDAY 6 TH JUNE THEY WILL TAKE PLACE IN LESSONS DURING THIS WEEK AND IF NECESSARY THE WEEK AFTER. Some subjects are

More information

Lesson plan Primary. Water around the world

Lesson plan Primary. Water around the world 1 Lesson plan Primary Water around the world 2 Introduction This set of lesson plans and materials introduces pupils to the idea that water is a precious resource and examines how water is used both at

More information

Intro to the Art of Computer Science

Intro to the Art of Computer Science 1 LESSON NAME: Intro to the Art of Computer Science Lesson time: 45 60 Minutes : Prep time: 15 Minutes Main Goal: Give the class a clear understanding of what computer science is and how it could be helpful

More information

Frost Lake s ipad Purchase Proposal

Frost Lake s ipad Purchase Proposal Frost Lake s ipad Purchase Proposal Objective Frost Lake Elementary School is developing a plan to improve classroom instruction and increase student learning and engagement through technological innovation.

More information

When you and your students are saving your files, under the File menu of MovieMaker, save your file as a project rather than a movie:

When you and your students are saving your files, under the File menu of MovieMaker, save your file as a project rather than a movie: MOVIE MAKER Before you use Movie Maker: Windows Movie Maker is a program that is free with any machine operating Windows XP (which is, basically, the sort of machine that Year Up uses with its students).

More information

NCCA. Transition Unit Having fun with computer programming and games

NCCA. Transition Unit Having fun with computer programming and games Transition Unit Having fun with computer programming and games NCCA An Chomhairle Náisiúnta Curaclaim agus Measúnachta t National Council for Curriculum and Assessmen t Area of Study Top up and Tasters

More information

Key Stage 3 Physical Education. Scheme of work. Golf. Golf Foundation 2008. Produced for schools by the Golf Foundation

Key Stage 3 Physical Education. Scheme of work. Golf. Golf Foundation 2008. Produced for schools by the Golf Foundation Scheme of work Golf Produced for schools by the Golf Foundation Curriculum area: Striking and Fielding Golf Development Scheme of Work aimed achieving level 4 Assessment Criteria Acquiring and developing

More information

Churnet View Middle School Displays

Churnet View Middle School Displays Churnet View Middle School Displays Following meetings where the importance of visual learning has been discussed we have, as an English department, made a conscious effort to use more interesting, interactive

More information

The Co-operative s Green Schools Revolution. LESSON PLAN KS1: Duelling fuels! Fossil fuels versus renewable energy.

The Co-operative s Green Schools Revolution. LESSON PLAN KS1: Duelling fuels! Fossil fuels versus renewable energy. Energy The Co-operative s Green Schools Revolution LESSON PLAN KS1: Duelling fuels! Fossil fuels versus renewable energy. SUGGESTED TIME: 60 MINS Age group No. of pupils in cohort Classroom support (to

More information

SMART board 101. SMART board 101 Training

SMART board 101. SMART board 101 Training SMART board 101 SMART board 101 Training For those who want to learn/remember how to connect it, turn it on, configure it, and feel better about using it at a basic level. We will talk about how the SMART

More information

Task 1 Melissa and the computer suite.

Task 1 Melissa and the computer suite. Do you sometimes shy away from using computers with your learners? Are you not sure what to do with them? This lesson gives an introductory overview of materials and activities that are central to using

More information

Road Safety Resource Catalogue

Road Safety Resource Catalogue Plymouth City Council Road Safety Resource Catalogue Road Safety Team Dept. of Development Plymouth City Council Civic Centre Plymouth PL1 2AA Phone: 01752 307730 Fax: 01752 304922 roadsafety@plymouth.gov.uk

More information

Minnesota Academic Standards

Minnesota Academic Standards A Correlation of to the Minnesota Academic Standards Grades K-6 G/M-204 Introduction This document demonstrates the high degree of success students will achieve when using Scott Foresman Addison Wesley

More information