Unit 3 Class 7
Unit 3 Class 7
A: In this situation, dividing the problem into small and manageable components could be useful trick
not only to better understand the problem but also to provide a better solution.
Q4. Can we have more than one decision symbol in the flow charts?
A: Yes we can have more than one decision symbols in flowcharts wherever multiple decisions are
required.
Algorithm Flowchart
An algorithm is a sequence of steps to solve a particular A Flowchart is a graphic/diagrammatic representation
problem in a precise and of an algorithm
systematic way.
For example: finding the sum of two numbers All actions that were needed step by step to solve a
etc. problem are drawn in the flowchart
A: Step 1: Start
Step 4: Add numl and num2 and store the result in the variable sum.
Step 6: Stop.