HIGH LEVEL LANGUAGE AND LOW LEVEL LANGUAGE
Since computers are electronic machines , they understand the language of electricity which can either be in any two state i.e:-
1>ON - Represented by 1 in computer language
2>OFF- Represented by 0 in computer language
so , ultimately computers can understand the language of 1's and 0's .This language comprising of 0's and 1's is know as Low level language.
Now, this language is very hard and its difficult to program in this language so we invented languages which is easy to understand and code such as c++,java,c,python etc. these languages are known as High level language.
So we first write the code in high level language and then for machine processing compiler converts it to low level language.
Comments
Post a Comment