answersLogoWhite

0

What are advantages of a machine language?

Updated: 8/16/2019
User Avatar

Wiki User

12y ago

Best Answer

Advantage? That is not the right question. there is really NO ANSWER.

Machine language is the BASE LANGUAGE that a Machine work in.

Example: Go Left, Go Right is what we first think of as Machine language. But actually the commands: "Move memory location 1024 to CPU register location 2", Then "shift That register 1 BITE left", then "store back in location 1024"

The above are examples of machine language.

The first is that of mechanical systems that have HARDWARE to define 'Go' .. be it left or right. The second is an example of 3 steps of Machine instructions in a computer's CPU. One step in a CPU can take 1 billionth of a second.

So Assuming that you mean COMPUTER Machine language?

IT is easier to program in non-machine language. BUT ALL languages will convert or TRANSLATE the code you type into machine CODE. It is VERY hard to program in Machine code (The hardness determined by the CPU and what it controls).

COMPUTERS DO NOT RUN ON ANY OTHER LANGUAGE BUT 'MACHINE CODE'. That is all they understand. So It MAY be an advantage to instruct in machine code if there is an advantage otherwise there is not. Confusing? ENTIRE VOLUMES OF BOOKS have been written on this topic.

But when it comes down to the basics? There is nothing more basic than Machine Code.

ce

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

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

Advantages Disadvantages of using a shaper machine?

what are advantages and disadvantages of shapper machine


What are the Feature of machine language?

what are the features of machine language?


What are the advantages and disadvantages of machine language?

AdvantageThe only advantage is that program of machine language run very fast because no translation program is required for the CPU.DisadvantagesIt is very difficult to program in machine language. The programmer has to know details of hardware to write program.The programmer has to remember a lot of codes to write a program which results in program errors.It is difficult to debug the program.


What is the advantages of a pcos machine?

what is the advantages of pcos machines


What are Advantages of using a Grinding machine?

Nothing advantages


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.