answersLogoWhite

0


Best Answer

High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.

High Level Language means the language is easily understandable, and
Low Level Language means the language is more to a machine language than human understandable language.
High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.

High Level Language means the language is easily understandable, and
Low Level Language means the language is more to a machine language than a human understandable language.

User Avatar

Wiki User

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

Wiki User

11y ago

High level language is easy to understand because it uses to English words.

Low level language is difficult to understand because it is 0and1 code word.

High level language reserve large space.

low level language reserve low space.

High level language program slow in execution and it also normally application software are develop.

low level language program is fast in execution and it also normally system software are develop.

It is also called English oriented language.

It is also called Machine and assembly language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is High Level Languages and 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.


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.


What are necessary condition for programming language to be considered as high level language?

It mustn't be Assembly (or machine code). Unlike low-level languages, high-level programming languages may use natural language elements (easy syntax), be more user-friendly, have simple keywords, and other concepts that deem it easier to utilize than low-level languages.