Programming Language

 What is programming language ?

First we want to know about the program. Program is a set of      instruction given to computer to perform some specific tasks.

So we said that programming language is a sets of instruction  to make computer hardware and software performable/workable. Programming language is a backbone of any Software or Applications.

There are Two types of programming language ::

 1.Low Level Languge

 2.High level language

 

 1.Low Level language:

Low Level language are those type of language which are fast and memory efficient language. Low level language sit close to the computer's insruction set.It's instruction or commands are little difficult to memorize. Some
types of low level language are: ASSEMBLY,MACHINE...

2. High Level language:

High level language are user friendly, easy to learn programming language. By using this types of language the programming productivity is better. The commands are easy to write, debug and maintain.Some types of High level language are: C,C++,JAVA,PYTHON etc.


Comments

Popular posts from this blog

About RAM

Class and object in c++