FLOWCHARTS
The flowchart is a
diagrammatic representation of an algorithm. In other words, it is a visual
picture which gives the steps of an algorithm and also the flow of control
between the various steps. Flowcharts are used to describe the logic of a
program.
Flowcharting
symbols
Below are the symbols
used to represent different programming operations?
Terminal
symbol

Input/output
Symbol

Process
Symbol
The rectangle
represents operations or processes such as calculations which definitely cause
a change in values of variables.
![]() |
Decision
Symbol

Connector Symbol






0 Comments