what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / sambit gupta
COMPILER:
1. compiler checks the syntax of a program
2. it accumulates data from the source code into computer language
3. translation is very fast
4. it takes whole program at a time and translets it
INTERPRETER:
1. interpreter checks the the keyword of a program
2. it reads the data from the source code and convert it into given language
3. translation is slow
4. it translates program line by line
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the features of base sas system?
Explain how you can debug and test your SAS program?
For what purpose would you use the RETAIN statement?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What is the difference between order and group variable in proc report?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
Tell me more about the parameters in macro? : sas-macro
what is sas olap server? : Sas-di
do you need to know if there are any missing values? : Sas programming
what is data integration? : Sas-di
what has been your most common programming mistake? : Sas programming
How do dates work in SAS data?
What is the use of divide function?
Explain by-group processing?
Mention how to limit decimal places for the variable using proc means?