Flow chart is very important tool for developing algorithm and program . It is pictorial representation of step by step solution of a problem.
Programmer often uses it as a program planning tool for visually organising step necessary to solve a problem. It uses boxes of different shapes that denotes different type of instruction.
While making a flow chart a programmer need not to pay attention on the elements of the programming language ,he has to pay attention to the logic of solution to the problem
wheres,,,
the term algorithm refers to the logic.it is step by step description how to arrive at the solution to the problem.algorithm is define as sequence of instruction that when executed in the specified sequence the desired results are obtained .
The set of rules that define how a particular problem can be solved in finite number of steps is known as algorithm.
A good algorithm help us to create a good program
Programmer often uses it as a program planning tool for visually organising step necessary to solve a problem. It uses boxes of different shapes that denotes different type of instruction.
While making a flow chart a programmer need not to pay attention on the elements of the programming language ,he has to pay attention to the logic of solution to the problem
wheres,,,
the term algorithm refers to the logic.it is step by step description how to arrive at the solution to the problem.algorithm is define as sequence of instruction that when executed in the specified sequence the desired results are obtained .
The set of rules that define how a particular problem can be solved in finite number of steps is known as algorithm.
A good algorithm help us to create a good program