0% found this document useful (0 votes)
63 views4 pages

Structured Flowcharting:: A Flowchart Is A Graphical Representation of An Algorithm

The document discusses flowcharting as a graphical representation of algorithms using symbols like terminals, processes, decisions, collectors, and connectors. It outlines common programming structures like sequences, if/else statements, loops (while, do while, for), and case/switch statements that can be represented using flowchart symbols and their logical flow.

Uploaded by

VELANVENKAT
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views4 pages

Structured Flowcharting:: A Flowchart Is A Graphical Representation of An Algorithm

The document discusses flowcharting as a graphical representation of algorithms using symbols like terminals, processes, decisions, collectors, and connectors. It outlines common programming structures like sequences, if/else statements, loops (while, do while, for), and case/switch statements that can be represented using flowchart symbols and their logical flow.

Uploaded by

VELANVENKAT
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Structured flowcharting:

A flowchart is a graphical representation of an algorithm.


Symbols:
Terminal

Process

Decision

Collector / Connector

Input / Output data

Predefined & User defined functions


Note : exclusion to the scanf & printf

Logical OR

Off page connector

Logical Summing

Structures:
Sequence:

if/else:

true

while loop:

false

do while:

true
false

false

for loop:

true
false

true

case/switch:

true

false
true

false
true

false
true

false

You might also like