What is the difference between a batch OS and a time-sharing OS? MCQ with Answer and Explanation

What is the difference between a batch OS and a time-sharing OS?
A. Batch is interactive; time-sharing is not
B. No difference
C. Batch processes multiple users; time-sharing processes one at a time
D. Batch processes jobs sequentially; time-sharing allows interactive multi-user
Answer: Option D
Solution (By JKExamLibrary)
Batch OS processes jobs without user interaction; time-sharing allows multiple users to interact simultaneously.

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 links independently compiled object code files together with necessary library routines to create a single executable program is called a/an:
A. Assembler
B. Interpreter
C. Loader
D. Linker

Correct Answer: Option D


Explanation:
The linker combines various object modules and system libraries generated by a compiler into a final runnable machine executable file.

This question belongs to: Computer Computer Software
Question #2 Report Error
Which of the following is a type of application software for note-taking?
A. Access
B. Word
C. Excel
D. Evernote

Correct Answer: Option D


Explanation:
Evernote is a note-taking and organization application.

This question belongs to: Computer Computer Software
Question #3 Report Error
Which backup type creates an exact replica of the entire storage drive, including the operating system files, boot sectors, configurations, and user data?
A. Differential Backup
B. File-level Archive
C. System Image / Full Clone Backup
D. Incremental Backup

Correct Answer: Option C


Explanation:
A system image or full clone copies every sector of a drive, allowing users to restore the complete operating system and data state onto a new drive.

This question belongs to: Computer Computer Software