Which of the following is a type of utility software for system configuration? MCQ with Answer and Explanation

Which of the following is a type of utility software for system configuration?
A. Paint
B. Notepad
C. System Configuration (msconfig)
D. File Explorer
Answer: Option C
Solution (By JKSSB Mock Tests)
msconfig is a utility used to configure system startup and services.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which of the following is a utility software for managing network connections?
A. Network and Sharing Center
B. Registry Editor
C. Task Manager
D. Disk Cleanup

Correct Answer: Option A


Explanation:
Network and Sharing Center is a Windows utility to configure network settings.

This question belongs to: Computer Computer Software
Question #2
Which of the following is an example of utility software?
A. VLC Media Player
B. Linux
C. Microsoft Excel
D. Disk Defragmenter

Correct Answer: Option D


Explanation:
Disk Defragmenter is a utility program that reorganizes data on a hard disk to improve performance.

This question belongs to: Computer Computer Software
Question #3
What is the primary role of a linker program during software development?
A. To combine multiple object files and library functions into a single executable file.
B. To scan a source script line by line for syntax issues.
C. To load executable instructions into RAM registers.
D. To optimize physical drive layout pathways.

Correct Answer: Option A


Explanation:
The linker resolves external references and links compiled object modules with pre-compiled libraries to output a final executable file.

This question belongs to: Computer Computer Software