Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?

Answer Posted / smile555

Compiler vs. 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, but the amount of time it takes to
produce the executable representation will vary as will the
amount of optimization.

Compiler characteristics:
* spends a lot of time analyzing and processing the program
* 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 time is spent analyzing and processing
the program
* the resulting code is some sort of intermediate code
* the resulting code is interpreted by another program
* program execution is relatively slow

Is This Answer Correct ?    148 Yes 44 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many types prompting framework can be broken down to? : Sas-bi

1076


Explain the difference between using drop = data set option in set and data statement?

1152


what is the difference between nodup and nodupkey options? : Sas programming

1190


How would you define the end of a macro? : sas-macro

1094


What do the PUT and INPUT functions do?

1336


Explain data step in SAS

1098


what are _numeric_ and _character_ and what do they do? : Sas programming

1156


Which date function advances a date, time or datetime value by a given interval?

1148


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?

1099


Name and describe few sas character functions that are used for data cleaning in brief.

1121


Difference between informat and format?

1093


How to convert a numeric variable to a character variable?

1209


What is the basic syntax style in SAS?

1166


how to do user inputs and command line arguments in sas?

3047


Mention how to limit decimal places for the variable using proc means?

1115