A program which reads a source program created by a programmer, and then converts the program into a set of instructions known as the object program, also known as machine code. A compiler is a program that translates human readable source code into computer executable machine code. The compiler...