Wednesday, 3 May 2017

Computer language

Computer language is a way of communication between the user and computer.

1.Low level language:

Here, we can directly interact with hardware.
It does not require any compiler and is tough in Learning due to it's complex syntaxes.

Eg: Assembly language for CPU.
         Machine language.

2.Middle level language:

We can write programming of both low level as well as high Level language.

Eg: C and C++.

3.High level language:

It requires compiler to convert high level into low level language.
It is very easy in learning due to its easy syntaxes.

Eg: BASIC, COBOL, Fortran etc.


No comments:

Post a Comment

Program to display ASCII value of any character.

Program #include<studio.h> #include<condo.h> void main( ) { char ch; clrscr(); printf("\n enter any character...