Table of contents |
|
Introduction |
|
Features of an algorithm |
|
Introduction to Flowcharts |
|
Symbols in a flowchart |
|
An algorithm is basically a procedure of steps that we exactly follow to solve a particular task or problem. We can say that it is a set of rules that we need to follow while developing a program code during problem-solving. Furthermore, if we write an algorithm before actually writing a code, it becomes easy to perform the coding part. Moreover, the algorithm is in simple English language hence, others can also easily understand it and develop the code.
The features of an algorithm are as follows:
It is basically a diagrammatic representation of an algorithm. Furthermore, it uses various symbols and arrows to describe the beginning, ending, and flow of the program. Moreover, the programmers use it to depicting the flow of data and instructions while problem-solving. Flowcharting is the process of drawing a flowchart for an algorithm.
The flowchart uses various symbols in the representation. These basic symbols are as follows:
5 videos|9 docs|39 tests
|