program interpreter what is
Definition of Interpreter Program for programmer: an input program, while a compiler does not.

Helpful?

Definition Interpreter Program

Explanation INTERPRETER PROGRAM: An interpreter program is a computer program that executes an input program, while a compiler does not execute its input program (the source code) but only translates it into another language, usually executable machine code (also called object code) which is output to a file for later execution. People can execute the same source code either directly by an interpreter or by compiling it and then executing the machine code produced later. It takes longer to run a program under an interpreter than to run the compiled code but it can take less time to interpret it than the total time required to compile and run it. This is especially important when prototyping and testing code when an edit-interpret-debug cycle can often be much shorter than an edit-compile-run-debug cycle.

Other definitions in programming such as Interpreter Program in Dictionary I.

Manual IEEE 829-1998:
Help known as the 829 Standard for Software Test Documentation, is an IEEE standard that specifies the form of a set of documents for use in eight defined stages of software testing, each stage interpreter program definition.
Manual Inline Expansion:
Help inlining for short is a compiler optimization which "expands" a function call site into the actual implementation of the function which is called, rather than each call transferring interpreter program explain.
Manual Intelligent Device Management:
Help Management is a term used for enterprise software applications that allow various equipment manufacturers to proactively monitor and manage remote equipment, systems and products via the Internet and interpreter program what is.
Manual Internal Command:
Help are executed by the command processor programs COMMAND.COM in DOS and CMD.EXE in OS/2. The command processor is always loaded when the operating system is loaded. In DOS and OS/2, a command, such as interpreter program meaning.
Manual Integrated Software Package:
Help package refers to a suite of software with several applications integrated into one package. For example, a software package such as Microsoft Office that contains word processing, spreadsheet interpreter program abbreviation.
  • Dodano:
  • Autor: