0
7.0kviews
Compare assembly language and higher level language.
1 Answer
written 6.5 years ago by |
Sr. No. | Features | Assembly Level Language | High Level Language | |
---|---|---|---|---|
1. | Abstraction | Negligible abstraction with the computer language. | Strong abstraction with the computer language. | |
2. | Use of Interpreters | It does not make use of compiler and interpreters | It uses compiler as well as interpreter to convert instruction into machine code. | |
3. … |