Ticker

6/recent/ticker-posts

Procedure Oriented Programming Language - Disadvantage, Characteristics

Procedure Oriented Programming Language

In the procedure oriented approach, the problem is viewed as sequence of things to be done such as reading , calculation and printing. 

Procedure oriented programming basically consist of writing a list of instruction or actions for the computer to follow and organizing these instruction into groups known as functions. 

Procedure Oriented Programming Language
Procedure Oriented Programming Language

The disadvantage of the procedure oriented programming languages is: 

1. Global data access 

2. It does not model real word problem very well 

3. No data hiding

Procedure Oriented Programming Language
Procedure Oriented Programming Language

Characteristics of procedure oriented programming:

1. Emphasis is on doing things(algorithm) 

2. Large programs are divided into smaller programs known as functions. 

3. Most of the functions share global data 

4. Data move openly around the system from function to function 

5. Function transforms data from one form to another. 

6. Employs top-down approach in program design

 ALSO SEARCH :

"procedure oriented programming in c++"

"Disadvantages of procedure oriented programming language"

"difference between procedural and object-oriented programming with example"

"limitations of procedure oriented programming"

"procedure oriented programming language examples"

"Characteristics of procedure oriented programming"