The correct response is:
A compiled language is translated into binary all at once; an interpreted language is translated line by line.
In summary, a compiled language is processed by a compiler, which translates the entire code into machine code before execution. In contrast, an interpreted language is executed line by line at runtime by an interpreter.