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 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. 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 science & technology
  1. Aptiva

  2. Macintosh

  3. Acorn

  4. Paseo

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

Paseo is a Toyota car model, not a computer. Aptiva was IBM's consumer line of personal computers in the 1990s. Macintosh is Apple's iconic computer line. Acorn Computers was a British computer manufacturer known for the BBC Micro and ARM architecture development.

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.