HOME

Flowcharting

AOIT 2

Flowcharting was the first subject we were introduced to in AOIT 2. The point of making flowcharts was to build our understanding of this method before moving into coding in C++. Flowcharts use special shapes to represent different types of actions or steps in a process. Lines and arrows show the sequence of the steps, and the relationships among them. This flowchart is replicating the behaviour of a register.

Flowchart