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 are the difference between ceil and floor functions in sas?

713


How can you limit the variables written to output dataset in data step?

757


what versions of sas have you used (on which platforms)? : Sas programming

588


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

613


Do you need to rearrange the order of the data for the report?

1840






What is your favorite all time computer book? Why?

2050


For clinical entire study how many tables will create approx?

1524


Describe the function and untility of the most difficult SAS macro that you have written.

1566


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1665


What is SAS informats?

638


What is proc sort?

724


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

4916


Mention few capabilities of sas framework.

696


What do you know about symput and symget?

733


What function CATX syntax does?

693