The ______________ steps through the source code, converting each source code instruction into appropriate machine language following the strict rules of the language and writing the machine code to a separate file.

Respuesta :

Answer:

Compiler

Explanation:

A compiler takes the source code thereby converting them to a machine language object file in which the linker combines this object file with other previously compiled object files in order to create file that are executable.

A compiler is also change or transform code that are typically written in a high-level programming language into the machine code.

Therefore The COMPILER steps through the source code, converting each source code instruction into appropriate machine language following the strict rules of the language and writing the machine code to a separate file.