Question:

A program to convert a high level computer program into a set of instructions that will run on a machine is called:

Show Hint

Exam Tip:

• Compiler: Converts high-level language to machine code.
• Interpreter: Converts and executes line by line.
• Assembler: Converts assembly language to machine code.
  • Compiler
  • Debugger
  • Editor
  • Linker
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept:
High-level languages are human-readable. They need to be translated into machine code for execution.

Step 2: Key Definitions:


Compiler: Translates the entire high-level program into machine code in one go.
Debugger: A tool used to find and fix errors in programs.
Editor: A tool for writing and editing code.
Linker: Combines object files into a single executable.

Step 3: Final Answer:

Therefore, option (A) is correct.
Was this answer helpful?
0
0