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 can you import .csv file in to sas? : Sas programming

1051


What is connection profile? : sas-grid-administration

1121


What system options would you use to help debug a macro? : sas-macro

1057


Mention what is PROC in SAS?

1021


how are numeric and character missing values represented internally? : Sas programming

1096


Explain the difference between informat and format with an example.

1123


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2559


What are the functions which are used for character handling functions?

1089


which features do you use to check the data validations and errors? : Sas-administrator

1009


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1857


What is the basic structure of a sas program?

1063


what is sas metadata server? : Sas-di

1059


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5389


How do you use the do loop if you don’t know how many times you should execute the do loop?

1222


how do you test for missing values? : Sas programming

1010