Which of the following is a type of scheduler that selects the next process to run from the ready queue? MCQ with Answer and Explanation

Which of the following is a type of scheduler that selects the next process to run from the ready queue?
A. I/O scheduler
B. Short-term scheduler (CPU scheduler)
C. Medium-term scheduler
D. Long-term scheduler (job scheduler)
Answer: Option B
Solution (By JKExamLibrary)
The short-term scheduler selects a process from ready queue and dispatches it to the CPU; occurs frequently.

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 Android version introduced Material Design?
A. Marshmallow
B. Ice Cream Sandwich
C. KitKat
D. Lollipop (5.0)

Correct Answer: Option D


Explanation:
Android 5.0 Lollipop introduced Material Design, a visual design language with responsive animations and bold colors.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Windows, the 'Control Panel' can be opened by running:
A. settings
B. cp
C. control panel
D. control

Correct Answer: Option D


Explanation:
Typing 'control' in the Run dialog opens the Control Panel; the Settings app is separate.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What happens when a computer enters 'Sleep Mode' in Windows?
A. The system logs out all users and runs a deep virus scan.
B. The computer saves state to the hard drive and shuts down power 100%.
C. The computer places its active operational state into RAM and switches to a low-power state, keeping RAM powered.
D. The OS reformats the system volume completely.

Correct Answer: Option C


Explanation:
Sleep mode places the computer into a minimal power state, preserving all running applications and documents directly inside active RAM memory for near-instant resume times.

This question belongs to: Computer Operating Systems