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
what is operational data and operational system? : Sas-di
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Mention the category in which sas informats are placed?
What is the use of %include statement?
What is a method to debug and test your SAS program?
What can be the size of largest dataset in SAS?
what is sas business intelligence? : Sas-bi
What is the difference between %local and %global? : sas-macro
What is the function of Stop statement in a SAS Program?
Name validation tools used in SAS
what are sas bi dashboard components? : Sas-bi
Explain the use of proc print and proc contents?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What are the difference between the sas data step and sas procs?
what can you learn from the sas log when debugging? : Sas programming