What is the difference between system software and utility software? MCQ with Answer and Explanation

What is the difference between system software and utility software?
A. System software is essential; utilities are optional add-ons
B. Utilities are essential; system software is optional
C. They are the same thing
D. Utilities are for gaming; system is for work
Answer: Option A
Solution (By JKSSB Mock Tests)
System software (OS) is essential for operation, while utilities provide additional maintenance functions.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which translation tool reads source code written in a high-level language and converts it into an intermediate 'bytecode' layer rather than native machine code?
A. Decompiler Engine
B. Pure Interpreter
C. Bytecode Compiler
D. Assembler Core

Correct Answer: Option C


Explanation:
Some modern development ecosystems (like Java or .NET) compile source code into an intermediate bytecode format, which is then interpreted or compiled at runtime by a virtual machine engine.

This question belongs to: Computer Computer Software
Question #2
Which software is used to edit and manipulate photographs?
A. Google Docs
B. Windows Media Player
C. Microsoft Excel
D. Adobe Photoshop

Correct Answer: Option D


Explanation:
Adobe Photoshop is a raster graphics editor used for photo manipulation.

This question belongs to: Computer Computer Software
Question #3
What is the purpose of a compiler's optimization?
A. To improve performance of generated code
B. To reduce memory usage
C. All of the above
D. To fix bugs

Correct Answer: Option A


Explanation:
Optimization enhances code efficiency in terms of speed or size.

This question belongs to: Computer Computer Software