Answer
TRUE
Step-by-step explanation
In a computer, high-level language programs are translated into machine language before they undergo execution. The Compiler is the computer program responsible for the translation of the written code in high level language to a lower level language also called machine/object code. The translation is performed to create an executable program.