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 commands are used in the case of including or excluding any specific variables in the data set?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what are the benefits of data integration? : Sas-di
how would you create multiple observations from a single observation? : Sas programming
Can you explain the process of calendar?
which date functions advances a date time or date/time value by a given interval? : Sas programming
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What is the difference between reading data from an external file and reading data from an existing data set?
Which statement does not perform automatic conversions in comparisons?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Did you used proc test? when?
List out some key concept of SAS
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?
what are sas/access and sas/connect? : Sas programming