answersLogoWhite

0


Best Answer

High Level Language:

High level language are easier to use and less technical skills are required to do a program. It is very useful where textual data is given priority. Troubleshooting doesn't takes a longer time. We get to know the errors very easily.

Low Level Language:

Low level language are not easily read at a glance and very high technical skill are required to do a program. Troubleshooting takes a longer time. They can produce stunning graphics.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

because its easily programmable .

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the advantages of high level languages to low level languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many scripting languages are there?

Three type of languages High level Mid level Low level


How many level computer languages?

Languages are usually classified at two levels, low level programming and high level programming, although some experts also make a distinction of very high level languages and very low level languages. So, depending on who you ask, there are either two, three, or four. The most common set is probably three: low, high, and very high.


What are the classifications of programming languages according to each level?

high level and low level


Why say that 'c' is high level language?

Well, there are only two categories: low- and high-level languages. Machine code and Assembly are low-level, everything else is high-level.


What are the 2 levels of computer science program languages?

High-level and low-level.


What are low-level languages?

Low-level languages are one of two major types of programming languages. They are more similar to machine language, which is the language that computers understand directly; as opposed to high-level languages which are similar to English as humans speak.


Which language is c language?

If you mean what type of language is the C Programming language, it is a high-level, statically compiled, procedural programming language. It is often described as one of the most "low-level" of the high-level languages, in that is it very adaptable for programming "close" to the hardware, while still retaining the advantages of portability, flexibility, and human comprehesiblity common to high-level languages.


What are examples of high lavel language?

The term high-level refers to the amount of abstraction between the code you write and the native language of the machine. Low-level code is a symbolic code that maps 1:1 with the machine code, thus assembly is a low-level language. All other languages that employ a compiler or interpreter to create the machine code are considered high level languages. However, C and C++ are examples of high-level languages that also allow low-level programming, and are often called mid-level languages for that reason.


What is the difference between high level and low level programming?

High level languages are easier for humans to read and program in. They are usually machine independent, and most have a wide variety of programming libraries available for common functions. Low level languages are usually machine specific, such as assembly languages. They lack programming libraries.


What is the program to convert Assembly level language to Higher level language?

There is no such program. Low level languages cannot be converted to high level languages. It's one-way only.


What are some high level languages?

Some high-level programming languages include Java, Python, C++, and C#. These languages are designed to be easier to read and write compared to low-level languages, making them more accessible for developers.


Why Low level languages are called Low level?

It's a "low level" language because it works at the machine level, while higher level languages are built on top of it.