Procedural Programming Paradigm
Procedural Programming Paradigm
Some languages make it easy to write in some paradigms but not others.
Main
Program
The basic component of
the procedural paradigm
Function 1 Function 2 Function 3 is a Function/ Procedure
Each Function/
Procedure is responsible
for doing one task
Function 1 Function 2
The local data of function
1 are not visible to
function 2 and vise
versa.
Local Local
Data Data
12
Prepared by: Ms. Dania Alsaid, Ms. Hana Alrasheed
▪ Easy to learn by beginners.