Which of the following is a type of operating system designed to handle a large number of small tasks quickly? MCQ with Answer and Explanation

Which of the following is a type of operating system designed to handle a large number of small tasks quickly?
A. Real-time OS
B. Multiprocessing OS
C. Time-sharing OS
D. Batch OS
Answer: Option A
Solution (By JKExamLibrary)
RTOS is designed for tasks with strict timing constraints; batch OS processes jobs in batches; time-sharing allows interactive use.

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
What is the purpose of the Android 'Package Installer'?
A. To install APK files on the device
B. To uninstall applications
C. To manage app permissions
D. To update system packages

Correct Answer: Option A


Explanation:
Package Installer handles the installation of .apk files, verifying signatures and asking for permissions.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following components of an Operating System remains permanently in the main memory (RAM) during the entire computer session?
A. Application Software
B. Compiler
C. Kernel
D. Device Driver

Correct Answer: Option C


Explanation:
The kernel is the core component of an Operating System that is loaded into the main memory during booting and remains there until the system is shut down.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What does the term 'Spooling' stand for in the context of system operations?
A. System Peripheral Output Link
B. Simultaneous Peripheral Operations On-Line
C. Sequential Process Optimization Line
D. Storage Process Organization Layout

Correct Answer: Option B


Explanation:
SPOOLING stands for Simultaneous Peripheral Operations On-Line. It is a technique used to buffer data intended for slow peripheral devices like printers.

This question belongs to: Computer Operating Systems