Which of the following is not a utility software? MCQ with Answer and Explanation

Which of the following is not a utility software?
A. Backup software
B. Database management system
C. Antivirus
D. Disk compression tool
Answer: Option B
Solution (By JKExamLibrary)
DBMS is application software, while backup, antivirus, and disk tools are utilities.

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 system tool allows a user to divide a single physical hard disk drive into multiple distinct, independent logical drive regions, each treated as a separate volume?
A. File Compactor
B. System Restorer
C. Disk Cleanup Tool
D. Disk Partitioning Utility

Correct Answer: Option D


Explanation:
Disk partitioning utilities divide a storage unit into distinct logical volumes (like C: and D:) with individual file system roots.

This question belongs to: Computer Computer Software
Question #2 Report Error
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. Interpreter
B. Assembler
C. Compiler
D. Linker

Correct Answer: Option A


Explanation:
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
Question #3 Report Error
What is the main function of the command-line interface (CLI)?
A. Accepts commands via text
B. Provides graphical icons
C. Manages hardware
D. Provides touch interface

Correct Answer: Option A


Explanation:
CLI is a text-based interface where users type commands to interact with the OS.

This question belongs to: Computer Computer Software