A program that converts a high-level language program to a set of instructions that can run on a computer is called a A. Compiler B. Debugger C. Editor D. All of the above E. None of the above

[amp_mcq option1=”Compiler” option2=”Debugger” option3=”Editor” option4=”All of the above E. None of the above” correct=”option1″]

The correct answer is A. Compiler.

A compiler is a program that translates code written in a high-level programming language into a low-level language (usually machine code) that can be executed by a computer.

A debugger is a program that helps programmers find and fix bugs (errors) in their code.

An editor is a program that allows users to create and edit text files.

Therefore, the answer is A. Compiler.

Exit mobile version