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 / anuja

Compiler:-

-Generates code to implement meaning of a source program in
the execution domain.
-Checks the code entirely in one go.
-It checks the legality of the operations(assigning or
manipulating variables)

Interpreteres:-

-bridges execution gap without generating a machine
language program.
-Meaning of source statement is implemented by finding
appropriate data manipulation routines and invokes it with
appropriate parameters.(instead of code generation)
-works line by line
-Avoiding generation of machine language makes interpreter
portable.

Is This Answer Correct ?    48 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain input and put function?

1184


Mention common programming errors committed in sas ?

1163


What does proc print, and proc contents are used for?

1214


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

1308


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

1170


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

1444


how does sas handle missing values in assignment statements? : Sas programming

1065


what are some good sas programming practices for processing very large data sets? : Sas programming

971


What are the default statistics that proc means produce?

1086


How to specify variables to be processed by the freq procedure?

1116


What do you understand by the term Normal Distribution?

1033


Mention the validation tools used in SAS?

1229


what is the Population you used in your project, is it ITT or PP?

2798


How do you debug and test your SAS programs?

1606


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1538