Programming Language Types Explain

Explain Types Of Programming Languages
Get Our Latest Interview Questions: Aptitude, Reasoning, English, GD, HR-PI

Types Of Programming Language: 
In the computer hardware, programming languages passing through evolution phase or generation. Programming Paradigm or generation is categorized into four types:
1. Monolithic Programming Language.
2. Procedural Programming Language.
3. Structured Programming Language.
4. Object Oriented Programming Language.

Monolithic Programming Language: 
This language consist of only global data & sequential code. Program flow control is achieved through the use of jump and program code, is duplicated each time it is to be used.
Since there is no support of the subroutine (function) concept & hence it is suitable for developing simple and small applications.
BASIC: Beginners All Purpose Symbolic Instruction Code.

 Procedural Programming Language:
Programs are in the form of subroutine & all data items are global. Program control can be done through jumping statement such as go to and calls to subroutine or functions.
Subroutines are provided to avoid repetitions. It is suitable for medium size software application. It is difficult to maintain and enhance the program code.

Structured Programming Language:
In this language a program consist of module and each module has a set of function. 

Important Features Of Structured Programming Language Are:
1. It focus on algorithm rather then data.
2. Program are divided into individual procedures that perform some particular task.
3. Here functions are independent of each other.
4. Procedures have there own data, there own logic.
5.  Parameter passing facility between procedures.
6. It introduce the concept of used defined data types.
7. It has a support for modular program approach & follows top down approach.
 Ex: C, Pascal.   

Object Oriented Programming Language:
Click Here To Read About Object Oriented Programming Language.  
  

Click Here To Know How To Download Above Video Tutorials Or YouTube Videos Free


 Enter Your Email Id To Get Our Programming, Web Development, Video Tutorial, Job Updates In Mail :

Labels: , ,