<body>
HELLO, SUNSHINE
Amy:Hello Moonlight
Welcome to my Blog
This is for my IST assignment :)
i will be talking about computers

ME


Name: Jessica B
Location: Australia
School: CMA
Likes: Going to the City, Capitols&Cocos, Shopping, Editing Pictures,
hates: Being Sick :(

Powered by Blogger

Past
July 2007 August 2007 September 2007 November 2007 December 2007 March 2008 April 2008 May 2008 July 2008 September 2008

TAG

LINKS

Old Skinns
Version.1 - [Oh'Seven]

ClassMates
[Alison] [Heather] [Alex] [Alyssa] [Carla] [Maxinne] [Sarah] [Claudia] [Hilda] [Evelyn] [Monica J] [Eliza] [Danica] [Emily] [Grace] [Leemy] [Josie] [Sam-Alicia] [Monika] [Bonnie] [Megan] [Ashley] [Angela A] [Jessica E] [Louisa] [Marjorie] [Jessica P] [Rebecca] [Joanna] [April] [Sabrina] [Maria] [Robyn]

these are my friends and my IST class (9.4) not everyone is on it because they were not on the school site. Remember to add urself :D
not on it? Comment me or Msg me with ur name and link and ill add u

ZOMG Press Refresh and the image changes :D

Algorithm
Friday, July 25, 2008
9:23 AM
An algorithm is instructions/method, it is usually data processing and calculation. A type of method which has a well defined list of instruction for completing a task or solving a problem.

a simple algorithm can involves making a cup of tea. It would look like this

1.Boil Water
2.Place Coffee in the Cup
3.Place Sugar in the Cup
4. Add the Boiling Water
5.Add Milk
6.Stir

The Algorithm above is an simple example of instructions/method that achieves the goal of making coffee.

Having the steps in the correct order is very important as if it was to be changed then it wouldn't work
For example
changing and 1 it would look like this

1.Stir
2.Place Coffee in the Cup
3.Place Sugar in the Cup
4. Add the Boiling Water
5.Add Milk
6.Boil water

This algorithm is incorrect as the goal or making coffee wasn't achieved as the list of steps are incorrect.