Computer Science, asked by Suvamkumarnayak, 7 months ago

differenciate between low level language and high level language​

Answers

Answered by Xiomo
3

Answer:

Hope this would help you

Explanation:

So please mark me as brainliest

Attachments:
Answered by tiwarinikita0705
0

Answer:

Explanation:

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.

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.

Similar questions