Published by: BhumiRaj Timalsina
Published date: 14 Jan 2022
We know that computer is user dependent machine. It doesn't work or think on its own. All the activities of computer system are controlled and processed by the instructions and information provided by the user. These instruction are called commands. Collection of such instruction and the data in a systematic form to solve the problem is called the program.
To solve the problem using computer we have to make some systematic plan of action. Such plan of action can be represented in the systematic order using different tools and technique called the program presentation tools and technique. Popular tools and technique used to represent the programs are flowchart and algorithm.
Algorithm is defined as a set of rules that define how a particular problem can be solved in finite number of steps. In another word, algorithm is a step by step representation of instructions to solve the problem. An algorithm must be composed of a finite set of steps, each of which may require one or more operations.
The good algorithm should have following features:
The step by step solution of a problem in a picture form is known as flowchart. It is one of the most important and oldest techniques to depict an algorithm.
A Flowchart facilitates the computer in following ways:
The basic flowchart symbols are:
Types of Flow Chart.
According to use and application of the flowchart we have two types of flowcharts: system flowchart and program flowchart.
Rules of developing flowchart.
1. Analyse the input, process, storage and output of the program.
2. Use standard symbols and arrowhead to the direction of flow of data and instructions.
3. We should use easy word which can be easily understood by other programmer.
4. There should be a list of activities inside each symbol.
5. It should express all sections like input, process, logical and output.
6. It should not be any programming language oriented.