BLOGGER TEMPLATES AND TWITTER BACKGROUNDS »

Tuesday, December 6, 2011

PROCEDURE ORIENTED PROGRAMMING LANGUAGES

*The high level languages such as COBOL,FORTRAN and C are commonly known as procedure oriented languages.

*In the procedure oriented programming every problem can be solved as a sequence of instruction,such as reading,calculating and printing the result.

*Flowchart can be used to organize actions and flow of control.

*When the program becomes larger,we use the principle of dividing a program into smaller pieces called a procedure or function.

*In a multifunction program,many important data items are places global so that may be accessed by all the function.Each function may have its own local data.

Relationship between data & function in POP


CHARACTERISTIC OF PROCEDURE –ORIENTED LANGUAGE:

*Emphasis is on doing things(algorithms).

*Large programs are divided into smaller programs known as function.

*Most of the function share global data.

*Date move openly around the system function to function.

*Function transforms data from one form function to another.

*Program design is top-to-down approach.


0 comments: