In Windows Operating Systems, what does the 'System Restore' utility do? MCQ with Answer and Explanation

In Windows Operating Systems, what does the 'System Restore' utility do?
A. It rolls back system files, registry configurations, and driver installations to a previous safe state without affecting personal data.
B. It reformats the motherboard BIOS chip.
C. It upgrades the processor clock speeds automatically.
D. It deletes all user photos and media files permanently to save storage space.
Answer: Option A
Solution (By JKExamLibrary)
System Restore creates system snapshots (restore points) allowing users to revert critical operational registry or OS files to fix configuration corruption.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1 Report Error
What structural condition refers to a situation where a child process continues running after its parent process has terminated?
A. Orphan Process
B. Blocked Thread
C. Deadlocked Task
D. Zombie Process

Correct Answer: Option A


Explanation:
An orphan process is a running process whose parent has terminated; it is typically adopted by the 'init' or 'systemd' process (PID 1).

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is an example of a desktop environment for Linux?
A. GNOME
B. Windows Shell
C. Unity
D. Aqua

Correct Answer: Option A


Explanation:
GNOME is a popular desktop environment for Linux; Unity was used by Ubuntu earlier, but GNOME is common.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In Linux, the 'nice' command is used to:
A. All of the above
B. Set the priority of a process (niceness value)
C. Run a command with a modified scheduling priority
D. Change a process's nice value

Correct Answer: Option A


Explanation:
nice sets the initial priority; renice changes priority of running processes; all affect scheduling.

This question belongs to: Computer Operating Systems