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

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

1743


What will calendar procedure do?

593


What are the difference between ceil and floor functions in sas?

706


I need level 2 to 5 sas using companies in india

1926


What is the order of application for output data set options, input data set options and SAS statements?

1080






what is hierarchy flattening? : Sas-di

616


In sas admin differentiate between roles and capabilities? : sas-grid-administration

556


what r the job openings SAS for fresher graduates !

2013


Approximately what date is represented by the SAS date value of 730?

745


Describe the ways in which you can create macro variables? : sas-macro

574


What are the data types does SAS contain?

650


What versions of SAS have you used (on which platforms)?

1013


Differentiate between sas functions and sas procedures.

642


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?

637


What are the 3 components in sas programming?

724