Maths quiz - adding a score KS 2: Work with variables.

Slides:



Advertisements
Similar presentations
Performing Financial What-If Analyses You have a.
Advertisements

A computer program which displays a blank screen or a moving image on the screen when the computer remains idle for a certain period of time. In the ‘Display.
2.1 Addition Combinations Objective: I can use addition combinations to solve addition problems using mental math.
(BASIC MATH) QUIZ. START!! Click Here!! 1. What is Addition? a. The act or process of adding numbers. The act or process of adding numbers. b. The act.
How do we construct a box plot?
Lists. Lists store information in a certain order. You can add, remove, or rearrange items in a list. You can also pick out information from a list.
Section 3 Calculations National 4/5 Scratch Course.
Section 2 Variables National 4/5 Scratch Course. What you should know after this lesson What a variable is Where variables are stored How to get data.
Nonvisual Arrays and Recursion by Chris Brown under Prof. Susan Rodger Duke University June 2012.
New Mexico Computer Science For All Interface Output in NetLogo (Part 1) Maureen Psaila-Dombrowski.
The Practice of Statistics Third Edition Chapter 1: Exploring Data 1.2 Describing Distributions with Numbers Copyright © 2008 by W. H. Freeman & Company.
F aculty A djunct S upport T eam. Open the “Full Grade Center”
Games Programming in Scratch
Creating a mystic meg program A simple program asking the user questions and using their answers to build up a fortune telling in a list.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
Math Jeopardy! By:. CurrentReviewWord Problem
 What is the product of 3 x 2 or 3 groups of 2?  What is the product of 2 x 3 or 2 groups of 3?  Integers are similar: ◦ What is the product of 3 x.
Money Quiz!!!!. Write the question number and the answer in your maths book. How much money is shown? 1.
Money Quiz!!!!. Write the question number and the answer in your maths book. How much money is shown? 1.
Maths quiz KS 2: Use sequence in programs. Today we are learning about: Programs & Selection ●I can explain what selection is ●I can write a program using.
Build a database II: Create tables for a new Access database Create your tables In a relational database, tables store your data. Your data doesn’t “live”
1 SAVE A DRAWING AS A TEMPLATE TO REUSE: SETTINGS, DRAWING SHEETS, LAYOUTS, STYLES WITHOUT RECREATING THEM IN EACH NEW DRAWING. TO REUSE: SETTINGS, DRAWING.
Lives and Scoring Games Programming in Scratch. Games Programming in Scratch L2 Lives and Scoring Learning Objectives Define a variable Understand the.
Word 2010 Sorting Text In this lesson you'll learn how to sort text. Sort means to arrange text in Alphabetical order, or to arrange numbers in either.
1.7 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Represent Functions as Graphs.
Quiz Title Your name goes here. Question 1 Click here for answer Click here for answer Go to question 2 Go to question 2.
Multiplication Facts Step by Step © Math As A Second Language All Rights Reserved next.
Scratch Helicopter Game
Installing Analysis Tool Pak
Broadcasting (Adding a new level)
Games Programming in Scratch
Scratch 7B IT1.
Do you know the right way to use gloves? Take our quiz to find out!
Scatter Plots and Association
Click here for the answer. Click here for the answer.
Click here for the answer. Click here for the answer.
Click here for the answer. Click here for the answer.
Practice Problems Adding Integers
Day 5 Variables and Simiplifying Expressions
Accelerated Math 6 August 22, 2013
Prime, Composite, FACTORS, and Multiples
Teaching Primary Computing Diving Deep into Programming
اختر أي شخصية واجعلها تطير!
Copyright © 2007 Training Games, Inc.
Steps for Success in Math
Learning about Conditional Selection
Teaching Primary Computing Diving Deep into Programming
Installing Analysis Tool Pak
Money Quiz!!!!.
Data Logging Day 1 ish Objectives:
Comparing Data Displays in Box Plots
Warm-up August 19, 2016 Solve the following: 40 X 40 = 60 X 60 =
Press the F5 key on your keyboard to start the quiz.
Represent Functions as Graphs
Your Quiz Scores Do now: Sketch the box and whisker plot and answer the following questions for your period. A) what was the range of the data? B) What.
Variables & getting info from the user
Game Over Module 4 Lesson 2.
Name:________________________________________________________________________________Date:_____/_____/__________ BRAIN BLITZ/Warm-UP Quiz Day!! Identify.
Year 2 Spring Term Week 8 Lesson 5
Today we will understand how to add and subtract negative numbers
Game development using Scratch
Dividing integers.
Year 2 Spring Term Week 8 Lesson 5
Activity 1 Bookmarking a web site
Do on New WS 9-5 Day 3 (with rads) Factor Solve
Variables, Constants, Assign.
Data Logging Day 1 ish Objectives:
python
Exploring Computer Science Lesson 4-8
CAMP 1 – MODULE 3 INSIDE MATHEMATICS
Presentation transcript:

Maths quiz - adding a score KS 2: Work with variables

Today we are learning about: Variables ●I can explain what a variable is ●I can use variables within a program

Variables Lives You can create and name variables within a program. 3 You can place data (such as a number) into the variable you have created. You can also change the data stored in your variable. You can look to see what data is held in the variable at any time. A variable is one way a computer program can use a computer’s memory to store data. You can think of a variable like a box.

Designing your scoring system ●What variable(s) are you going to have for your scoring system? E.g. Score, lives, bonus... ●What are the rules which describe how these will change when your player answers correctly/incorrectly? ●Will your rules differ for different questions? Scoring more points for answering harder questions for example.

1. Select the variables tab. 2. Select ‘Make a variable’. 3. Name your variable. 4. Click OK 5. You will then get a list of variable commands. Scratch 1.4

1. Select the data tab. 2. Select ‘Make a variable’. 3. Name your variable.4. Click OK 5. You will then get a list of variable commands. Scratch 2

Class discussion ●How would you describe a variable in a program? ●What variables have you created for your program? ●How have you used variables in your program? ●When and how have your variables changed their values in your program?