Difference Between Interpreter and Compiler

Smart Android And Trik-Commenting on Andorid indeed never endless, because smart devices this one is often updated every certain amount of time. So that the market can always be garapnya menerinya with pleasure. And it is not denied if this device has become the lifestyle of each society. To not wonder if the 6th business information and many are turning to mobail smartphone. With Android which thoroughly dominated the mobile industry, choosing the best Android smartphone is almost identical to choose the best smartphone, period. But while Android phones have few real opponents on other platforms, internal competition is intense.

From the sleek devices impress with the design premium, up to a full plant furniture features, to a very good device, and affordable mobile phone has a heavy weight, the Android ecosystem inhabited by a diverse range of attractive mobile phone Difference Between Interpreter and Compiler Difference Between Interpreter and Compiler,But "oversize" are subjective, and sometimes pieces of the specification and a list of features is not enough to get an idea of how good a phone. In this roundup, we look at the absolute best-the Android phone you can't go wrong with. The habits of young people or to accentuate trand blindly lifestyle, make this a medoroang this clever device industry vying to do modifications to the device, with a distinctly vitur vitur-tercanggihnya. So it can be received over the counter Difference Between Interpreter and Compiler

We generally write a computer program using a high-level language. A high-level language is one which is understandable by us humans. It contains words and phrases from the English (or other) language. But a computer does not understand high-level language. It only understands program written in 0's and 1's in binary, called the machine code. A program written in high-level language is called a source code. We need to convert the source code into machine code and this is accomplished by compilers and interpreters. Hence, a compiler or an interpreter is a program that converts program written in high-level language into machine code understood by the computer.

 Interpreter :

     1. Translates program one statement at a time.
     2. It takes less amount of time to analyze the source code but the overall execution time is slower.
     3. No intermediate object code is generated, hence are memory efficient.
     4. Continues translating the program until the first error is
met, in which case it stops. Hence debugging is easy.
     5. Programming language like Python, Ruby use interpreters.

Compiler :

      1.Scans the entire program and translates it as a whole into machine code.
      2.It takes large amount of time to analyze the source code but the overall execution time is comparatively faster.
      3.Generates intermediate object code which further requires linking, hence requires more memory.
      4.It generates the error message only after scanning the whole program. Hence debugging is comparatively hard.
      5.Programming language like C, C++ use compilers.

      
Find Us :

        Facebook  : @apnaandroid
        Google+   : Apna Java
        Youtube   : Android & Java Tutorial

Read:


Subscribe to receive free email updates:

Related Posts :

0 Response to "Difference Between Interpreter and Compiler"

Post a Comment