What is an interpreter? MCQ with Answer and Explanation

What is an interpreter?
A. Translates entire code at once
B. Converts assembly language to machine code
C. Translates high-level code to machine code line by line
D. Links multiple programs
Answer: Option C
Solution (By JKExamLibrary)
An interpreter translates and executes high-level code line by line, unlike a compiler.

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
Which software utility scans an operating system for missing security patches and outdated drivers, providing direct download paths to update them?
A. System Boot Loader
B. Software Updater / Patch Management Utility
C. Disk Partitioning Framework
D. Antivirus Scan Utility

Correct Answer: Option B


Explanation:
Patch management utilities check the system against a database of current software versions to flag and update outdated or vulnerable components.

This question belongs to: Computer Computer Software
Question #2 Report Error
Which of the following is an example of a collaboration software?
A. Paint
B. Calculator
C. Microsoft Teams
D. Notepad

Correct Answer: Option C


Explanation:
Teams is a collaboration and communication platform.

This question belongs to: Computer Computer Software
Question #3 Report Error
Which of the following is an example of a closed-source operating system?
A. Ubuntu
B. Windows 10
C. Android
D. Linux

Correct Answer: Option B


Explanation:
Windows 10 is proprietary closed-source software, while Linux and Ubuntu are open-source.

This question belongs to: Computer Computer Software