Ask Question
12 March, 17:06

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.

+2
Answers (1)
  1. 12 March, 18:14
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers