Computer Science, asked by kvskashish16, 8 months ago

A program that is written or compiled on one type of computer and can be executed on a different type of computer is called __________

Answers

Answered by dlalith2003
4

Answer:

A program that is written or compiled on one type of computer and can be executed on a different type of computer is called as Compiler.

Explanation:

MACHINE LANGUAGE CONSISTS of very simple instructions that can be executed directly by the CPU of a computer. Almost all programs, though, are written in high-level programming languages such as Java, Pascal, or C++. A program written in a high-level language cannot be run directly on any computer. First, it has to be translated into machine language. This translation can be done by a program called a compiler.

Similar questions