A specialized program that translates an entire high-level source code file into machine language all at once, creating an executable file, is known as a/an: MCQ with Answer and Explanation

A specialized program that translates an entire high-level source code file into machine language all at once, creating an executable file, is known as a/an:
A. Compiler
B. Assembler
C. Linker
D. Interpreter
Answer: Option A
Solution (By JKExamLibrary)
A compiler translates the entire source code into machine code in one single operation before execution, whereas an interpreter does it line-by-line.

This question belongs to: Computer Computer Software

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Software Questions

Question #1 Report Error
What is the primary function of a database management system (DBMS) like MySQL or Oracle Database?
A. To interface directly with network router firmware.
B. To optimize physical drive head mechanics.
C. To compile assembly source text files into executable code blocks.
D. To create, organize, retrieve, modify, and manage structured electronic records.

Correct Answer: Option D


Explanation:
A DBMS is application/system software optimized for defining, manipulating, maintaining, and querying large databases.

This question belongs to: Computer Computer Software
Question #2 Report Error
Which of the following is an example of a backup utility?
A. Chkdsk
B. Windows Backup and Restore
C. Disk Cleanup
D. Defrag

Correct Answer: Option B


Explanation:
Windows Backup and Restore is a utility for creating backups of files and system images.

This question belongs to: Computer Computer Software
Question #3 Report Error
What is the purpose of a system configuration tool?
A. To edit images
B. To manage files
C. To change system startup settings
D. To create documents

Correct Answer: Option C


Explanation:
Tools like msconfig adjust boot options and services.

This question belongs to: Computer Computer Software