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

Multiple choice technology web technology
  1. An animated Steve Jobs dances across the screen

  2. What interrupt button?

  3. Duh, it's actually G 41F89A

  4. A photo slideshow of the development team appears

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology web technology
  1. Basic kernel-level/dev support

  2. INF descriptors

  3. I/O Kit

  4. Grand Theft Auto IV

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. The Hardware Abstraction Layer (HAL)

  2. Hyper-V

  3. Kernel Mode

  4. Executive Services

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Windows Server MiniMe

  2. Server Core

  3. Windows Preinstallation Environment (WinPE)

  4. Hyper-V

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. OS/2

  2. POSIX

  3. DOS

  4. VMS

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Windows 7

  2. Windows Live

  3. Windows Azure

  4. Nebula

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Multi user

  2. Multi tasking

  3. Open source

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. A combination of a free software kernel with Linux apps

  2. A fancy way of identifying new distros

  3. Official name of the complete Linux OS according to Richard Stallman

  4. Linux distro meant for beginners

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. System V

  2. Minix

  3. IBM OS/2

  4. Vunix

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Gentoo

  2. Ubuntu

  3. Debian

  4. Zed Linux

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Mainframes

  2. Handheld devices

  3. Personal Computers

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Debian

  2. Redhat

  3. Mint

  4. Suse

Reveal answer Fill a bubble to check yourself
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.