1 / 13

Do it now activity

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.

june
Download Presentation

Do it now activity

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Do it now activity Green pen activity in books

  2. AIM Understand how to use different types of loops in your programming

  3. Learning objectives Demonstrated use of the following: While loop Until loop L7 EXT. Loop counter

  4. Learning outcomes By the end of this lesson you will be able to ....

  5. 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

  6. 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

  7. 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

  8. 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

  9. 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

  10. 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

  11. 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

  12. 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

  13. Learning outcomes I can ....

More Related