what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?

Answers were Sorted based on User's Feedback



what is the difference between compiler and interpreter? give any one example (software product) th..

Answer / sahim

compiler and interpreter is same thing but a little difference
between both compiler is compile our program at a time but interpreter check our program line by line.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between compiler and interpreter? give any one example (software product) th..

Answer / charulata

1: A compiler generally takes source code and turns it into
instructions that run on the hardware directly.
4: A compiler searches all the errors of a program and
lists them. If the program is error free then it converts
the code of program into machine code and then the program
can be executed by separate commands.
1: An interpreter generally processes the source code
directly or first tokenizes it into a byte-code type form
to interpret that.
2: An interpreter checks the errors of a program statement
by statement. After checking one statement, it converts
that statement into machine code and then executes that
statement. The process continues until the last statement
of program occurs.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between compiler and interpreter? give any one example (software product) th..

Answer / urvashi sahu

#Compiler produce the object code and interpreter doesn't
produce the object code

Is This Answer Correct ?    0 Yes 0 No

what is the difference between compiler and interpreter? give any one example (software product) th..

Answer / krishna gavidi

compiler compile the source code while interpreter compile
the code that is allready compiled that is in the form of
bytecode
compiler scan whole code at once so it is fast incompare
with interpreter while interpreter comiled the byte code
line by line and convert in machine code so it is slow in
compare with compiler

Is This Answer Correct ?    6 Yes 7 No

what is the difference between compiler and interpreter? give any one example (software product) th..

Answer / 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

what is the difference between compiler and interpreter? give any one example (software product) th..

Answer / avm

interpreter is one type of compiler it convert machine code
to byte code in java only

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More SAS Interview Questions

calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15

6 Answers  


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

0 Answers  


how does sas handle missing values in a merge? : Sas programming

0 Answers  


what are the validation tools in sas?

3 Answers   TCS,


What is the difference between using drop = data set option in data statement and set statement?

0 Answers  






What is instream data in SAS?

1 Answers  


What function CATX syntax does?

0 Answers  


how can you code the confidence intervals?

6 Answers   Cytel, IIT, Ranbaxy,


what are some differences between proc summary and proc means? : Sas programming

0 Answers  


what other SAS features do you use for error trapping and data validation?

3 Answers   Quintiles,


How would you code the criteria to restrict the output to be produced?

6 Answers   Accenture,


To what type of programms have you used scratch macros?

0 Answers   Novartis,


Categories