A utility tool that scans a computer system for duplicate files, matching cryptographic hashes to help free up wasted storage space, is a/an: MCQ with Answer and Explanation

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. Duplicate File Finder
B. Disk Defragmenter
C. Registry Sweeper Tool
D. File Compactor Engine
Answer: Option A
Solution (By JKSSB Mock Tests)
Duplicate file finders use hash algorithms to identify identical files across a drive, helping users safely remove redundant copies and reclaim space.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
What is the function of a dynamic linker?
A. Compiles source code
B. Links libraries at compile time
C. Interprets code
D. Links libraries at runtime

Correct Answer: Option D


Explanation:
Dynamic linking loads shared libraries during program execution.

This question belongs to: Computer Computer Software
Question #2
A code framework that allows an operating system to communicate with and control a high-resolution flatbed document scanner is a/an:
A. Device Driver
B. Horizontal Utility App
C. Application Plugin
D. System Extension Package

Correct Answer: Option A


Explanation:
Device drivers act as translators between hardware devices (like scanners) and the operating system, enabling smooth hardware control.

This question belongs to: Computer Computer Software
Question #3
What is the difference between a compiler and an assembler?
A. Compiler translates assembly; assembler translates high-level
B. They are the same
C. Compiler translates high-level; assembler translates assembly
D. Compiler is for machine code; assembler is for bytecode

Correct Answer: Option C


Explanation:
Compilers work on high-level languages, while assemblers work on assembly language.

This question belongs to: Computer Computer Software