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 is business intelligence? : Sas-bi
what are validation tools that are used in sas? : Sas-administrator
what is enterprise guide? What is the use of it? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
How do you test for missing values?
What are the ways to do a “table lookup” in sas?
What was the last computer book you purchased? Why?
Explain what is data step?
explain the key concept of sas? : Sas-administrator
Describe the ways in which you can create macro variables? : sas-macro
Explain the purpose of substr functions in sas programming.
Approximately what date is represented by the SAS date value of 730?
What is maximum storage capability of SAS?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
To what type of programms have you used scratch macros?