DOWNLOAD | DOWNLOAD |
---|---|
High-level
Language
|
Low-level
languages
|
|
Understanding
|
Human
can easily understand high level languages.
|
Difficult
to understand for human.
|
Execution
|
Execution
is slow compared to low level languages.
|
Execution is very fast compared
to low level languages.
|
Structural
|
High
level languages are well structured programming.
|
Low level languages do not provide
structured programming.
|
Modification
|
It
is very easy to modify.
|
It
is very difficult to modify.
|
Complexity
|
It
is simple.
|
It
is very complex.
|
Facility at hardware level
|
Do
not provide much facility at hardware level.
|
Provides
facility to write programs at hardware level.
|
Knowledge of hardware
|
Knowledge
of hardware is not required to write programs.
|
Deep
knowledge of hardware is required to write programs.
|
Applications
|
High
level languages are normally used to write application programs.
|
Low
level languages are normally used to write hardware programs.
|
Examples
|
Ada , Modula-2 ,
Pascal, COBOL, FORTRAN, BASIC
|
Assembler
|