what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / 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 |
Post New Answer View All Answers
Which command is used to save logs in the external file?
Mention what is SAS data set?
describe how to adjust the performance of data integrator? : Sas-di
what is factor analysis? : Sas-administrator
what is change analysis in sas di ? : Sas-di
what is data integration? : Sas-di
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
how do you pull data from equifax?tell me the process?
What is the difference between the proc sql and data step?
Are you involved in writing the inferential analysis plan? Tables specfications?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How we can create SAS USER DEFINED CODE?
where are dashboard components are created and maintained? : Sas-bi
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di