What is the term for a computer program that converts an entire program into machine language all at once?

91. What is the term for a computer program that converts an entire program into machine language all at once?

  1. Assembler
  2. Compiler
  3. Interpreter
  4. Debugger

Answer

The correct answer is: B) Compiler

Explanation

A compiler is a computer program that translates an entire source code written in a high-level programming language into machine code or executable code all at once.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.