Algorithm and Flowchart Grade 6 TERM3
Algorithm and Flowchart Grade 6 TERM3
What is an algorithm?
https://www.youtube.com/watch?v=40GHilyDwpc
An algorithm is a list of rules to follow in order to solve a problem. Algorithms need to have their
steps in the right order.
You use program to tell a computer what to do. Before you write program code you need
an algorithm. To make a computer do anything, you have to write a computer program. To write
a computer program, you have to tell the computer, step by step, exactly what you want it to do.
The computer then "executes" the program, following each step mechanically, to accomplish the
end goal.
When you are telling the computer what to do, you also get to choose how it's going to do it.
That's where computer algorithms come in. The algorithm is the basic technique used to get the
job done. Let's follow an example to help get an understanding of the algorithm concept.
Flow Chart
A flow chart is a graphical or symbolic representation of a process or algorithm. Each step in
the process is represented by a different symbol and contains a short description of the process
step. The flow chart symbols are linked together with arrows showing the process flow
direction.