what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / sushant tambad
compiler:translates the entire program.
interpreter:translates the program line by line.
compiler:requires more main memory.
interpretor:requires less memory.
compiler:converts the entire program to machine code,where all the syntax error are removed and executes the machine code.
interpretor:each time the program is executed every line is checked for syntax then converts to equivalent object code directly.
compiler : execution time is less
interpretor: execution time is more
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is the use of the %include statement?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what is the primary data source for the wrs? : Sas-bi
In SAS explain which statement does not perform automatic conversions in comparisons?
Explain the purpose of retain statement.
Are you involved in writing the inferential analysis plan? Tables specfications?
Explain the special input delimiters used in sas programming.
Describe the ways in which you can create macro variables? : sas-macro
what can you learn from the sas log when debugging? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
What are the different versions of sas that you have used until now? : sas-grid-administration
What is the basic structure of a sas program?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What is a put statement?