Types of Programming (Repaired)
Types of Programming (Repaired)
statements. Library
Results
Example:
Using the example problem in the algorithm
The flowchart to find and display the volume Function
Data 4 Function
Data 5
of the rectangle is:
• OBJECT-ORIENTED
PRINT volume
Object 1 Object 2
Method Method
End Data Data
Programming Methodologies
Programming methodology – is the approach
to analyzing such complex problems by Object 3
planning software development and
Method
controlling the development process.
Data
2 Popular Approach to Writing Computer
Program
Procedural Programming – in this approach,
the problem is broken down into functions that
perform one (1) task each. This approach is
suitable only for small programs that have a
low level of complexity.
• PROCEDURAL
Main Program
Function 3
Data
Function 2
Data