Today's software evolution

Basically today's software technology comes in 4 steps:


1)  Machine Language
2)  Assembly Language
3)  Procedure Oriented Programing Language
4)  Object Oriented Programing Language


1)  Machine Language : All programming languages that are programmed directly with 0 and 1 are called machine languages.

Hurat99



2)  Assembly Language : The programming in which a program is composed using special signals or mnemunic is called assembly language.

Programs written in high-level languages never match the raw speed and efficiency of programs written in assembly. Examples of high-level languages include Python, Java, JavaScript, Clojure, and Lisp.

Hurat99


3)  Procedure Oriented Programing LanguageAll programming languages that are more important function than data in programming are called Procedure Oriented Programming Languages.

There are two types of data use in procedure oriented programing language:

1) Local data

2) Global data

There are all types function use this global data. 

Hurat99


4)  Object Oriented Programing LanguageObject Oriented Programing is a Programing Language that contains data with instruction for processing that data to make a self sufficient object.

Hurat99

Post a Comment

2 Comments

Thanks for comment