Ask Question

How is a compiler distinguished from an interpreter?

A. An interpreter translates an entire program and then executes it while a compiler translates and executes one line of a program at a time.

B. A compiler does not translate programs, but an interpreter does.

C. An interpreter does not translate programs, but a compiler does.

D. A compiler translates an entire program and then executes it while an interpreter translates and executes one line of a program at time.

+4
Answers (1)
  1. 15 May, 03:50
    0
    D. A compiler takes a program and translates it to assembly language, then executes it. An interpreter translates, executes, translates the next line, executes, etc ...
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How is a compiler distinguished from an interpreter? A. An interpreter translates an entire program and then executes it while a compiler ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers