what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / anuja
Compiler:-
-Generates code to implement meaning of a source program in
the execution domain.
-Checks the code entirely in one go.
-It checks the legality of the operations(assigning or
manipulating variables)
Interpreteres:-
-bridges execution gap without generating a machine
language program.
-Meaning of source statement is implemented by finding
appropriate data manipulation routines and invokes it with
appropriate parameters.(instead of code generation)
-works line by line
-Avoiding generation of machine language makes interpreter
portable.
| Is This Answer Correct ? | 48 Yes | 22 No |
Post New Answer View All Answers
What does proc print, and proc contents are used for?
What can be the size of largest dataset in SAS?
What is the difference between the proc sql and data step?
How we can call macros with in data step? : sas-macro
What is PDV?
Approximately what date is represented by the SAS date value of 730?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is program data vector (pdv)?
What is the difference between INPUT and INFILE ?
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 do the pad and dim functions do? : Sas programming
Are you sensitive to code walk-throughs peer review or QC review?
Mention sas system options to debug sas macros.
What does the trace option do?
In sas admin differentiate between roles and capabilities? : sas-grid-administration