answersLogoWhite

0

Because it cannot be understood by users. High level language like C can be understood by the user by looking at its source code. But assembly level language does not have any source code, its a language converted from high level language to low level language (assembly level language or machine level language) so that the language which the user could read/understand can also be read/understand by the machine.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the level of assembly language?

Assembly languages are low level languages, sometimes also called machine-level languages.


What converts assembly language into low-level language?

An assembler.


Why machine and assembly language are called LLL?

Because LLL stands for Low Level Language. Low level because on is writing code very close to the instruction set of the computer chip.


Why C language is called mid level language justify with an example?

C language support bit-level manipulation that are normally done in assembly or machine level language. C reduce the gap between high level and low level language. So, it's called as middle level language.


Why c is called as middle level language?

Misunderstanding. There are no 'middle level languages', only low and high level languages. Machine code and assembly are the former, everything else is the latter.C is often called a middle-level computer language as it combines the elements of high-level languages with the functionalism of assembly language. But actually it doesn't have any Assembly-like feature (whatever that means).


Examples of Low-Level Programming Language?

Machine code & Assembly language.


What are the examples of low level language?

It are machine code and Assembly.


What is the example of low level language?

Machine Code, Assembly


Why is assembly language reffered to as low level language?

Assembly language is low-level because it has the least amount of abstraction between the source and the resultant machine code. That is, the translation from assembly language to machine code is 1:1. All high-level languages have much higher degrees of abstraction.


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

A programming language that is machine-independent is called a "high-level" language - this includes Java, C++, Python, etc. A programming language that is machine-dependent is called a "low-level" language. For PCs, this usually includes assembly, binary code or some proprietary languages on embedded devices.


What are the example of low-level programming language?

It are machine code and Assembly.


What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.