Monday, November 7, 2011

Dance twist

Today i was still learning about the many things one can achieve using WinScratch. :D

Tuesday, November 1, 2011

Thursday, October 20, 2011

Experimenting on WinScratch

While experimenting on the WinScratch program, i programmed the animation of a bat flapping its wings and a dog walking , confusedly :D
Mr Cavill helped explain how the programming actually works
Here are some snapshots of them
this is the bat one:
The dog

Monday, October 10, 2011

For each of the flowcharts below describe in words what you think they will do

I think the first flowchart is for printing, and the second flowchart is for a stopwatch.

Then with the aid of class discussions, write an algorithm for the following processes;

1.   opening a door and entering a room.
Go to door
turn handle
push door
and enter room.

2.  Negotiating traffic lights as you drive down a street.
-
In your algorithm write each step of the process on a new line. Remember not to assume the computer knows anything.

Sunday, October 9, 2011

Repitition

Iteration in computing is the repetition of a process within a computer program. It can be used both as a general term, synonymous with repetition, and to describe a specific form of repetition with a mutable state.