Showing posts with label Flowchart. Show all posts
Showing posts with label Flowchart. Show all posts

Friday, 14 October 2011

Flow Chart

Flow charts are to tell people what to do. The same is needed for html/javascript. The computer must be told what to do in order for it to work.

Sequence: Perform following a list of instructions in sequence.

Selection: If a condition is true then perform following instruction.

Iteration: While the condition is true keep performing the following instruction.

Task:
Create a flowchart that shows how to start a car.