A software translator that reads a high-level program line-by-line, translating and executing each line immediately without saving an object file, is a/an: MCQ with Answer and Explanation

A software translator that reads a high-level program line-by-line, translating and executing each line immediately without saving an object file, is a/an:
A. Linker
B. Assembler
C. Compiler
D. Interpreter
Answer: Option D
Solution (By JKExamLibrary)
An interpreter translates and executes source code dynamically, one line or statement at a time, making debugging faster but execution slower.

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
A utility tool that scans a computer system for duplicate files, matching cryptographic hashes to help free up wasted storage space, is a/an:
A. Registry Sweeper Tool
B. File Compactor Engine
C. Duplicate File Finder
D. Disk Defragmenter

Correct Answer: Option C


Explanation:
Duplicate file finders use hash algorithms to identify identical files across a drive, helping users safely remove redundant copies and reclaim space.

This question belongs to: Computer Computer Software
Question #2 Report Error
A utility program that securely deletes files by overwriting their storage sectors with zeros or random noise multiple times to comply with data sanitization standards is a:
A. System Registry Sweeper
B. Disk Defragmenter Tool
C. Data Sanitization / Secure Erase Utility
D. File Archiver Engine

Correct Answer: Option C


Explanation:
Secure erase utilities use data sanitization algorithms to overwrite drive sectors repeatedly, ensuring deleted information cannot be recovered by forensic tools.

This question belongs to: Computer Computer Software
Question #3 Report Error
A utility tool that scans the operating system’s internal configuration index to purge broken entries, stale file associations, and orphaned registry keys is a:
A. Disk Defragmenter
B. Registry Cleaner
C. Disk Formatter
D. File Archiver

Correct Answer: Option B


Explanation:
Registry cleaners search the Windows Registry database to wipe out obsolete path listings and dead pointer artifacts to maintain stability.

This question belongs to: Computer Computer Software