Grade 7:Computer Science
Algorithms and flowcharts
Algorithm
An algorithm is a set of step-by-step instructions to resolve a
problem.
In an algorithm, each instruction is identified and the order in which
they should be carried out is planned.
Example:
Algorithm for adding two numbers
Flowcharts
A flowchart can be defined as a diagrammatic representation of an
algorithm with the help of different symbols, shapes and arrows to
demonstrate a process or a program.
Flowchart Symbols
Flowchart Symbols
Flowchart Symbols
Flowchart Symbols
Algorithm Flowchart
[Link]
[Link] first numbers in A
[Link] second number in B
[Link] A,B and store sum(total) in SUM
[Link] SUM
[Link]