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
Of all your work, where have you been the most successful?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Give an example where SAS fails to convert character value to numeric value automatically?
Intern stastical programmer written test
Explain the difference between nodup and nodupkey options?
What are the data types does SAS contain?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what are some good sas programming practices for processing very large data sets? : Sas programming
Explain what is data step?
how to remove duplicates using proc sql?
Explain data step in SAS
What was the last computer book you purchased? Why?
Can you explain the process of calendar?
What are the prime responsibilities of data integration administrator? : Sas-di
what is function of retain statment