Ask a Teacher



what i mean by algorithm and flowchart

ALGORITHM

An algorithm is a step wise set of finite instructions written to solve a problem. It will be easier to code a program after we can have well prepared algorithm and flowchart. An algorithm is written on simple language and must be efficient and limited  to finite number of steps.

FLOWCHART
Flowchart is the diagrammatic representation of an algorithm with the help of symbols carryig certain meaning. Using flowchart, we can easily understand a porogram. Flowchart is not language specific. We can use the same  flowchart to code a program using different programming languages. Though desingning a flowchart helps the coding easier, the designing of flowchart is not a simple task and is time consuming.


comments powered by Disqus