Asked by Asona Fagan on Apr 25, 2024

Which of the following tools translates the source code of a procedural program into binary code?

A) debugger
B) compiler
C) source code editor
D) code repository

Compiler

A program that translates code written in a high-level programming language into machine code, executable directly by a computer's CPU.

Source Code

The fundamental set of instructions and statements written in a programming language that is compiled or interpreted to create executable software.

  • Attain a foundation in object-oriented programming and an understanding of the processes used in software development.