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
-
System 8
-
System 7.6.1
-
Mac OS X 10.1
-
Mac OS X 10.2
C
Correct answer
Explanation
The 'Happy Mac' icon (the smiling Macintosh face) appeared during system startup through Mac OS X 10.1. Mac OS X 10.2 Jaguar replaced it with the modern gray Apple logo, making 10.1 the last version with the Happy Mac.
-
Xena Never Understands
-
XeN Unix
-
X Is Not Unix
-
The creator, Xavier Nelson Underwood
C
Correct answer
Explanation
XNU stands for 'X is Not Unix,' a recursive acronym following the GNU pattern. It's the hybrid kernel architecture used in Mac OS X, combining elements from Mach and BSD.
-
An animated Steve Jobs dances across the screen
-
What interrupt button?
-
Duh, it's actually G 41F89A
-
A photo slideshow of the development team appears
D
Correct answer
Explanation
Typing 'G 41D89A' in the Mac SE's debugger after triggering the interrupt button would display an Easter egg slideshow of the development team's photos. This was a hidden feature in the Mac SE ROM.
-
Basic kernel-level/dev support
-
INF descriptors
-
I/O Kit
-
Grand Theft Auto IV
C
Correct answer
Explanation
I/O Kit is the hardware driver subsystem in Mac OS X (now macOS). It's an object-oriented framework for developing device drivers that uses a subset of C++. Option A is too vague, option B refers to Windows driver descriptors, and option D is a video game.
-
The Hardware Abstraction Layer (HAL)
-
Hyper-V
-
Kernel Mode
-
Executive Services
C
Correct answer
Explanation
Windows architecture uses two privilege modes: User Mode (restricted, for applications) and Kernel Mode (unrestricted, for OS services). This dual-mode design provides security and stability by preventing applications from directly accessing critical system resources.
-
Windows Server MiniMe
-
Server Core
-
Windows Preinstallation Environment (WinPE)
-
Hyper-V
B
Correct answer
Explanation
Server Core is the official name for Windows Server 2008's minimal installation option. It installs without a graphical user interface (GUI), reducing both attack surface and resource requirements. The 'Windows without Windows' nickname refers to the absence of the desktop shell - management is done via command line, PowerShell, or remote tools.
A
Correct answer
Explanation
Windows NT was originally developed as OS/2 NT, intended to be the successor to OS/2 - the joint operating system project between Microsoft and IBM. When the partnership dissolved, Microsoft pivoted to develop Windows NT independently, while IBM continued OS/2. POSIX and DOS are not correct, and VMS influenced NT's architecture but wasn't its predecessor.
-
Windows 7
-
Windows Live
-
Windows Azure
-
Nebula
C
Correct answer
Explanation
Windows Azure (later Microsoft Azure) is Microsoft's cloud computing platform for hosting and running Windows applications via the web. Windows 7 is a desktop OS, Windows Live is consumer services, and 'Nebula' is fictional. Azure allows ISVs to build cloud-based Windows apps.
-
IEBPTPCH
-
IEHINITT
-
IEBISAM
-
IEBVSAM
D
Correct answer
Explanation
IEBPTPCH, IEHINITT, and IEBISAM are all valid IBM mainframe utility programs (for print/punch, tape initialization, and ISAM operations respectively). IEBVSAM is not a standard IBM utility - VSAM datasets are managed using IDCAMS (Access Method Services), not IEBVSAM.
-
Multi user
-
Multi tasking
-
Open source
-
All of the above
D
Correct answer
Explanation
Linux embodies all three characteristics: it is a multi-user operating system that allows multiple users to interact simultaneously, a multitasking system that can execute multiple processes concurrently, and open-source software with freely available source code. These features are fundamental to Linux's design philosophy. The correct answer is D because it encompasses all these aspects, not just one.
-
A combination of a free software kernel with Linux apps
-
A fancy way of identifying new distros
-
Official name of the complete Linux OS according to Richard Stallman
-
Linux distro meant for beginners
C
Correct answer
Explanation
GNU/Linux is the official name promoted by Richard Stallman and the Free Software Foundation to emphasize that the complete operating system consists of the GNU system utilities combined with the Linux kernel.
-
System V
-
Minix
-
IBM OS/2
-
Vunix
B
Correct answer
Explanation
Linux was designed to resemble Minix, a Unix-like operating system created by Andrew Tanenbaum for educational purposes. Linus Torvalds was inspired by Minix's design principles and wanted to create a similar system for the Intel 386 platform. While Linux eventually evolved to support System V and BSD Unix features, its original design inspiration was Minix, not commercial Unix variants or other operating systems.
-
Gentoo
-
Ubuntu
-
Debian
-
Zed Linux
D
Correct answer
Explanation
Zed Linux is not a real or recognized Linux distribution. Gentoo, Ubuntu, and Debian are all well-established, actively maintained Linux distributions with large user communities. This question tests knowledge of actual distro names versus fictional ones. When encountering unfamiliar distro names, verify their existence through official sources or community documentation.
-
Mainframes
-
Handheld devices
-
Personal Computers
-
All of the above
D
Correct answer
Explanation
Linux's portability allows it to run on diverse hardware platforms including mainframes, handheld devices, and personal computers. This versatility is one of Linux's strengths, enabled by its modular kernel design and architecture-specific implementations. The same Linux kernel can be adapted to run from embedded devices to supercomputers. This cross-platform capability makes Linux suitable for virtually any computing environment.
D
Correct answer
Explanation
YaST (Yet another Setup Tool) was created by SUSE and is the central system administration tool for SUSE Linux distributions. It provides a unified interface for system configuration, including hardware setup, network configuration, software management, and server services. While other distros like Debian, RedHat, and Mint have their own configuration tools (like debconf, anaconda, or mint-tools), YaST is specifically associated with SUSE.