
Have a great summer !!!
This blog is about the ICT11 class 2008/09 at WCCS.


Here is our new programming technique again: 
"While it is not lunch break I am learning new stuff in class", this is what you will experience today: The new stuff we are learning about today is conditional repetition using a While statement. It starts and runs a block of code as long as a condition is true. It stops as soon as the condition is false. So, as long as you are in class you will be learning the new things of section 7.2, but don't forget about your lunch break (as your teacher sometimes does), otherwise learning will never end.
After the end of term test about chapters 4,5 and 6 we are going to repeat an old topic: Using Loops for repetition. This will be the start of chapter 7 about control structures for repeating a block of code. Learn new vocab using the vocab sheet.

Homework
Today you will continue to develop and test the interactive The Clean-Up Robot.
In the second half of our class we are starting our first Term 2 project:

In chapter 5 a flight simulator will be used to introduce interactive animations, where the user can influence the sequence of the actions by pressing a key or using the mouse. These actions generate events and the interactive-program responds to those with event-handling methods.