Which of the following is an example of an open-source operating system? MCQ with Answer and Explanation

Which of the following is an example of an open-source operating system?
A. Linux
B. Microsoft Windows 11
C. MS-DOS
D. Apple macOS
Answer: Option A
Solution (By JKExamLibrary)
Linux is developed under an open-source license, allowing anyone to view, modify, and redistribute its underlying source code freely.

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 scheduling algorithm prioritizes processes based on their remaining computation requirements, preempting a running process if a shorter task enters the ready queue?
A. Round Robin (RR)
B. Shortest Remaining Time First (SRTF)
C. Static Priority Scheduling
D. First-Come, First-Served (FCFS)

Correct Answer: Option B


Explanation:
Shortest Remaining Time First (SRTF) is a preemptive variant of SJF that continuously evaluates remaining runtime, switching to shorter newly arrived tasks.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Windows key combination opens the 'Run' dialog box?
A. Windows + E
B. Windows + L
C. Windows + D
D. Windows + R

Correct Answer: Option D


Explanation:
Windows + R opens the Run dialog where commands can be entered; Windows+E opens File Explorer.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In Android, the 'Dalvik Cache' is used for:
A. Caching downloaded files
B. Temporary internet files
C. Storing optimized bytecode for faster app execution
D. Storing user preferences

Correct Answer: Option C


Explanation:
Dalvik Cache stores the optimized Dalvik executable (.dex) files for apps to speed up loading; replaced by ART in newer Android.

This question belongs to: Computer Operating Systems