Put it all together Lesson 6.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Lesson 1: Setting up a 2d game 9.5 Lesson Slides.
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.
SKILLS AND TECHNIQUES HOMEWORK DUE IN TODAY Higher/Intermediate 2 Physical Education.
Multiplication is the process of adding equal sets together = 6 We added 2 three times.
Lesson 6-3B Objective: Solve inequalities using more than one step…continued.
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
Python Programming Using Variables and input. Objectives We’re learning to use basic knowledge of variables combined with user input. Outcomes Continue.
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.
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.
Lesson #28 – Addition Method to Solve a System. Recall that a _______ of two linear equations can be solved by using let y 1 =y 2 ie the system comparison.
GCSE COMPUTER SCIENCE Practical Programming using Python
While multiplying larger numbers involves more steps, it’s not necessarily more challenging. If you know the steps to organize the process. So, what strategies.
Recapping Quiz Review your Quiz
A tour of how you can add and subtract fractions.
Using Addition & Subtraction
Creating a quiz in Excel
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.
Introduction to TouchDevelop
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.
Simultaneous Equations substitution.
What is the purpose of it?
1’s tell your partner what is the goal in an equation.
Using Addition & Subtraction
Put it all together Lesson 5.
Example 1A: Solving Inequalities with Variables 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
Variables Lesson 3.
Recap the basics Lesson 1.
Using the sensor Lesson 5.
I can control a motor and use a sensor
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
Starter.
Using Addition & Subtraction
Week 6 Computer Programming Gray , Calibri 24
Primary School Computing
Using Addition & Subtraction
Week 6 Computer Programming Year 9 – Unit 9.04
Creating an Interactive Quiz
Presentation transcript:

Put it all together Lesson 6

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 to starter challenge

Make a quiz 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, all the servo lights should turn green, Edbot should bow and you should add the word “Correct” to a list. If they get the answer wrong all the servo lights should turn red, Edbot should crouch down 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 the highlighted points and tick those that you feel you have achieved.

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