In Windows, the 'Windows Update' service is responsible for: MCQ with Answer and Explanation

In Windows, the 'Windows Update' service is responsible for:
A. Updating device drivers
B. Managing system restore points
C. Installing new applications
D. Downloading and installing updates for the OS and other Microsoft products
Answer: Option D
Solution (By JKExamLibrary)
Windows Update provides security patches, feature updates, and driver updates from Microsoft.

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
Which Linux command is used to stop a process with a signal?
A. pkill
B. kill
C. killall
D. All of the above

Correct Answer: Option D


Explanation:
kill, pkill, and killall all send signals to processes; they differ in how targets are specified.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What type of operating system kernel includes all device drivers, file system handlers, and process management routines inside a single massive binary space running in privileged mode?
A. Asymmetric Kernel
B. Monolithic Kernel
C. Microkernel
D. Exokernel

Correct Answer: Option B


Explanation:
A monolithic kernel compiles all essential OS services directly into a single, comprehensive space, providing high performance at the expense of modular isolation.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the purpose of the Android 'Vibrator' class?
A. All of the above
B. To trigger notifications with vibration
C. To control vibration feedback on the device
D. To manage haptic feedback

Correct Answer: Option A


Explanation:
Vibrator allows apps to vibrate the device for notifications, haptic feedback, or custom patterns.

This question belongs to: Computer Operating Systems