answersLogoWhite

0

What is meant by low level language?

Updated: 8/17/2019
User Avatar

Wiki User

12y ago

Best Answer

A low level language is one where there are only a few (or even only one) instruction(s) per line of code. Assembler is an example of a low level language.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by low level language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is meant by middle level languages?

Middle language basically means that the language uses English like terms for its syntax still have got the features of Low level language. For Example:C


How to convert low level language into high level language?

lang are convert into low level language by


What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.


Why will you prefer low level language to a high level language?

A high level language naturally assumes the intentions of the programmer and thus blocks off many otherwise possible methods. For those that prefer to have a high level of control, a low level language is the obvious choice. The level of the language is inversely proportionate to the degree of control the programmer has. ie. low level language = high level of control, and vice versa.


What is High Level Languages and Low Level Languages?

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, andLow 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, andLow Level Language means the language is more to a machine language than a human understandable language.


Is Database a low level language?

No.


What is a low level of language?

c


Difference between high level language and low level language in tabular form?

high level language are easier to learn


What converts assembly language into low-level language?

An assembler.


Why C language is middile language?

If you meant 'middle', then it is a mistake; C is a high-level language.


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


Why c plus plus is not a middle level language?

C++ is a high-level language with low-level features, including memory pointer variables, therefore it is an intermediate-level language. In other words, it is a middle-level language. It cannot be regarded in any other way, because it is not as low-level as assembler, but it is as low-level as C, and can also be as high-level as Java.