IT 112 - Computer Programming 1
IT 112 - Computer Programming 1
PROGRAMMING 1
JERWIN S. TAGUINOD, MIT
CONCEPT OF ALGORITHM
• Programming Algorithm
Is like a recipe which describe the exact steps the computer
needs to solve a problem or achieve a goal.
A recipe has a list of required ingredients and a series of
steps to make the meal defined.
Well, this is just the way an algorithm is.
In computer lingo, recipe is just like procedure, and the
ingredients are called inputs.
Your machine will look at the plan. Follow it to the letter, and
you will be able to see the results, called the outputs.
ALGORITHM