What is the purpose of the Windows 'Safe Mode'? MCQ with Answer and Explanation

What is the purpose of the Windows 'Safe Mode'?
A. To boot with minimal drivers and services for troubleshooting
B. To load the last known good configuration
C. To run the system with maximum performance
D. To enable network support for recovery
Answer: Option A
Solution (By JKExamLibrary)
Safe Mode loads only essential drivers and services, allowing users to diagnose and fix system issues caused by problematic software or drivers.

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 type of process scheduling algorithm moves tasks between multiple queues based on their execution history and remaining runtime characteristics?
A. First-Come, First-Served
B. Static Priority Array
C. Multilevel Feedback Queue
D. Round Robin Loop

Correct Answer: Option C


Explanation:
Multilevel Feedback Queues allow tasks to move between queues dynamically based on their CPU usage history, optimizing system response times.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which command in Windows is used to check the integrity of system files?
A. dism
B. sfc /scannow
C. chkdsk
D. systeminfo

Correct Answer: Option B


Explanation:
System File Checker (sfc /scannow) scans and repairs corrupted system files in Windows.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Linux command is used to find files that match a certain pattern?
A. find
B. locate
C. grep
D. which

Correct Answer: Option A


Explanation:
find searches for files in a directory hierarchy based on name, type, size, etc.; locate uses a database for faster search.

This question belongs to: Computer Operating Systems