Flow Chart. A flow chart is a graphical representation a logic sequence. Flowchart is a diagrammatic...

Preview:

Citation preview

Flow Chart

Flow Chart• A flow chart is a graphical representation a

logic sequence. • Flowchart is a diagrammatic representation

of an algorithm• Flowcharts use simple geometric symbols

and arrows to define relationships. • The flow chart symbols are linked together

with arrows showing the process flow direction.

Flow Chart• In programming, the beginning or end of a

program is represented by an oval. • A process is represented by a rectangle.• A decision is represented by a diamond• I/O process is represented by a parallelogram.

Flow Chart• Symbols Used in Flow chart

Flow Chart• A flow chart for addition of 2 nos

Flow Chart• flowchart to find the largest among three numbers

Recommended