A compiler is a program that translates a program written in one language into an equivalent target language. The front end checks syntax and semantics, while the back end translates the source code into assembly code. The compiler performs lexical analysis, syntax analysis, semantic analysis, code generation, optimization, and error handling. It identifies errors at compile time to help produce efficient, error-free code.