Grade 6 - Programming Techniques
Grade 6 - Programming Techniques
Techniques
Identify Your Input
Input is essential known information that is
required to solve the problem.
2. Flowchart :
Flowchart is a graphical representation of
an algorithm. It is a diagrammatic
representation of the step-by-step solution
to a given problem.
Algorithm
Flowchart
These flowcharts play a vital role in the
programming of a problem and are quite helpful in
understanding the logic of complicated and lengthy
problems.Once the flowchart is drawn, it becomes
easy to write a program in any high level language.
Ad
va n
s ta ge
of
Flo
wc
ha rt
Difference between
Flowchart and Algorithm
Example :
Write an algorithm and draw the
flowchart for finding the average of two
numbers
Algorithm : Flowchart :
Task :
Write an algorithm
and
draw the flowchart
for
finding the
difference
of two numbers
Write an Algorithm and draw the
Flowchart for finding the greatest
of three number and submit your
work.