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
How necessary is it to be creative in your work?
Explain what is the use of proc gplot?
Mention some common errors that are usually committed in sas programming.
how will you locate the sas platform applications? : Sas-bi
What are all the problems you faced while validating tables and reports?
How to read an input file in sas?
where are dashboard components are created and maintained? : Sas-bi
What would you change about your job?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
what type of graphs we will create(for 2+years candidates)?
How are numeric and character missing values represented internally?
In SAS explain which statement does not perform automatic conversions in comparisons?
how does sas handle missing values in assignment statements? : Sas programming
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What is maximum storage capability of SAS?