Objective of the lesson

Slides:



Advertisements
Similar presentations
Feedback loop (CV changes input) SP Controller Gc Plant Gp Sensor Gs E MV (Manipulated Variable CV Controlled Variable +-+- S.
Advertisements

Laws of Littering Source: Officer Roger Hellenbrand (Belleville Police Chief)
Microsoft® Small Basic
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.
Chapter 4: Looping CSCI-UA 0002 – Introduction to Computer Programming Mr. Joel Kemp.
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
Computer Bugs Original Powerpoint By: Spring LIS4480 Coding Team Jon.
Type your question here. Type Answer Type your question here. Type Answer.
Algebra Equations Lesson 1-7 Pages Equations An Equation is a sentence that contains an equals = sign. The equals = sign tells you that the expression.
Section 2.1 Systems of Equations (no calculator).
Conditional Loops CSIS 1595: Fundamentals of Programming and Problem Solving 1.
ITEC 109 Lecture 11 While loops. while loops Review Choices –1 st –2 nd to ?th –Last What happens if you only use ifs? Can you have just an else by itself?
Linear Applications: Standard Form. Read the problem carefully. Define the variables. Write the equation in standard form. Solve for the x-intercept by.
Random UNPREDICTABLE NUMBERS. A FEW APPLICATIONS THAT USE RANDOM…. Predictions for life expectance used in insurance Business simulations Games (Give.
By Mr. Putnam. In Catfall, the goal of the game is to touch the falling cats with the mouse. Every time you touch a cat, your score goes up by one point.
Math Jeopardy! By:. CurrentReviewWord Problem
Microsoft® Small Basic Conditions and Loops Estimated time to complete this lesson: 2 hours.
Computer Programming 12 Lesson 6 – Loop structure By: Dan Lunney.
Randomness Exploring Computer Science Lesson 4-10 – Part 2.
Objective of the lesson Use Blockly to make a dice for Snakes and Ladders All of you will: – Make an image which displays when you press a button Most.
EL Civics 12.4 DMV and Vehicle Registration
Objective of the lesson
Java for Beginners University Greenwich Computing At School DASCO

Objective of the lesson
Teaching Primary Computing Diving Deep into Programming
BBC Microbit.
BBC Microbit.
Objective: Be able to add and subtract directed numbers.
Objective of the lesson
BBC Microbit.
BBC Microbit.
Copyright © 2007 Training Games, Inc.
Multi-Step Equation Game! Play!.
BBC Microbit.
BBC Microbit.
Multiplication and Division Expressions
The Nested Splat! Series
Lesson – Teacher Notes Standard: 8.EE.C.7a and 7b
Three Special Structures – Case, Do While, and Do Until
random number between 1 and 5.
Lesson – Teacher Notes Standard: 8.EE.C.7a and 7b
Data Logging Day 1 ish Objectives:
ICT Gaming Lesson 3.
Put it all together Lesson 5.
The Nested Splat! Series
The Nested Splat! Series
The Nested Splat! Series
The Nested Splat! Series
The Nested Splat! Series
The Nested Splat! Series
The Nested Splat! Series
The Nested Splat! Series
The Nested Splat! Series
Put it all together Lesson 6.
The Nested Splat! Series
Painting with Sphero Shaw STEM Lab | 2018.
The Nested Splat! Series
Exploring Computer Science Lesson 4-10 – Part 2
Expected vs. Unexpected Behaviors
Objective: Be able to add and subtract directed numbers.
The Nested Splat! Series
The Nested Splat! Series
Lesson Ten Lists.
Level 6: “Increasing Complexity”
Level 6: “Increasing Complexity”
The Nested Splat! Series
Data Logging Day 1 ish Objectives:
The Nested Splat! Series
(Type Answer Here) (Type Answer Here) (Type Answer Here)
Presentation transcript:

Objective of the lesson Program your Sphero to simulate and play games All of you will: Use your Sphero to create a program to simulate being pulled over by a traffic officer Most of you will: Use your Sphero to create a Hot Potato game Some of you will: Create a program to allow your Sphero to tell the future

Speedy Sphero You’ll create a program that simulates Sphero getting pulled over by a police officer for speeding, build a hot potato game, and make Sphero into a fortune teller to predict the future. All of this will be accomplished with variables that let you set conditional values.

Variables

Speeding Ticket Sphero gets pulled by a police officer for speeding, using the speed sensor as a variable and Loop Until.

Speeding Ticket

Hot Potato Advance Warning – This program starts to be come more difficult. Only proceed if you are in Year 8 and confident at coding and maths Sphero gets thrown around in the hot potato game using two variables and Loop Until.    

Hot Potato

Fortune Teller Sphero is a fortune teller that predicts the future by combining a variable, nested If Then, Else conditions, and random bounded values. After you build the program, consider creating a more complex fortune teller, here are some possible answers you could program.

Fortune Teller