Computer Science, asked by yaashhh2751, 1 year ago

Difference between high level and low level languages with examples

Answers

Answered by MadhushreeChowdhury
21
Low Level Languages are machine dependent programming languages such as Binary (Machine code) and Assembly language.

Since computer only understand the Binary language that means instructions in the form of 0’s and 1’s (Signals - that can be either High or Low), so these programming languages are the best way to give signals (Binary Instructions) to the computer directly.

High Level Languages are the machine independent programming languages, which are easy to write, read, edit and understand.

The languages like Java, .Net, Pascal, COBOL, C++, C, C# and other (which are very popular now to develop user end applications).

Differences

1) Platform Dependencies

First, you should know about the platform, here platform means Computer Hardware (Computer configuration).

Low Level programming languages are platform dependent that means programs written in Low Level language can run on the same hardware with same configuration, you cannot run them on hardware that has different configuration.

High Level programming languages are platform independent that means programs written in High Level language can run on different hardware with different configuration.

Remember: High Level programming languages are platform independent that doesn’t mean they are operating system independent. System hardware configuration may be different but Operating systems should be same.

2) Speed

Low Level language programs are faster than High Level language programs as they do not need to convert.

They have less number of syntaxes, functions, keywords, class libraries.

3) Easiness

Low Level language programs are not as easy as High Level language. There are only two Low Level programming languages Binary and Assembly. Binary has only 0’s, 1’s, while Assembly has some difficult type symbols which are knows as mnemonics.

But, the High Level languages programs are easy to write, read, modify and understand.

4) Performance

Since, Low Level Languages programs are faster, so performance of Low Level languages programs are better than the High Level languages programs.

5) Translation

Low Level language Binary does not need translation as Binary codes are Machine codes and computer understands them without any translations.

Assembly needs an Assembler to translate an Assembly program to its equivalent Binary/Machine Code.

High Level Languages are translated by the compilers or interpreters; sometimes (in case of some programming languages) both are required to get the Object/Binary file.

6) Flexibilities

High Level languages are flexible to read, edit, debug, understand etc but Low Level Languages are not so easy to handle.

High Level languages have huge libraries with a rich set of Data types, keywords, functions etc so these languages are really good to develop an application with many great features using less effort and resource.

7) Support

Low Level languages have less support than High Level Languages. There may be lesser number of professionals (community) in support of Low Level languages as comparisons to High Level Language support.



Answered by spring28blossoms
10

Answer:

The answer is in the above picture! Click it to view it! Thanks Have nice day!

Attachments:
Similar questions