The correct response is: compiled.
Languages like C, C++, C#, Objective-C, and Pascal are primarily known as compiled languages, which means they are typically translated into machine code by a compiler before execution. Erlang, while also primarily compiled, has some features that allow for interpretation as well, but it is generally classified as compiled as well.