Compiled Programming Languages
Compiled Language is a programming Language which implementation are typically compiler i.e. a translator which generate machine code from source code. The compiler are computer programs which translate high-level language to low level language.
Compiler is performing many operation like lexical analysis, preprocessing, parsing, code-generation etc. The program fault is caused by incorrect compiler behavior. The term compiler is sometimes used to refer to a parser generator, a tool often used to help a natively compiled language is a programming language that have compiler(s) built for it which can compile the source code to native code.