Asked by Asona Fagan on Apr 25, 2024

verifed

Verified

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.
verifed

Verified Answer

PO
Phenyo Onkaetse7 days ago
Final Answer :
B
Explanation :
A compiler is a tool that translates the source code of a program into binary code that can be executed by a computer. Debuggers help programmers identify and fix errors in their code, source code editors are used for writing and editing code, and code repositories are tools used for version control and collaboration.