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
Hi, If anyone has base SAS certification dumps, please share.
how could you generate test data with no input data? : Sas programming
What was the last computer book you purchased? Why?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Enlist the functions performed by sas.
What is the length assigned to the target variable by the scan function?
what is factor analysis? : Sas-administrator
Mention what is SAS data set?
what is null hypothesis? why do you consider that?
What is the basic structure of a sas program?
What are pdv and it functions?
For what purposes have you used sas macros? : sas-macro
why is sas considered self-documenting? : Sas programming
Do you need to know if there are any missing values?