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

The translator programs that convert high-level language
programs into machine language are called compilers. High
level languages allow programmers to write instructions that
are similar to everyday English and contain commonly used
mathematical notations. A payroll program written in a
high-level language might contain the statement:

grossPay = basePay + overTimePay

From this, it is easy to see that programmers find
high-level languages more desirable than either machine
languages or assembly languages. C, C++, Visual Basic and
Java are among the most powerful and most widely used
high-level programming languages. The process of compiling a
high-level language program into machine language can
take a considerable amount of computer time.

Interpreter programs were developed to execute high-level
language programs directly, without the need for compiling
those programs into machine language. Although compiled
programs execute faster than interpreted programs,
interpreters are popular in program-development
environments, in which programs are recompiled frequently as
new features are added and errors are corrected
.Interpreters have played an especially important role in
helping scripting languages achieve their goal of
portability across a variety of platforms.

Interpreters have an advantage over compilers in the
scripting world. An interpreted program can begin executing
immediately as soon as it is downloaded to the client’s
machine, whereas a source program must first be compiled
before it can execute.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of Stop statement in a SAS Program?

1087


If a variable contains only numbers, can it be a character data type?

1031


Describe 5 ways to do a “table lookup” in SAS?

1082


describe the interaction table in sas di? : Sas-di

964


what are the component of range? : Sas-bi

1015


Do you need to know if there are any missing values?

993


explain about data integrator metadata reports? : Sas-di

1034


Explain proc sort?

1024


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

1389


what is broad cast agent? : Sas-bi

1009


Are you involved in writing the inferential analysis plan? Tables specifications?

3897


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

1009


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

1848


what are several options for creating reports in web report studio? : Sas-bi

1074


What are the special input delimiters used in SAS?

1097