You are here

Module Call

19 January, 2016 - 11:41

A program module is represented in a fowchart by rectangle with some lines to distinguish it from process symbol. Often programmers will make a distinction between program control and specific task modules as shown below.

 

Note: C++ equivalent is the function.

Local module: usually a program control function.

media/image18.png
Figure 10.7 Rectangle with a line

Library module: usually a specific task function.

media/image19.png
Figure 10.8 Rectangle with some lines