Which of the following is a type of operating system that provides no user interaction and processes jobs in batches? MCQ with Answer and Explanation

Which of the following is a type of operating system that provides no user interaction and processes jobs in batches?
A. Batch OS
B. Network OS
C. Time-sharing OS
D. Real-time OS
Answer: Option A
Solution (By JKSSB Mock Tests)
Batch OS processes jobs sequentially without user intervention, common in early computing.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which of the following commands in Linux is used to create a completely new, empty directory?
A. mv
B. rmdir
C. touch
D. mkdir

Correct Answer: Option D


Explanation:
The 'mkdir' (make directory) command is used across Unix-like environments to create fresh directory structures.

This question belongs to: Computer Operating Systems
Question #2
What is the purpose of the Android 'Download Manager'?
A. To prioritize download speed
B. To manage files in the Downloads folder
C. To handle long-running downloads in the background
D. To scan downloads for malware

Correct Answer: Option C


Explanation:
Download Manager runs background downloads, supports pause/resume, and notifies user upon completion.

This question belongs to: Computer Operating Systems
Question #3
Which of the following is a type of operating system that allows direct communication with hardware without a kernel?
A. Hybrid kernel
B. Monolithic kernel
C. Microkernel
D. Exokernel

Correct Answer: Option D


Explanation:
Exokernel provides minimal abstractions and allows applications to manage hardware directly, but is rare.

This question belongs to: Computer Operating Systems