answersLogoWhite

0

I'm assuming it has to do with the architecture of the CPU.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

The difference between upload and download in Computer language?

upload: send a copy from source (yours) to another destination, usually a different machine download: copy from another machine (or web site) to yours (pc, pda, etc) Not all computer language have this abstraction, not even copy.


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.


Lowest form of computer language?

Machine Language


What is machince language in computer?

Machine language is a high level language and that laguage is understand by the computer.


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 language is built into the electrical circuitry of a computer?

Machine language


Why machine language is use while designing a microchip?

because computer can only understand the language of machine what we write( either any language) is first converted into machine language by compiler so it is necessary to design a microchip in machine language so that computer can understand what we are trying to ask


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 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 is translator in computing?

Translator is defined as a computer program that converts instructions written in one language to another without changing the initial logic in terms of computer language.


What is a binary programming language that the computer can run directly?

Machine language.


What are computer language translators Define each?

computer language translators are programming tools that translate high level languages into the machine language. they include:1)assembler-translates assembly language into machine language. 2)compiler-translates the high level languages into the machine language.