0% found this document useful (0 votes)
3 views3 pages

Flowcharting Basics and Structures

This document outlines the symbols and structures used in structured flowcharting. It describes terminal, process, decision, and collector symbols and shows examples of sequence, if/else, while loop, do while, for loop, and case/switch structures that can be represented using these symbols in a graphical flowchart.

Uploaded by

Edward lualhati
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)
3 views3 pages

Flowcharting Basics and Structures

This document outlines the symbols and structures used in structured flowcharting. It describes terminal, process, decision, and collector symbols and shows examples of sequence, if/else, while loop, do while, for loop, and case/switch structures that can be represented using these symbols in a graphical flowchart.

Uploaded by

Edward lualhati
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

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

You might also like