You are on page 1of 1

ALGORITHM An algorithm is a stepwise 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.

You might also like