answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is assembly language reffered to as low level language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What converts assembly language into low-level language?

An assembler.


Examples of Low-Level Programming Language?

Machine code & Assembly language.


Why assembly language is called low level language?

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.


What is the level of assembly language?

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


What is the example of low level language?

Machine Code, Assembly


What are the examples of low level language?

It are machine code and Assembly.


What are the example of low-level programming language?

It are machine code and Assembly.


Is assembly a low level language?

Yes, it's actually about as low level as you can get. An example of a high level langauge would be Java


What is assembly program?

An assembly program is a machine-dependent program written in a low-level symbolic code known as assembly language.


Why is assembly language regarded a as low level language?

ASM or Assembly Language is the lowest level of software programming. It uses alphabetic codes to represent processor instructions. ASM is processor specific. It compiles directly to "machine language".


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 do we use C language?

We use C when we want to write low-level code with a higher level of abstraction than that provided by assembly language.