Transcript Document
TOPIC Kodu Kodu 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 KEYWORDS • • • • Kodu Program Sequence Selection TOPIC 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 Kodu 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 KEYWORDS • • • • Kodu Program Sequence Selection TOPIC 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. Kodu 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 KEYWORDS • • • • Kodu Program Sequence Selection TOPIC 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 Kodu 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 KEYWORDS Eat apple • • • • Move forward Turn around Kodu Program Sequence Selection TOPIC TASK 2- CHALLENGE: Write a program below to take a number, square it (multiply by itself) and display the number. Kodu LEARNING Answer = Number * Number Output number Stop 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 KEYWORDS Start Input number • • • • Kodu Program Sequence Selection TOPIC Kodu Update Diary LEARNING What Have You Learnt? I have learnt that a sequence is…….. 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 KEYWORDS • • • • Kodu Program Sequence Selection