answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why machine language program written from one computer will not run on another computer with different CPU?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 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 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.


How can you learn computer language?

To learn computer language you have to learn the machine specification. Every machine type has its own native language specification, so learning one computer's language won't help you learn the language of a different machine type, in the same way that learning French won't help you learn Mandarin or Russian. However, a high-level language makes use of high-level abstractions to provide a language that is common to all machine types; the language interpreter handles the low-level machine details so we can write our code in universal terms rather than in terms that only one specific machine type can actually understand.


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

Machine language.