Difficulty: Easy
Correct Answer: UNIX
Explanation:
Introduction / Context:
UNIX originated at Bell Labs in the late 1960s and early 1970s. It was built by researchers to support multiuser, multitasking workloads common in scientific and engineering environments, and it emphasized portability, simplicity, and powerful tools.
Given Data / Assumptions:
Concept / Approach:
Identify the OS whose design goals and early adopters were primarily in research, academia, and engineering labs.
Step-by-Step Solution:
UNIX: built for time-sharing, programmability, and portability.It introduced the “tools and pipelines” philosophy, conducive to scientific computing.Therefore, UNIX is the correct choice.
Verification / Alternative check:
Historical documents and textbooks trace UNIX’s academic and research proliferation, later inspiring BSD, System V, and modern UNIX-like systems (Linux, macOS).
Why Other Options Are Wrong:
MS-DOS targeted single-user PCs with minimal multitasking.OS/2 focused on protected-mode desktop computing.XENIX was a derivative distribution, not the original research OS.
Common Pitfalls:
Final Answer:
UNIX.
Discussion & Comments