10.algorithm Flowchart
10.algorithm Flowchart
• Algorithm
• flowchart
Goals
By the end of this lecture you should …
• Understand the role of a computer as a tool in Computer
Science.
• Understand the study of algorithms.
• Be able to identify how algorithms are developed &
evaluated.
• Flowcharts
What is Computer Science?
START
INPUT VALUE OF A
and B
SUM=A+B
PRINT :SUM
STOP
Example2
Flowchart showing sum of two numbers:
The End