Differentiate between High level and very high level language.
Answers
Answer:
hope it helps you if yes then plz mark my answer as brainliest answer
Explanation:
Difference between High Level and Low level languages
Both High level language and low level language are the programming languages’s types.
The main difference between high level language and low level language is that, Programmers can easily understand or interpret or compile the high level language in comparison of machine. On the other hand, Machine can easily understand the low level language in comparison of human beings.
Examples of high level languages are C, C++, Java, Python, etc.
Let’s see the difference between high level and low level languages:
S.NO High Level Language Low Level Language
1. It is programmer friendly language. It is a machine friendly language.
2. High level language is less memory efficient. Low level language is high memory efficient.
3. It is easy to understand. It is tough to understand.
4. It is simple to debug. It is complex to debug comparatively.
5. It is simple to maintain. It is complex to maintain comparatively.
6. It is portable. It is non-portable.
7. It can run on any platform. It is machine-dependent.
8. It needs compiler or interpreter for translation. It needs assembler for translation.
9. It is used widely for programming. It is not commonly used now-a-days in programming.
Got what you were looking for? Learn more and become self sufficient. Start learning Data Sructures & Algorithms with the help of the most trusted DSA Self Paced course, and that too at the most student-friendly price.
Answer:
High Level Language
1. It is programmer friendly language.
low level
1. It is a machine friendly language.
2. High level language is less memory efficient. 2.Low level language is high memory efficient.
high
3. It is easy to understand.
low
3. It is tough to understand.
high
4. It is simple to debug.
low
4. It is complex to debug comparatively.
high
5. It is simple to maintain.
low
5.It is complex to maintain comparatively.
high
6. It is portable.
low
6.It is non-portable.
high
7. It can run on any platform.
low
7. It is machine-dependent.
high
8. It needs compiler or interpreter for translation
low
8.It needs assembler for translation.
high
9. It is used widely for programming.
low
9.It is not commonly used now-a-days in programming.