Answer:
A program that converts a program to binary
all at once and runs the entire program when
finished with the conversion is known as a
compiler.
Step-by-step explanation:
A Compiler is a computer program that
transfornms a whole program into machine
code at once. The compiler does this
by converting source codes written in
a programming language to another
programming language such as:
assembly language,
object code etc.
The compiler does this in order to build an
executable program.