Put it all together Lesson 5.

Slides:



Advertisements
Similar presentations
A Formative Assessment Cycle involves: 1.Teaching a lesson to achieve objectives. The lesson includes a planned assessment to check if the objective has.
Advertisements

Logo Lesson 5 TBE Fall 2004 Farah Fisher. Prerequisites  Given a shape, use basic Logo commands and/or a procedure to draw the shape, with and.
Solve Systems of Linear Equations with a Common Term Using the Elimination Method.
1 st Grade Mathematics Students will have a basic understanding of adding numbers. Students will have basic word problem skills. Students will know basic.
Multiplication is the process of adding equal sets together = 6 We added 2 three times.
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
Lesson 6-4B Objective: Solve compound inequalities with OR. Two or more combined Union.
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.
Simple Quiz Assessment David Yan Under the direction of Susan Rodger Duke University June 2015.
Counter Probabilities Teacher's Notes Topic: Probability
UFCEKS-20-2Multimedia Authoring Times Table Quiz.
Solving Inequalities by adding or subtracting, checking the inequality & graphing it!! This is so easy you won’t even need one of these!!!
1.Students will distinguish the difference between adding and subtracting fractions 2.Students will be able to explain how to add and multiply fractions.
PROGRAMMING IN PYTHON LETS LEARN SOME CODE TOGETHER!
Iteration. Iteration: Review  If you wanted to display all the numbers from 1 to 1000, you wouldn’t want to do this, would you? Start display 1 display.
Python Lesson 2.
Single Digit Addition Flash cards.  The program starts with introduction.  Today, we’re going to play single digit numbers addition and flash cards.
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.
Solving Inequalities Using Addition & Subtraction.
Lesson 3.5. ACT Practice Questions 1)Get out a piece of paper, and put your name on it. 2)I am going to show you 3 practice ACT math questions, and I.
Addition. Mental Maths Learning Objective I am able to count in 2’s, 5’s, 7s, 10s, and ½’s.
GCSE COMPUTER SCIENCE Practical Programming using Python
Recapping Quiz Review your Quiz
Using Counters Objective: Use counters to solve the addition of negative and positive integers.
Using Addition & Subtraction
Creating a quiz in Excel
Teaching Primary Computing Diving Deep into Programming
Using Addition & Subtraction
For example:
Variables Lesson 3.
Preliminaries Design page. Give an id to any part of the page that we take information from or write information to. Declare, instantiate and initiate.
Module 8: Lesson 8.1 Solving By Factoring
goteachmaths.co.uk Team Quiz! – Area Unit Conversion
Recap the basics Lesson 1.
26/12/2018.
Learning about Conditional Selection
Creating a quiz in Excel
An Introduction to VEX IQ Programming with Modkit
Teaching Primary Computing Diving Deep into Programming
Using the sensor Lesson 5.
1’s tell your partner what is the goal in an equation.
Python 19 Mr. Husch.
Using Addition & Subtraction
Example 1A: Solving Inequalities with Variables on Both Sides
Objective Solve inequalities that contain variable terms on both sides.
LONG MULTIPLICATION is just multiplying two numbers.
Creating an Interactive Quiz
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.
Programming In Lesson 4.
I can program behaviours using inputs and outputs
Put it all together Lesson 6.
Variables Lesson 3.
Recap the basics Lesson 1.
Using the sensor Lesson 5.
I can control a motor and use a sensor
Y6T2L2 Learning to reflect
I can control multiple outputs with a sensor
What do I do when I’m done reading a text?
I can program behaviours using inputs and outputs
Using Addition & Subtraction
Python 19 Mr. Husch.
Week 6 Computer Programming Gray , Calibri 24
Do Now Solve. n + 9 = z = 55 n = x = z = -16
Primary School Computing
Using Addition & Subtraction
Week 6 Computer Programming Year 9 – Unit 9.04
Creating an Interactive Quiz
Y5T2L2 Learning to reflect
Presentation transcript:

Put it all together Lesson 5

Starter What will this program do? It uses 18 lines of code and many of them are very similar and repetitive. Open the program called L6_Starter.sb2. Write a new program which will do the same thing but using a loop and variables and no more than 10 lines of code.

Objective of the lesson Create a working solution to a complex programming problem All of you will: Create a detailed program and make an attempt at solving some of your programming errors yourself Most of you will: Create a detailed working solution to a programming problem and solve many of the programming errors yourself Some of you will: Complete a complex working program that includes the extension activities and solve most or all of your programming errors yourelf.

Possible answer

Make a quiz You need to make a quiz which will do the following: Ask some random maths questions. It is up to you how easy or hard these are and how many questions you want to ask. If the user gets an answer right, Edbot should stand in the initial position, all the lights turn green for 1 second and you should add the word “Correct” to a list. If they get the answer wrong it should crouch down, all the lights turn red for 1 second and the word “Wrong” should be added to the list. Extension Activities: Instead of simply saving “Correct” or “Wrong” in the list, it should save the question, their answer and if they got it correct or wrong. If they get the answer wrong Edbot should tell them the correct answer. At the end of the quiz tell the user how many they got right.

Self-assessment Read all the points for the entire unit and tick ALL those that you feel you have achieved.