answersLogoWhite

0


Best Answer

There is no such thing: compiler translates but doesn't execute; interpreter executes, but doesn't translate.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

source Program

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What program is the program that contains the language instructions or code to be converted?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a computer program made of?

A computer program contains instructions, to be executed by a computer.


What is a software file that contains a set of instructions called?

program


What does machine language code look like?

Machine language is the computer instructions in memory--the actual bits used by the machine hardware or microcode interpreter. To "look" at it, it has to be converted to a human-readable form. Often, it is printed as a sequence of hexadecimal numbers, usually tagged with the memory address. Sometimes it is processed by a disassembler program, which tries to translate the code into assembly language instructions and data. This is not always successful since in machine architectures that mix data and instructions, it can be difficult to determine which program areas are data and which are instructions.


Are different platforms required to have different type of jvm?

Yes. The JVM is an executable program, that is, it contains instructions in machine language - for a specific processor. Since different processors have different sets of instructions, the instructions for one processor won't work on another one.


What is a c compiler?

compiling program, compiler - (computer science) a program that decodes instructions written in a higher order language and produces an assembly language program


What is polymorphic viruses.?

The process by which program code is converted into machine language is called?


In order for a computer to understand a program must be converted into machine language by an?

compiler


Is that ture A data file contains instructions for a computer on how to perform a specific task?

This would be true. A data file is a file that contains the data which controls the operations of a program or task, which is the instructions for how to perform the task or run the program.


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


What kind of program is interpreters?

An interpreter is a specialized kind of computer program. This program executes instructions written in a programming language that is not the native coding.


What translators convert high-level language on statement-by-statement basis?

Machine level instructions can be converted to readable assembly language using a disassembler. If the machine instructions originated from a higher level language, there may also be a decompiler to create something resembling the original high level language version of the program.


Is a set of instructions or statements to the computer?

Computer language, or coding language, can be in a variety of different formats. These 'languages' may include C, C++, C#, Java, Ruby, Python, and others. Many of these languages are converted into binary code (the code that computers actually understand) before they are run. Binary code is not readable by humans, but computer languages are. That is why most people write instructions in a programming languages and then use another program to convert that code into binary.