Learning about Conditional Selection

Slides:



Advertisements
Similar presentations
Structures at a Glance Timed Pair Share Stand Up, Hand Up, Pair Up
Advertisements

Welcome to Jeff’s baseball game! Here is how to play. You are asked a math question and you have to get it right or you will repeat the question until.
Dominoes Addition Training Dominoes next © Math As A Second Language All Rights Reserved within 20.
Factoring Quadratic Expressions ax 2 + bx + c. 2x2x 3x3x +3 – 4 Setting the Stage Do you remember how to multiply these together? (Referred to as FOIL.
Line up By Melissa Dalis Professor Susan Rodger Duke University June 2011.
Make every minute count!. If you answered yes to any of these then you need some help with time management Have you ever: -forgotten homework? -handed.
Introduction to Computer Basics Registration and Assessment Your Teachers are:
Quiz Name Here Click to start Question 1 Type question here Wrong Answer Right Answer.
Tracy Mackenzie Ellen Sheerin. Open socrative on Click on sign up (top right hand corner) Sign up using your .
2 nd Quarter Math Review Click here to Begin = ? Add the numbers below. Choose the correct answer
Variables. Todays Lesson  In todays lesson you are going to:  Learn to use variables  Learn to ask for user input  Learn to save the users response.
Creating a Parent/Guardian Account. Step 2: You will be presented with a login screen. To create a Guardian account click the “New Account” button. To.
Marble Racer. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Lesson 1. Security At the menu bar at the top you will see the word Tools. Click your mouse on Tools scroll down to Macro. Move the Mouse over and down.
Quiz Name Here Click to start Question 1 Type question here Wrong Answer Right Answer.
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.
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.
Quiz Title Your name goes here. Question 1 Click here for answer Click here for answer Go to question 2 Go to question 2.
 Remember this is Jeopardy, so where I have written “Answer” this is the prompt the students will see, and where I have “Question” should be the student’s.
Maths quiz - adding a score KS 2: Work with variables.
Scratch Programming Cards
The Tale of Two Brothers
Dolch Sight Word Practice – First
If you get it wrong re-work it or raise your hand and ask
Fill in answers. Answer format is as follows – [Answer word number of people who said answer] Topic = colours - [Red.
Gaming with conditionals
Creating Variables Output Logic flow Operators (More) Basic blocks
Please use speaker notes for additional information!
Introduction to pseudocode
Unit 1. Day 1..
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
Learning about Conditional Selection
Steps for Success in Math
Recap the basics Lesson 1.
Introduction to TouchDevelop
Introducing Variables to store information?
Using the sensor Lesson 5.
Structures at a Glance Timed Pair Share Stand Up, Hand Up, Pair Up
Money Quiz!!!!.
Quiz Name Here Click to start.
Quiz Name Here Click to start.
Put it all together Lesson 5.
Gaming with conditionals
Everyday sequence algorithms that develop movement
Reviewgamezone.com Go online to reviewgamezone.com and on the right (or scroll down to) where it says “Games By ID#” type in & Then scroll.
Reviewgamezone.com Go online to reviewgamezone.com and on the right (or scroll down to) where it says “Games By ID#” type in 4274 or Then scroll.
Structures at a Glance Timed Pair Share Stand Up, Hand Up, Pair Up
Learning about Conditional Selection before using it inside a Game
Put it all together Lesson 6.
Recap the basics Lesson 1.
Structures at a Glance Timed Pair Share Stand Up, Hand Up, Pair Up
Using the sensor Lesson 5.
Structures at a Glance Timed Pair Share Stand Up, Hand Up, Pair Up
Module 5 ● Vocabulary 1 a sensing block which will ask whatever question is typed into the block and display an input text box at the bottom.
Use the ten frames to help solve the problems
Primary School Computing
Whole Number Mental Add and Subtract
Whole Number Mental Add and Subtract
Whole Number Mental Add and Subtract
Whole Number Mental Add and Subtract
Whole Number Mental Add and Subtract
Whole Number Mental Add and Subtract
Whole Number Mental Add and Subtract
Whole Number Mental Add and Subtract
Whole Number Mental Add and Subtract
How do you increase student engagement?
Whole Number Mental Add and Subtract
Condition Switches between actions
Whole Number Mental Add and Subtract
Presentation transcript:

Learning about Conditional Selection

Condition starts action If you are hungry put your hand up If you like computing smile If you are 8 or older Stand Sit

Condition switches between actions If you are a girl Stand Else Bow If you like marmite Wave Frown

Condition stops repeated action Repeat until shout stop Stand Sit Repeat until teacher raises arm Smile Frown Wave once

Introducing the ask input block and answer variable block Information input through typing into a box shown on the screen. Information input goes into the answer block. The answer block is a type of variable used for storing information that has been input through typing into the ask input block. Click on it to see what is inside or tick the box next to it. to add an answer block to the screen.

Plan your own Maths Quiz

Condition switches between actions Repeat until answer = 9 Ask 3x3=? Say correct Condition switches between actions Ask 3x3=? If answer = 9 Say correct Condition stops repeated action Ask 3x3=? If answer = 9 Say correct Else Say Wrong Condition starts action