Question

State the differences and commonalities between compilers, interpreters and pseudo interpreters in tabular fashion.

  1. State the differences and commonalities between compilers, interpreters and pseudo interpreters in tabular fashion.

Homework Answers

Answer #1

Compiler

Interpreter

Pseudo interpreter

The language processor that is used to convert source code (high level language) to object code (machine language) as a whole in one go.

The language processor that is used to convert source code to object code line by line.

The language processor that is used to convert assemble level code to object code.

It takes large amount of time to analyse the entire source code

It takes little amount of time to analyse the source code

It takes the time somewhere between a compiler and an interpreter to analyse the source code

The overall execution time is fast

The overall execution time is slow

The overall execution time is somewhere between a compiler and an interpreter

It creates a intermediate code

There is no intermediate code created

There is no intermediate code created

It generates the error message only after scanning the whole program

It generates error as and when found

It generates error as and when found

debugging is comparatively hard as the error can be present anywhere in the program.

Debugging is easier as we know where exactly the error is present

Debugging is easier as we know where exactly the error is present

Memory requirement is more

Memory requirement is less

Memory requirement is less

Program need not be compiled every time

Program needs to be converted from high level to machine level language every time

Program needs to be converted from assembly level to machine level language every time

Example: gcc, Microsoft Visual Studio etc

Example: python, LISP, Ocamle etc

Example: GNU Assembler, MASM etc

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Discuss the commonalities and differences between individual and population health. Provide an example of each, along...
Discuss the commonalities and differences between individual and population health. Provide an example of each, along with a time when a provider would be concerned about both concurrently.
What are the commonalities between the patient’s cultural health practices and the dominant cultural practices seen...
What are the commonalities between the patient’s cultural health practices and the dominant cultural practices seen in the region? What are the observed DIFFERENCES between the patient’s cultural health practices and the dominant cultural practices seen in the region
State three differences between the assembly chart and the operation process chart
State three differences between the assembly chart and the operation process chart
1. State four differences between debenture stock and unsecured loan stock.
1. State four differences between debenture stock and unsecured loan stock.
State and explain two similarities and two differences between pledging and factoring accounts receivables.
State and explain two similarities and two differences between pledging and factoring accounts receivables.
State the differences between the single factor research design and factorial research designs and give an...
State the differences between the single factor research design and factorial research designs and give an example of when each would be most appropriate.
State two major differences between libertarianism and Rawls' theory of justice. Be specific and use your...
State two major differences between libertarianism and Rawls' theory of justice. Be specific and use your own words
can you compare the main assumption as differences and common sides between the elastic limit state...
can you compare the main assumption as differences and common sides between the elastic limit state and ultimate limit states ?
Explain Bayesian statistics and Frequentist statistics. Define each statistical methodology, state the differences between the two,...
Explain Bayesian statistics and Frequentist statistics. Define each statistical methodology, state the differences between the two, state the similarities between the two, and then explain which approach you would prefer when faced with a statistical problem and why.
Draw flowchart AND write pseudo code Ohm’s law state that volts (V) is Current (I) times...
Draw flowchart AND write pseudo code Ohm’s law state that volts (V) is Current (I) times resistance (R) V=I*R Calculate volts given the current and resistance for a circuit
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT