answersLogoWhite

0

What is machine language?

Updated: 8/11/2023
User Avatar

Wiki User

8y ago

Best Answer
usually computers uses 0s and 1s as the means of their instructions.
may be in some computers 01010 indicates addition, 01011 indicates subtraction and vice versa.

ultimately when we write our program in high level languages such as c or c++ they have to be converted into 0s and 1s or machine language to be executed by the system.
User Avatar

Wiki User

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

Wiki User

11y ago

The lowest level that a computer can understand is the binary code consisting of 1s and 0s. An example would be 1001 which could represent the decimal number 9.

Machine Language is a set of computer instructions in this low level language. It is very difficult to write programs in this form. One solution is to convert these instructions into basic codes like MOV for Move and ADD for Add. This is known as Assembly Language programming.

Either Machine Language or Assembly Language is used when it is absolutely necessary to make a computer run as fast as possible. Examples might be computer graphics or high-level realtime systems such as airline booking systems.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

Machine language is the language that a computer can understand.It is in the form of binary digits i.e. 0 and 1.It is very difficult for human beings to understand this language.

This answer is:
User Avatar

User Avatar

Wiki User

6y ago

Machine language is also known as machine code or native code.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Machine language is what the computer hardware understands. Everything else has to be translated to machine language before it can be executed.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Also known as object code or compiled code, it is the set of code that is generated by a compiler from source code.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

its called binary code

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Machine code is machine-level language.

This answer is:
User Avatar

Add your answer:

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

What are the Feature of machine language?

what are the features of machine language?


Machine language is what generation language?

Machine language is a first generation language.


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.


What is machine language called and what numerals represent this language?

A machine language is called as machine code and it is represented as binary numbers 0 and 1


What is meant by Machine level 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.


What are the language of the processor?

Machine language.


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 coverts programs into machine language?

Assembler/compiler converts programs into machine language.


What are the features of machine?

what are the features of machine language?


What is the importance of the machine?

Machine language is what the computer hardware understands. Everything else has to be translated to machine language before it can be executed.


What are the five examples computer language?

Machine code, assembly language, COBOL, FORTRAN and C. Machine code is the only language that is native to the machine. All others must be converted to machine code.


Are machine language and assembly language the same?

No, they are not the same. Assembly language uses mnemonic words to REPRESENT machine language; to be able to actually run it, a special program - a so-called assembler - then needs to convert it into machine language.