Computer Knowledge
Operating Systems
998 Questions
Test your computer knowledge with these questions on operating systems. The content covers various platforms including Unix, Linux, Windows, Android, and Macintosh. These questions are commonly asked in the computer knowledge sections of banking and government exams.
Unix emulatorsLinux distributionsAndroid software stackMacintosh operating systemsWindows OS versionsSymbian OS history
Operating Systems Questions
B
Correct answer
Explanation
Windows XP is version 5.1 of Windows, based on the Windows NT kernel. Windows 2000 was NT 5.0, and Windows XP was NT 5.1. The numbering changed from the consumer Windows 9x line (95, 98, ME were 4.x) to match the NT architecture. So '5.x' correctly identifies Windows XP's version family.
-
MS office
-
IE
-
Windows Mail
-
Windows Media Player
B
Correct answer
Explanation
Internet Explorer (IE) was an integral part of Windows Vista - the browser was deeply integrated into the OS for web browsing and system functionality. MS Office, Windows Mail, and Windows Media Player are separate applications that can be installed or removed independently.
B
Correct answer
Explanation
Windows XP uses the Windows NT 5.1 kernel, making it part of the 5.x version series. Earlier Windows 95/98/ME used 4.x, while Vista and later moved to 6.x.
-
MS office
-
IE
-
Windows Mail
-
Windows Media Player
B
Correct answer
Explanation
Internet Explorer was deeply integrated into Windows Vista as the default browser, embedded into system components like Windows Explorer and Help system. MS Office was never bundled with Windows. Windows Mail and Media Player were included but replaceable third-party alternatives could be used.
A
Correct answer
Explanation
UNIX was designed from the ground up as a multi-user operating system, allowing multiple users to access the system simultaneously with their own accounts and permissions. This multi-user architecture is fundamental to UNIX's design philosophy.
B
Correct answer
Explanation
Linux has many distributions (distros) like Ubuntu, Fedora, Debian, Arch, etc. Each distribution packages the Linux kernel with different software, package managers, and configurations. The existence of multiple distros is a key feature of Linux.
B
Correct answer
Explanation
Linux has many distributions (distros) like Ubuntu, Fedora, Debian, Arch, etc. Each distribution packages the Linux kernel with different software, package managers, and configurations. The existence of multiple distros is a key feature of Linux.
A
Correct answer
Explanation
Berkeley Software Distribution (BSD) is a UNIX operating system variant that established many standards and conventions adopted by other UNIX systems. The BSD socket API is the standard networking interface used across Unix-like systems. While the phrasing is awkward, BSD is indeed foundational to UNIX standards.
B
Correct answer
Explanation
BSD (Berkeley Software Distribution) is not 'the' standard for Unix systems - it's one of several Unix variants. POSIX is the actual standard for Unix compatibility. BSD influenced Unix greatly but is not the standard itself.
B
Correct answer
Explanation
The Bourne shell (sh) is the oldest and most widely used Unix shell, created by Stephen Bourne at Bell Labs. It became the foundation for many other shells. Korn came later, and Bash is based on Bourne. 'C' shell is also older but Bourne is more foundational.
A
Correct answer
Explanation
BSD (Berkeley Software Distribution) is indeed a Unix standard and operating system lineage. It originated at UC Berkeley and represents one of the two major branches of Unix development (the other being System V). Many modern Unix and Unix-like systems, including macOS, have BSD heritage.
B
Correct answer
Explanation
The Bourne shell (sh) is the oldest Unix shell, developed by Stephen Bourne at AT&T Bell Labs in 1977. It served as the foundation for many subsequent shells including Bash (Bourne Again Shell) and Korn shell. While Bash is very popular today, Bourne shell's historical significance and widespread adoption make it the correct answer for 'oldest and most used'.
-
Ken Thompson
-
Dennis Ritchie
-
John Crosswhite
-
Douglas McIlroy
C
Correct answer
Explanation
The original Unix operating system was developed at Bell Labs by Ken Thompson, Dennis Ritchie, Douglas McIlroy, and others. John Crosswhite was not part of this core development team, making him the correct answer.
-
System V at AT&T lab
-
BSD (Berkeley Software Distribution)
-
Solaris at Sun Microsystems
-
MAC OS X at Apple
-
All of the above
E
Correct answer
Explanation
System V (AT&T), BSD (Berkeley), Solaris (Sun), and macOS are all Unix or Unix-like operating systems. System V and BSD represent the two main historical Unix lineages that influenced most modern variants.
-
Putty
-
Secure CRT
-
Telnet
-
Exceed
-
Only First and Second
-
First,Second and Third
A,B,C,D
Correct answer
Explanation
Putty, SecureCRT, Telnet clients, and Exceed are all tools used to connect to and interact with Unix systems. They provide terminal emulation or X server capabilities for accessing Unix environments from other platforms.