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 / mahmodul hasan

Compilers and interpreters have similar functions: They take
a program written in some programming language and translate
it into machine language. A compiler does the translation
all at once. It produces a complete machine language program
that can then be executed. An interpreter, on the other
hand, just translates one instruction at a time, and then
executes that instruction immediately. (Java uses a compiler
to translate java programs into Java Bytecode, which is a
machine language for the imaginary Java Virtual Machine.
Java Bytecode programs are then executed by an interpreter.)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What commands are used in the case of including or excluding any specific variables in the data set?

1140


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1920


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

1204


what are the benefits of data integration? : Sas-di

1168


how would you create multiple observations from a single observation? : Sas programming

1047


Can you explain the process of calendar?

1154


which date functions advances a date time or date/time value by a given interval? : Sas programming

1003


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1584


What is the difference between reading data from an external file and reading data from an existing data set?

1224


Which statement does not perform automatic conversions in comparisons?

1849


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

1222


Did you used proc test? when?

2084


List out some key concept of SAS

1204


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?

1152


what are sas/access and sas/connect? : Sas programming

1033