Which of the following utilities is explicitly used to restore an operating system to a previous functional configuration state if a software installation crashes the system? MCQ with Answer and Explanation

Which of the following utilities is explicitly used to restore an operating system to a previous functional configuration state if a software installation crashes the system?
A. File Uninstaller Wizard
B. Disk Management Tool
C. System Restore Utility
D. Registry Optimizer
Answer: Option C
Solution (By JKSSB Mock Tests)
System restore utilities roll back an OS's system configurations, drivers, and registry states to a known stable point in time without affecting personal data files.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which type of software license covers applications whose code can be used for any purpose, but requires all derivative works to include attribution and keep the same license terms?
A. Creative Commons Attribution-ShareAlike / Open Source License
B. Closed-Source Freeware Framework
C. Public Domain Status
D. Proprietary License

Correct Answer: Option A


Explanation:
ShareAlike or copyleft open-source licenses ensure that modifications remain open and accessible, requiring attribution and consistent licensing terms.

This question belongs to: Computer Computer Software
Question #2
Which software license model provides free access to the program code, allowing anyone to modify and sell it commercially without requiring derivative works to remain open source?
A. Copyleft License
B. Public Domain Status
C. Closed-Source Freeware Framework
D. Permissive Open Source License (e.g., MIT or BSD)

Correct Answer: Option D


Explanation:
Permissive open-source licenses (like MIT) allow users to modify, distribute, and even commercialize the code within proprietary systems with minimal restrictions.

This question belongs to: Computer Computer Software
Question #3
Which system software component is responsible for locating and loading the operating system kernel into the primary memory (RAM) during the boot process?
A. Linker
B. Bootstrap Loader
C. File Manager
D. Device Driver

Correct Answer: Option B


Explanation:
The bootstrap loader is a small initial program stored in ROM that executes during startup to load the core operating system into RAM.

This question belongs to: Computer Computer Software