Topic:

Compiler Vs Interpreter

Not finding your answer? Try searching the web for Compiler Vs Interpreter
Answers to Common Questions
Compiler is a program developing software that converts Source Code into Machine Code. Programs are written in various programming languages but these languages can't be understood by computer directly. So they are first converted into mach...
http://answers.ask.com/Computers/Other/what_is_a_compi...   See entire page »
An interpreter is a mediator for people who are dealing with language barriers. There are interpreters available for almost languages, including sign language.
http://answers.ask.com/Science/Psychology/what_is_an_i...   See entire page »
Computers must be programmed to do their job. These programs are written in some programming language æ a formal language with mathematical properties and well-defined meanings. A program written in a programming language must be translated...
http://www.prenhall.com/success/MajorExp/comp.html   See entire page »
Answers to Other Common Questions
A compiler, in general, reads higher level language computer code and converts it to either p-code or native machine code. An interpreter runs directly from p-code or an interpreted code such as Basic or Lisp. Typically, compled code runs m...
http://wiki.answers.com/Q/What_is_the_difference_betwee...
The execution of a program can happen either natively -- the intructions are actual CPU instructions, or it can happen through an interpreter. The interprer thus takes instructions (which are typically not native CPU instructions), and perf...
http://wiki.answers.com/Q/What_is_the_major_difference_...