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
-
Bubuntu
-
Fedora
-
Vilinux
-
Vinux
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.
-
Ubuntu
-
RedHat
-
Knoppix
-
Yggdrasil
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.
-
Apache License
-
MIT Open License
-
GNU Lesser General Public License
-
All of the above
-
None of these
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.
-
ext2, ext3 and reisser
-
ext3, reisser and xfs
-
ext3 and xfs
-
afs, ext3 and reisser
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.
-
A PENGUIN
-
A GNU
-
WINDOW
-
A RED HAT
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).
-
DEBIAN
-
YELLOW DEVIL
-
YELLOW DOG
-
DEVIL-LINUX
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.
-
A Operating System
-
A kernel
-
A Applications
-
A Boot loader
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.
-
Fedora
-
Cent O\S
-
RHEL
-
Ubuntu
C
Correct answer
Explanation
RHEL (Red Hat Enterprise Linux) is a commercial distribution requiring paid subscriptions, while Fedora and Ubuntu are community-driven distros. CentOS was community-built but RHEL-based. RHEL stands apart as the enterprise version, not a community one.
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.
-
Eclair
-
Honeycomb
-
Froyo
-
Gingerbread
B
Correct answer
Explanation
Android 3.0 (Honeycomb) was specifically designed for tablets with a larger screen interface. It introduced features like the holographic UI, System Bar, and Action Bar, optimized for tablet form factors rather than phones.
B
Correct answer
Explanation
Windows Media Player 12 was included with Windows 7 and was the latest standalone version. Version 11 was from Windows Vista era.
-
Windows mobile 6.5
-
Windows mobile 6
-
Windows mobile 7
-
Windows mobile 7.5
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.
-
QNX
-
L4
-
Linux
-
None of these
C
Correct answer
Explanation
Linux is a monolithic kernel, not a microkernel. Systems like QNX and L4 are classic examples of microkernels, which keep only essential services in core space and run others as user-space servers.
-
Monolithic kernel
-
Microkernel
-
Hybrid Kernel
-
None of these
C
Correct answer
Explanation
Windows NT uses a hybrid kernel architecture combining monolithic and microkernel design principles. The claimed answer C is correct.