What is the role of the scheduler in an OS? MCQ with Answer and Explanation

What is the role of the scheduler in an OS?
A. To control which process runs at what time
B. To handle network connections
C. To manage memory allocation
D. To manage files
Answer: Option A
Solution (By JKExamLibrary)
The scheduler determines the order and time each process executes on the CPU.

This question belongs to: Computer Computer Software

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1 Report Error
A system program that copies an executable program from secondary storage into main memory (RAM) so that it is ready for immediate CPU execution is called a:
A. Loader
B. Linker
C. Compiler
D. Device Driver

Correct Answer: Option A


Explanation:
The loader is an essential system software routine responsible for placing programs into memory addresses and initializing their execution.

This question belongs to: Computer Computer Software
Question #2 Report Error
A software translator that reads a high-level program line-by-line, translating and executing each line immediately without saving an object file, is a/an:
A. Compiler
B. Assembler
C. Linker
D. Interpreter

Correct Answer: Option D


Explanation:
An interpreter translates and executes source code dynamically, one line or statement at a time, making debugging faster but execution slower.

This question belongs to: Computer Computer Software
Question #3 Report Error
Which of the following is a utility software for removing malware?
A. Adobe Reader
B. Malwarebytes
C. VLC
D. WinRAR

Correct Answer: Option B


Explanation:
Malwarebytes is an anti-malware utility.

This question belongs to: Computer Computer Software