answersLogoWhite

0

Machine language is the native language of the machine and requires no translation. Every other programming language must be translated into machine code in order to execute, which means you need to program the computer to perform that translation. A compiler translates the entire source code to produce a machine code executable, whereas an interpreter translates high-level statements as they are executed within the runtime environment.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What can be directly executed by the processor's circuitry?

Machine language


Can high level languages can be understood by machines?

Not directly. They need to be converted to "machine language" by compilers and linkers before they can be executed by the machine.


What is called michine language?

Machine language are the set of instructions that are executed directly by the central processing unit of the computer. It include 0 and 1.


Is ruby a native programming language?

No, Ruby is an interpreted language; it is not directly compiled to machine code, but instead is executed inside a virtual environment (the Ruby Runtime Environment).


Which language computer can understand directly?

People will say machine code but that actual truth is microcode. Microcode is actually a level lower than machine code, providing a platform from which machine code can be executed on. Microcode is the actual language of the hardware.


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.


The Language of Computers Programs are written in?

machine language


What is the only language computers really process?

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.


What is the binary language used by computers?

Machine code.


What code do computers use?

Computers Use Machine Language, which a normal person can't understand If you want to understand then you have to uncderstand that machine language into Human Language, they used Language Like C+++ for writing any program.


What is the readable language to computer?

Computers use machine language, which are coded instructions in binary.