What is the purpose of a resource allocator in an OS? MCQ with Answer and Explanation

What is the purpose of a resource allocator in an OS?
A. Allocates CPU, memory, and I/O to processes
B. Connects to internet
C. Manages files
D. Compiles programs
Answer: Option A
Solution (By JKSSB Mock Tests)
Resource allocation is a core function of the OS to ensure fair usage.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which of the following describes an operating system capability that allows multiple programs or tasks to appear to run concurrently by rapidly switching the CPU's attention between them?
A. Multiprocessing
B. Multitasking
C. Multithreading
D. Real-time Streaming

Correct Answer: Option B


Explanation:
Multitasking allows an operating system to execute multiple applications concurrently by slicing CPU cycles among them.

This question belongs to: Computer Computer Software
Question #2
Which of the following is a type of system software that provides a command-line interface?
A. Notepad
B. Explorer
C. Command prompt (cmd)
D. Paint

Correct Answer: Option C


Explanation:
Command Prompt is a CLI utility for executing text-based commands.

This question belongs to: Computer Computer Software
Question #3
What is the role of the window manager in a GUI?
A. Manages the appearance and placement of windows
B. Manages files
C. Manages hardware
D. Compiles programs

Correct Answer: Option A


Explanation:
The window manager controls window borders, title bars, and positioning.

This question belongs to: Computer Computer Software