Which of the following is a type of operating system that supports multiple users, multitasking, and memory protection? MCQ with Answer and Explanation

Which of the following is a type of operating system that supports multiple users, multitasking, and memory protection?
A. Modern general-purpose OS (Windows, Linux)
B. Batch OS
C. Single-user OS
D. Simple embedded OS
Answer: Option A
Solution (By JKSSB Mock Tests)
General-purpose OSes like Windows and Linux support multiple users, multitasking, and memory protection (virtual memory).

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
What is the function of the Android 'AlarmManager'?
A. To set system alarms
B. To schedule wake-up events or actions at specific times
C. To manage notifications
D. To control power saving

Correct Answer: Option B


Explanation:
AlarmManager allows scheduling tasks to run at precise times, even if the device is asleep, by waking it up.

This question belongs to: Computer Operating Systems
Question #2
In Linux, what is the root user's home directory?
A. /home/root
B. /usr/root
C. /var/root
D. /root

Correct Answer: Option D


Explanation:
The root user's home directory is /root, separate from other users' home directories under /home.

This question belongs to: Computer Operating Systems
Question #3
Which Windows utility is used to view and terminate running processes and applications?
A. System Information
B. Control Panel
C. Task Manager
D. File Explorer

Correct Answer: Option C


Explanation:
Task Manager provides a list of running processes, performance data, and allows users to end tasks or processes.

This question belongs to: Computer Operating Systems