User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:s_cli:05_contents:01_prt:02_basics:03_paradigim:procpro

2.1.3.1 Procedural Programming

Return to Programming Paradigm

Procedural Language break a problem down into a small set or procedures (i.e., Functions or Procedures) that when put together can solve the original bigger problem. In addition to the procedure calls there is the control and flow of which procedures need to be called and in which order (control flow). In addition, data can be shared and stored between the invocation of the procedures. A very important, simplistic used to visualize the activities in Procedural programming is the Flow Chart. However, the number and quantities of graphical tools used to represent many procedural processes is much greater than the simple Flowchart. For more details, see UML/SysML/SOAML as well as UPDM1).

  • Note: Flowcharts are NOT required to when representing programs or applications BUT a flowcharting technique can be used to help explain a program or an application, than it is most likely is using a Procedural Paradigm.

Some examples of Procedural Programming languages are:

  • Ada
  • C/C++
  • C#
  • ECMAScript (i.e., Javascript)
  • FORTRAN
  • Java
  • Pascal
  • Python

In Figure 1, the green and red dots represent the starting and ending points respectively, the green boxes represent procedures, the diamonds represent a decision point and the blue cylinders represent the data. Note there alternates paths through the application.

Figure 1: Procedural Programming Control Flow
1)
Bleakley, Graham, Introduction to UPDM, Accessed: 13 April 2021, https://www.omg.org/ocsmp/Introduction_to_UPDM.pdf
dido/public/s_cli/05_contents/01_prt/02_basics/03_paradigim/procpro.txt · Last modified: 2021/08/13 13:13 by murphy
Translations of this page: