80 likes | 503 Views
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.
E N D
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
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.
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
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
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
Update DiaryWhat Have You Learnt?I have learnt that a sequence is……..