Sei sulla pagina 1di 3

Structured flowcharting:

A flowchart is a graphical representation of an algorithm.

Symbols:

Terminal

Process

Decision

Collector
Structures:

Sequence: if/else:

true false

while loop: do while:

true true

false false

for loop:

true

false
case/switch:

true

false

true

false

true

false

true

false

Potrebbero piacerti anche