Answer:
False.
Step-by-step explanation:
A compiler is a computer program that has the function of translating a computer program developed in a certain programming language, so that it is readable through the use of another programming language. Thus, for example, a program designed in Python is translated so that it is readable in Java, etc.
The main objective of compilers is to connect the different programming languages, making the programs executable on different devices without the need to have the same programming language for it.