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 operating systems
  1. Linux version 2.3

  2. Linux version 2.4

  3. Linux version 2.5

  4. Linux version 2.6

  5. Linux version 2.7

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

Multiple choice technology operating systems
  1. 5 & 7

  2. 4 & 7

  3. 5 & 8

  4. 6 & 8

  5. 7 & 9

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

Multiple choice technology operating systems
  1. Libraries

  2. Application Framework

  3. Applications

  4. Linux Kernel

  5. Android Runtime

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

Multiple choice technology operating systems
  1. True

  2. False

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

Multiple choice technology operating systems
  1. Samsung Galaxy S

  2. HTC Dream G1

  3. HTC Desire

  4. Google Nexus One

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

Multiple choice technology
  1. Foundation +UIKit framework

  2. Foundation +ApplicationKit framework

  3. UIKit +ApplicationKit framework

  4. None of the above

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

Multiple choice technology
  1. Snow leopard version 10.6.0

  2. Snow leopard version 10.5.2

  3. Snow leopard version 10.5.0

  4. Snow leopard version 10.0.0

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

Multiple choice technology operating systems
  1. Kubuntu

  2. Xubuntu

  3. Eubuntu

  4. Gobuntu

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

Multiple choice technology operating systems
  1. True

  2. False

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

Multiple choice technology operating systems
  1. True

  2. False

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

Multiple choice technology testing
  1. RIB

  2. FIR

  3. CDE

  4. BOSS

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

Multiple choice technology performance
  1. UNIX

  2. Linux

  3. Windows

  4. Sun Solaris

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