Computer Knowledge
Operating Systems
1,344 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
-
Linux Kernal
-
Windows Mobile 6.0 OS
-
symbian
-
WINCE
A
Correct answer
Explanation
Android's software stack is built on top of the Linux kernel, which provides core system services like security, memory management, process management, and driver model. This Linux foundation allows Android to leverage hardware abstraction and standard Unix-like features. Windows Mobile, Symbian, and WINCE are competing mobile operating systems, not part of Android's stack.
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.
-
Through the RC keyword
-
Through the CODE keyword
-
Through the COND keyword
-
Through the RETURNCD keyword
C
Correct answer
Explanation
In IBM mainframe JCL (Job Control Language), the COND (Condition) parameter is used to test the return codes of previously executed job steps before deciding whether to execute the current job step.
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'.
A
Correct answer
Explanation
In CICS MAPFAIL is the error condition when a user presses Enter without entering any value in a map field. This is a CICS-specific exception that occurs when the map receives no input data. The other options (ASRA, ASRB, AEI9) are different CICS abend codes - ASRA is a program check, ASRB is a transaction abend, and AEI9 is an invalid EXEC CICS command.