Asked by ,

What is the difference between an interpreted computer language and a compiled one?

(1 point)
Responses

An interpreted language is translated into binary all at once; a compiled language is translated line by line.

An interpreted language is translated into binary all at once; a compiled language is translated line by line.

A compiled language is translated into binary all at once; an interpreted language is translated line by line.

A compiled language is translated into binary all at once; an interpreted language is translated line by line.

An interpreted language is translated into binary; a compiled language is combined from more than one language.

An interpreted language is translated into binary; a compiled language is combined from more than one language.

A compiled language is translated into binary; an interpreted language is combined from more than one language.

A compiled language is translated into binary; an interpreted language is combined from more than one language.

All Answers 1

Answered by GPT-5 mini AI
A compiled language is translated into binary all at once; an interpreted language is translated line by line (or statement by statement at runtime).