Which of the following is a type of system software that schedules processes? MCQ with Answer and Explanation

Which of the following is a type of system software that schedules processes?
A. Process scheduler
B. Device manager
C. File manager
D. Memory manager
Answer: Option A
Solution (By JKSSB Mock Tests)
The scheduler determines process execution order.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which application software type is designed to record financial accounts, track invoices, generate balance sheets, and compute payroll operations for businesses?
A. Database System Framework
B. Word Processor
C. Accounting Software
D. Desktop Publisher

Correct Answer: Option C


Explanation:
Accounting software streamlines corporate financial tracking, ledger maintenance, tax reporting, and audit trail generations.

This question belongs to: Computer Computer Software
Question #2
What is the difference between a thread and a process in software?
A. Thread is a program; process is a unit
B. They are the same
C. Process is for CPU; thread is for memory
D. Process is a program in execution; thread is a smaller unit within a process

Correct Answer: Option D


Explanation:
A process can contain multiple threads sharing resources.

This question belongs to: Computer Computer Software
Question #3
Software that is built into a hardware device's non-volatile flash or ROM memory to provide low-level control and boot instructions is called:
A. Firmware
B. Middleware
C. Shareware
D. Application Suites

Correct Answer: Option A


Explanation:
Firmware is a specific class of device software etched directly into non-volatile memory chips (like BIOS or UEFI) to control hardware devices directly.

This question belongs to: Computer Computer Software