Compiled Language:
An additional program called a compiler translates a program written in a programming language; into a new file that does not require any other program to execute itself, such a file is called an executable.
e.g. C, C++, Pascal are languages that are typically compiled
Compilers produce better optimized code that generally runs faster and compiled code is self-sufficient and can be run on their intended platforms without the compiler present.