- HLL (High Level Language)
- MLL (Middle Level Language)
- LLL (Low Level Language)
HLL (High Level Language):
High Level Languages are used to create Application Softwares. T languages are close to human languages. These are not the machine languages, which are not understandable to human very well. Since computer understands only machine language so it needs to be converted into machine language so computer can execute the command.
Compiler or Interpreter converts the HLL into Machine Language.
Examples: HTML, FORTRAN, BASIC etc
LLL (Low Level Language):
Low Level Languages are machine languages. These are used to control hardwares/writing divers. It difficult and use Mnemonics.
Example: ASSEMBLY Language
MLL (Middle Level Languages):
Middle Level Language combines the elements of High Level Language and Low Level Language. These languages were created for the facility of programmer.
Examples: C, C++, VB, VC
1 Comments:
Post a Comment