33.7k views
9 votes
A program that converts a program to binary all at once and runs the entire program when finished with the conversion.

User Count
by
4.0k points

1 Answer

3 votes

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.

User Aneesh Mohan
by
4.6k points