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 are numeric and character missing values represented internally? : Sas programming

1155


Have you used macros? For what purpose you have used? : sas-macro

1043


explain the key concept of sas? : Sas-administrator

1007


What is the difference between class statement and by statement in proc means?

1307


Of all your work, where have you been the most successful?

4673


What is the maximum and minimum length of macro variable

1265


Describe what are the different levels of administrative users in sas? : sas-grid-administration

1044


what is ae onset date n what is RDS

2587


what is slowly changing dimension? : Sas-di

1133


What is the purpose of trailing @ and @@? How do you use them?

1042


How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

2940


What does PROC print, and PROC contents do?

1243


What is the use of function Proc summary?

1293


why is a stop statement needed for the point=option on a set statement? : Sas programming

1092


how do the in= variables improve the capability of a merge? : Sas programming

1441