Compiled
A language is considered to be compiled if the source code is translated before run-time. The compiler will have an input of the programmers' source code, in its entirety, and an output of the target language (usually machine code).
Sometimes there is an intermediary language, called assembly, if the language can't compile directly to machine code.