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
-
Linux version 2.3
-
Linux version 2.4
-
Linux version 2.5
-
Linux version 2.6
-
Linux version 2.7
D
Correct answer
Explanation
Android relies on Linux kernel version 2.6 for core system services including security, memory management, process management, network stack, and driver model. The Linux 2.6 kernel provided the necessary features for mobile operating systems including improved power management, security features, and driver support that early Android versions required.
-
5 & 7
-
4 & 7
-
5 & 8
-
6 & 8
-
7 & 9
C
Correct answer
Explanation
Android Platform version 2.0 (Eclair) has API level 5, and version 2.2 (Froyo) has API level 8. API levels are incremental integers assigned to each Android platform version. The progression goes: Android 1.5 (API 3), 1.6 (API 4), 2.0 (API 5), 2.1 (API 6-7, minor updates), 2.2 (API 8). Option C correctly identifies 5 & 8.
-
Libraries
-
Application Framework
-
Applications
-
Linux Kernel
-
Android Runtime
D
Correct answer
Explanation
The Linux Kernel layer contains all hardware drivers including Display, Camera, Audio, and WiFi drivers. This is the bottom layer of Android architecture that interfaces with the hardware. Libraries are above the kernel, Application Framework is above libraries, and Applications are at the top.
B
Correct answer
Explanation
Although the core Android system is developed as open source under the Android Open Source Project (AOSP), commercial Android devices rely heavily on proprietary Google Mobile Services (GMS) and proprietary hardware drivers. Therefore, Android as a complete, consumer-facing ecosystem is not entirely open source.
-
Cupcake
-
Gingerbread
-
Froyo
-
Eclair
-
Samsung Galaxy S
-
HTC Dream G1
-
HTC Desire
-
Google Nexus One
B
Correct answer
Explanation
The HTC Dream (also branded as T-Mobile G1) was released in October 2008 as the first commercial smartphone running the Android operating system. Other choices like Samsung Galaxy S, HTC Desire, and Nexus One were released later in 2010 during Android's subsequent market expansion.
-
Foundation +UIKit framework
-
Foundation +ApplicationKit framework
-
UIKit +ApplicationKit framework
-
None of the above
A
Correct answer
Explanation
iPhone OS (iOS) is built on a layered architecture with the Foundation framework (core data types, utilities) and UIKit framework (UI components, event handling) being the primary frameworks for application development. ApplicationKit is part of Mac OS X, not iOS.
-
Snow leopard version 10.6.0
-
Snow leopard version 10.5.2
-
Snow leopard version 10.5.0
-
Snow leopard version 10.0.0
A
Correct answer
Explanation
At the time this question was written, Snow Leopard 10.6.0 was the latest Mac OS X release. The version numbers 10.5.x refer to Leopard (the previous release), making 10.6.0 the correct choice.
-
kernel
-
BIOS
-
shell
-
centrex
A
Correct answer
Explanation
Linus Torvalds created the Linux kernel in 1991, which is the core component of the Linux operating system. The kernel manages hardware resources and provides the foundation for the entire OS.
C
Correct answer
Explanation
GNOME is a popular desktop environment and GUI for Linux, providing a complete graphical user interface along with a suite of desktop applications like file managers, text editors, and system tools.
-
Kubuntu
-
Xubuntu
-
Eubuntu
-
Gobuntu
A,B,D
Correct answer
Explanation
Ubuntu has multiple official and unofficial derivatives. Kubuntu (A) uses KDE Plasma - official flavor, correct. Xubuntu (B) uses XFCE desktop - official flavor, correct. Eubuntu (C) appears to be a typo - Edubuntu was the education-focused official flavor, but 'Eubuntu' is not a valid name. Gobuntu (D) was a real Ubuntu derivative focused on free software only, though now discontinued - correct.
B
Correct answer
Explanation
SELinux (Security-Enhanced Linux) is fully available in Ubuntu's official package repositories and can be installed and enabled, although AppArmor is configured as the default security module. Thus, the statement claiming SELinux is not available in Ubuntu is false.
A
Correct answer
Explanation
Early PlayStation 3 models (specifically the fat PS3 models from 2006-2007) supported OtherOS functionality, allowing installation of Linux distributions including Ubuntu. Sony removed this feature in later models and via firmware updates in 2010. During the supported period, Ubuntu installation was indeed possible.
C
Correct answer
Explanation
CDE (Collection Distribution Engine) is an open-source application within the CRIS (Central Repository Information System) ecosystem. RIB (Retail Integration Bus), FIR (Financial Information Repository), and BOSS are typically proprietary or commercial components, while CDE stands out as the open-source element.
-
UNIX
-
Linux
-
Windows
-
Sun Solaris
A
Correct answer
Explanation
In LoadRunner architecture, the Controller (which orchestrates load tests) can be installed on UNIX systems. This is because UNIX provides stable, high-performance environments suitable for managing complex test scenarios. While LoadRunner has cross-platform components, the Controller's UNIX support is a key architectural feature for enterprise deployments.