Symbols of Flowchart | Gyansabha


A flowchart is a graphical representation of an algorithm.

It makes use of symbols that are connected among them to indicate the flow of information and processing.

Symbols of Flowchart

    Start/End (also known as Terminal)

    An Oval represents a start and end point of flowchart.


    Input/Output

    A parallelogram represents input or output. Take input from device and display the output from device.

    Process

    A rectangle represents a process. All arithmetic process (Addition, Subtraction, Multiplication, Division) are indicated by symbol.



    Decision

    A diamond indicates a decision. These symbols based on yes/no or true/false operations.



    Arrows

    A line is a connector that shows relationships between the representative shapes.


    Thank You 

Comments

Popular posts from this blog

The Basics You should Know For Programming!

Gyansabha