1 / 7

Kodu

Kodu. What We Are Learning. ALL LEVELS We are learning the basics of programming Know the meaning of the terms sequence Understand how these would be used in a program . LEVEL 4 Be able to use selection and sequence in their Kodu world. LEVEL 5 Complete advanced sequencing.

meg
Download Presentation

Kodu

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

  2. What We Are Learning ALL LEVELS • We are learning the basics of programming • Know the meaning of the terms sequence • Understand how these would be used in a program. LEVEL 4 • Be able to use selection and sequence in their Kodu world. LEVEL 5 • Complete advanced sequencing

  3. REMINDER: Flow Charts - Sequence • A flow chart is a way to show the sequence of events. • You have to make sure that all of the steps are in the correct order.

  4. TASK 1- Put the sequence of events in the correct order to make Kodu move towards an apple, eat it and return to his original position. You should join them using lines. Start Stop Pick up apple Move forward Eat apple Move forward Turn around

  5. TASK 2- CHALLENGE: Write a program below to take a number, square it (multiply by itself) and display the number. Answer = Number * Number Output number Stop Input number Start

  6. Task 3- Create a program to Kodu move towards an apple, jump onto a rock if the space bar is pushed, eat the apple and turn around. You should join them using lines. Start Pick up apple Stop Has space bar been pushed? Jump on rock Move forward Turn around Eat apple

  7. Update DiaryWhat Have You Learnt?I have learnt that a sequence is……..

More Related