Saturday 14 July 2012

WHAT IS HIGH LEVEL AND LOW LEVEL LANGUAGE?


HIGH LEVEL PROGRAMMING LANGUAGE
The programming language which is written in human readable language (I.e English like language)
which is easily understandable by the user is known as High level language. It is not understandable by processor and this must be translated to low level language to be run by a processor. So we can say that assembly instructions are also high level language (but little bit difficult to understand and also machine depended ).
Every data in this are some how more secure than in low level language.
LOW LEVEL PROGRAMMING LANGUAGE
The programming language which is written in machine code (I.e consist of only zeros and ones)
only. which is also not easily readable by its user but it the only language understandable by processor.
Machine code/mnemonics can be called as low level programming language.

Every Data in low level language are almost accessed at any where of program code. 

No comments:

Post a Comment