adplus-dvertising
frame-decoration

Question

What is the major drawback of interpreters?

a.

They are difficult to use for beginners.

b.

They do not provide a high-level language representation of the program.

c.

They do not allow direct access to the host CPU's registers.

d.

They result in slower program execution compared to running directly on the host's CPU.

Posted under Reverse Engineering

Answer: (d).They result in slower program execution compared to running directly on the host's CPU. Explanation:The major drawback of interpreters is that they result in slower program execution compared to running directly on the host's CPU.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the major drawback of interpreters?