130 likes | 205 Views
Do it now activity. Green pen activity in books. AIM. Understand how to use different types of loops in your programming. Learning objectives. Demonstrated use of the following: While loop Until loop L7 EXT. Loop counter. Learning outcomes.
E N D
Do it now activity Green pen activity in books
AIM Understand how to use different types of loops in your programming
Learning objectives Demonstrated use of the following: While loop Until loop L7 EXT. Loop counter
Learning outcomes By the end of this lesson you will be able to ....
Demonstrated use of the following: While loop Until loop Learning objectives New Learning • Download and investigate the program called ‘until loop’ from • www.Y8computing.weebly.com • Term 4 • Lesson 5 Iteration Loop For While Until Recursion
Demonstrated use of the following: While loop Until loop Learning objectives Independent task Can you adapt the code to: Keep asking the user a maths question until they get it correct? Can you use negation for this? Iteration Loop For While Until Recursion
Demonstrated use of the following: While loop Until loop Learning objectives Talk task What did the until loop do? Iteration Loop For While Until Recursion
Demonstrated use of the following: While loop Until loop Copy Keyword Learning objectives Copy Keyword Iteration: A group of instructions is executed repeatedly until a condition is met (loop) Iteration Loop For While Until Recursion
Demonstrated use of the following: While loop Until loop Learning objectives Learning Development • Download and investigate the program called ‘while loop’ from • www.Y8computing.weebly.com • Term 4 • Lesson 5 Iteration Loop For While Until Recursion
Demonstrated use of the following: While loop Until loop Learning objectives Independent task Can you adapt the code to: Create a count down to blast off? Iteration Loop For While Until Recursion
Demonstrated use of the following: While loop Until loop Learning objectives Talk task What did the while loop do? How is this different to an until loop? Iteration Loop For While Until Recursion
Plenary Learning objectives Use int(input()) function Use float(input()) function Use input() function print sentences Three stars and a wish. Input Float Integer String Typecasting
Learning outcomes I can ....