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