Which Windows utility allows an administrator to schedule a task or script to execute automatically at specific times or after certain events? MCQ with Answer and Explanation

Which Windows utility allows an administrator to schedule a task or script to execute automatically at specific times or after certain events?
A. Task Manager
B. Task Scheduler
C. Registry Editor
D. System Properties
Answer: Option B
Solution (By JKExamLibrary)
Windows Task Scheduler is a built-in tool that lets users and administrative accounts schedule automated routines to execute on specific dates/times.

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
In operating systems, what is the primary function of the 'Medium-Term Scheduler'?
A. To assign processes directly to an available CPU core.
B. To control the initial BIOS POST test routines.
C. To swap processes out of main memory to secondary storage (and vice versa) to control the degree of multiprogramming.
D. To handle real-time peripheral device drivers.

Correct Answer: Option C


Explanation:
The medium-term scheduler removes processes from main memory temporarily (swapping out) to reduce the degree of multiprogramming and manage memory constraints.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which structural concept refers to a piece of code that must execute atomically and cannot be accessed by more than one process at any given moment?
A. System Hook
B. Critical Section
C. Shared Page Room
D. Deadlock Loop

Correct Answer: Option B


Explanation:
The Critical Section is a structural segment of program code that accesses shared resources or variables and must not be concurrently executed by multiple processes.

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

Correct Answer: Option C


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

This question belongs to: Computer Operating Systems