answersLogoWhite

0

What is meant by Machine level language?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

A language at the level of the machine it runs on.

AKA Machine code, it's the underlying language that computer CPU's speak.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

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

What is meant by machine language?

A language at the level of the machine it runs on. AKA Machine code, it's the underlying language that computer CPU's speak.


High level to Machine level language is converted using?

high level language is converted to machine level language using a compiler or an interpreter


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

The difference between high level languages and machine languages are as follows: 1)Machine language uses binary numbers/codes but high level languages(HLL) use key words similar to English and are easier to write. 2)Machine Language is a Low level language and is machine dependant while HLLs are not.


What is required to convert a high level language into machine language so as to execute it later?

we need compiler to convert high level language in to machine language


Why there is a need for converting high level language into machine level language............ why cant we use high level language directly in computers?

Machine code is the native language of the machine. The machine does not "understand" any language other than its own native language. As such, all other languages, including low level assembly languages, must be compiled or interpreted in order to produce the required machine code.


In which language we don't need transaction?

machine level language


One instruction in high level language corresponds to one instruction in machine language?

No. Generally, one instruction in a high level language corresponds to many instructions in machine language.


What does an interpreter do?

Interpreater translate the high level language into machine level language line by line


What is assembler can do?

It converts machine level language to high level language simultaneously...and vice versa..


How do low level program languages interact with high level program languages?

Both must be translated into a common language. That language is machine code, the native language of the machine.


Machine language is what generation language?

Machine language is a first generation language.


Why is assembly language known as a low level language?

The level of a language is an indication of how abstract it is compared to the machine code it produces. The higher the level, the further it is from the machine and thus the more abstract it is. Assembly language has a near 1:1 translation to machine code with very little in the way of abstraction, thus it is a low-level language.