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

Multiple choice general knowledge science & technology
  1. Bubuntu

  2. Fedora

  3. Vilinux

  4. Vinux

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Vinux was a Linux distribution specifically designed for visually impaired users, featuring screen readers and accessibility tools. It was based on Ubuntu and tailored from the ground up for blind users. The distractors are plausible but incorrect - Bubuntu doesn't exist, Fedora is a mainstream distro, and Vilinux is fictional.

Multiple choice general knowledge science & technology
  1. Ubuntu

  2. RedHat

  3. Knoppix

  4. Yggdrasil

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Knoppix was the first Linux distribution Dell offered to desktop users in 2002-2003, as a bootable live CD that let users try Linux without installing it. While Ubuntu became more prominent later, Knoppix pioneered this OEM partnership approach. RedHat was enterprise-focused, and Yggdrasil was too early/obscure.

Multiple choice general knowledge science & technology
  1. Apache License

  2. MIT Open License

  3. GNU Lesser General Public License

  4. All of the above

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Drools is a business rule management system (BRMS) and rule engine released under the Apache License 2.0, which is a permissive free software license. The GNU Lesser General Public License (LGPL) is a different license used by some Java libraries but not Drools. The 'All of the above' option is incorrect because only the Apache License applies.

Multiple choice general knowledge science & technology
  1. ext2, ext3 and reisser

  2. ext3, reisser and xfs

  3. ext3 and xfs

  4. afs, ext3 and reisser

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Linux supports multiple open-source journaling filesystems including ext3 (evolution from ext2 with journaling), ReiserFS (known for efficient handling of small files), and XFS (high-performance 64-bit journaling system). Option B correctly lists three major journaling filesystems available for Linux. Note that ext2 is not a journaling filesystem, and AFS is a distributed filesystem.

Multiple choice general knowledge science & technology
  1. A PENGUIN

  2. A GNU

  3. WINDOW

  4. A RED HAT

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Linux mascot is Tux, a penguin chosen by Linus Torvalds in 1996. The penguin was selected because torvalds was once bitten by a little penguin while visiting Canberra, Australia, and found penguins generally amusing. Option A correctly identifies the penguin as Linux's official mascot, distinguishing it from other tech-related animals like GNU (for the GNU Project) or Red Hat (a company/distribution name).

Multiple choice general knowledge science & technology
  1. DEBIAN

  2. YELLOW DEVIL

  3. YELLOW DOG

  4. DEVIL-LINUX

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Debian, Yellow Dog (a PowerPC-based distro), and Devil-Linux are all legitimate Linux distributions. However, 'Yellow Devil' is not a real Linux distribution - it appears to be a distractor option mixing the name 'Yellow Dog' with 'Devil'. Option B correctly identifies Yellow Devil as the non-existent distribution among the choices.

Multiple choice general knowledge science & technology
  1. A Operating System

  2. A kernel

  3. A Applications

  4. A Boot loader

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Linux is technically a kernel, not a complete operating system. The kernel manages hardware resources and provides services for programs. A complete operating system includes the kernel plus system libraries, utilities, and applications. GNU/Linux combines Linux kernel with GNU components to form a complete OS.

Multiple choice general knowledge science & technology
  1. Xfree86

  2. KDE

  3. Motif

  4. Gnome

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

XFree86 is an X Window System implementation, not a GUI itself. GUI environments like KDE, Gnome, and Motif are desktop environments or window managers that run on top of X. XFree86 provides the display server that GUI applications use to render windows and graphics.

Multiple choice general knowledge
  1. OS-2

  2. Windows

  3. DOS

  4. UNIX

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

OS/2 (Operating System/2) was an operating system developed jointly by IBM and Microsoft in the 1980s. After the partnership ended, IBM continued developing OS/2 on its own. The other options are incorrect: Windows is produced by Microsoft, DOS was created by Microsoft (and licensed to IBM as PC-DOS), and UNIX originated at Bell Labs (though IBM has its own UNIX variant called AIX). Note: The question writes it as "OS-2" but the correct name is "OS/2" - this is a minor formatting issue.

Multiple choice general knowledge
  1. Monolithic kernel

  2. Microkernel

  3. Hybrid Kernel

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Windows NT uses a hybrid kernel architecture combining monolithic and microkernel design principles. The claimed answer C is correct.