82.6k views
3 votes
When code is compiled it

A) is read directly from the program.
B)is made into a smaller version.
C) runs slower.
D) is converted into binary code.

User KerrM
by
5.4k points

1 Answer

6 votes

Answer:

D - is coverted to binary code

Step-by-step explanation:

A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file). Another specialized program, called a linker, combines this object file with other previously compiled object files (in particular run-time modules) to create an executable file.

User Eshlox
by
5.0k points