Results 1 - 15 of about 3607 sawaal for "interpreter"
An interpreter translates some form of source code into a target representation that it can immediately execute and evaluate. The structure of the interpreter is similar to that of a compiler - the resulting executable is some form of machine- specific binary code - the computer hardware interprets executes the resulting code - program execution is fast Interpreter characteristics:- relatively little
Posted in
Computers & Technology by rocky singh at 2:09 PM on June 26, 2008
. The interpreter translates instructions one at a time, and then executes those instructions immediately. The compiler is itself a computer program written usually in some implementation language.http://searchenterpris elinux.techtarget.com/expert/Knowle dgebaseAnswer/0,289625,sid39gci112 9657,00.html...InterpreterAn Interpreter is a program that implements or simulates a virtual machine using the base set of instructions
Posted in
Computers & Technology by Riya Sharma at 10:19 PM on October 06, 2008
, an interpreter is a computer program that executes, or performs, instructions written in a computer programming language. It is not to be confused with a command line interpreter.Interpretation is one of the two major ways in which a programming language can be implemented, the other being compilation. The term interpreter may refer to the program that executes source code that has already been translated to some
Posted in
Computers & Technology by Kajal at 1:54 PM on December 20, 2007
by optional parameters. Intermediate representations such as bytecode may be output by programming language implementations to ease interpretation, or it may be used to reduce hardware and operating system dependence by allowing the same code to run on different platforms. Bytecode may often be either directly executed on a virtual machine i.e. interpreter, or it may be further compiled into machine code
Posted in
Computers & Technology by rocky singh at 3:36 AM on June 26, 2008
Interpreter - in programming, a software tool that converts source code to machine code. Instead of creating executable file as a compiler does, however, an interpreter executes each bit of machine code as it is converted. Interpreter, therefore, are said to translate code on the fly. Compiler is a program that translates a file of program source code into machine language....In computer science
Posted in
Computers & Technology by Avijit Dutta at 11:23 PM on March 19, 2008
interpreter is a computer program that executes, or performs, instructions written in a computer programming language. It is not to be confused with a command line interpreter. Interpretation is one of the two major ways in which a programming language can be implemented, the other being compilation. The term interpreter may refer to the program that executes source code that has already been translated
Posted in
Computers & Technology by at 1:54 PM on December 20, 2007
, a compiler differs from an interpreter, which analyzes and executes each line of source code in succession, without looking at the entire program. The advantage of interpreters is that they can execute a program immediately. Compilers require some time before an executable program emerges. However, programs produced by compilers run much faster than the same programs executed by an interpreter
Posted in
Electronics & Gadgets by Raksha at 11:00 PM on April 16, 2008
To run a program youve written, eg in JAVA, it must first be translated into machine code so the computer can read it. This is what compilers and interpreters do.However, compilers convert the code all at once, save it, then run it; whereas interpreters translate the code one line at a time, as it is run.Interpreters tend to result in faster translating of code so they are used mostly
Posted in
Computers & Technology by muralidhar p at 8:23 PM on December 27, 2008
and a fiction suddenly takes on the role of being a fact....No I dont agree. Facts are facts. Perceptions differ from people to people and interpretations cannot change the facts. One who interprets a fact as a fact is a wise person....for interpretation there must be facts or else the whole concept of interpretation would be vague. Give me facts and I will interpret them for you and all. This is something
Posted in
Self Development by Arle Rambabu at 10:15 PM on October 20, 2008
best child...optimist will interpret that glass is half filled, pessimist sees as glass is half empty....There is one view to see any object, subject or situation but the perspective and attitude can
Posted in
Self Development by My creations at 10:49 PM on February 20, 2008
with a .class extension, which can then be executed by a Java interpreter.more info:http://www.webopedia.co m/TERM/J/Java.html..."Java" generally refers to a combination of three things: the Java-to-use.Sun Micorsystems describes Java as a "simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high-performance, multithreaded, dynamic, buzzword-compliant, general
Posted in
Computers & Technology by rakesh at 2:03 PM on July 31, 2008
kash it is Bytecode is a term which has been used to denote various forms of instruction sets designed for efficient execution by a software interpreter as well as being suitable for further-byte opcodes followed by optional parameters. Intermediate representations such as bytecode may be output by programming language implementations to ease interpretation, or it may be used to reduce hardware
Posted in
Computers & Technology by kash at 9:07 PM on April 13, 2008
to denote various forms of instruction sets designed for efficient execution by a software interpreter as well as being suitable for further compilation into machine code. Since instructions are processed representations such as bytecode may be output by programming language implementations to ease interpretation, or it may be used to reduce hardware and operating system dependence by allowing the same code to run
Posted in
Computers & Technology by rocky singh at 9:30 PM on May 23, 2008
Specification, interprets compiled Java binary code called bytecode for a computers processor or "hardware platform" so that it can perform a Java programs instructions. It is called a virtual machine offerings.The Java virtual machine includes an optional just-in-time compiler that dynamically compiles bytecode into executable code as an alternative to interpreting one bytecode instruction at a time
Posted in
Computers & Technology by Akhilesh at 10:08 PM on September 24, 2008