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.
Explanation:
Duplicate file finders use hash algorithms to identify identical files across a drive, helping users safely remove redundant copies and reclaim space.
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:
Explanation:
Secure erase utilities use data sanitization algorithms to overwrite drive sectors repeatedly, ensuring deleted information cannot be recovered by forensic tools.
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:
Explanation:
Registry cleaners search the Windows Registry database to wipe out obsolete path listings and dead pointer artifacts to maintain stability.
No comments yet. Be the first to start the discussion!