Sunday, July 17, 2011

Basic Things to be known before You start programming

Machine Language(low level language):-
A Computer can understand only one language that is machine language which is in the form of binary digits i.e "0" or "1". This language is very difficult to understand by the us.
High level language:-
As machine language is very difficult to understand so we use help of high level languages which simply consist of English alphabets and these languages use translaters such as "compiler" or "inter-printer" to translate high level language in to low level language.
There are different high level languages such as C, C++ , FORTRAN ,  JAVA , BASIC e.t.c
Now you can understand that why we use these languages  for programming.

No comments:

Post a Comment