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 platforms and products
  1. Yahoo

  2. HP

  3. Novell

  4. Oracle

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

Microsoft collaborated with Novell in 2006 on a landmark interoperability agreement that included joint development of SUSE Linux Enterprise. This partnership aimed to improve Windows-Linux interoperability and provide patent protection to Novell's customers. Yahoo, HP, and Oracle were not part of this specific Linux distro collaboration.

Multiple choice technology platforms and products
  1. Red Hat

  2. Linux 1

  3. Debian

  4. Open solaris

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

Ubuntu is based on Debian, which is one of the oldest and most influential Linux distributions. Ubuntu uses Debian's APT package management system and repositories as its foundation. Red Hat uses RPM, Linux 1 is not a real distro, and OpenSolaris is a Unix variant, not Linux.

Multiple choice technology operating systems
  1. CShell

  2. Kernel

  3. BIOS for Linux

  4. Full Linux OS

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

Linus Torvalds created the Linux kernel, the core component. He did not create C Shell (Bill Joy), BIOS (hardware firmware), or the full OS (kernel + GNU tools + desktop environments). The kernel is the central project.

Multiple choice technology operating systems
  1. True

  2. False

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

Linux is NOT a GUI cover over UNIX - it's a complete UNIX-like operating system with its own kernel. Linux can run with or without a GUI. The GUI is merely an optional layer (like GNOME, KDE) that runs on top of the Linux kernel, not the core of the system itself.

Multiple choice technology operating systems
  1. The official name of the complete Linux OS according to Richard Stallman

  2. Collection of open softwares and Linux kernel

  3. Registered trade mark of linux

  4. None of above all

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

Richard Stallman and the Free Software Foundation advocate using 'GNU/Linux' to refer to the complete operating system, emphasizing that the GNU project provides most of the userland tools while Linux is just the kernel. This naming reflects the philosophical stance about giving credit to the GNU project's contribution.

Multiple choice technology operating systems
  1. True

  2. False

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

The statement is false. Linux can absolutely be installed on a system that already has MS Windows Vista. The most common approach is dual-booting, where the hard drive is partitioned and both operating systems coexist - the user chooses which to boot at startup. Alternatively, Linux can be installed within Windows using WSL (Windows Subsystem for Linux) on newer Windows versions, though Vista is quite old. Another option is replacing Vista entirely with Linux. The claim that it's "not possible" is incorrect.

Multiple choice technology security
  1. SP3

  2. SP2

  3. SP4

  4. SP1

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

Windows XP Service Pack 3 (SP3) was the final service pack released for Windows XP. It included all previous updates and security patches, and was the last major update before Microsoft ended support for the operating system.

Multiple choice technology platforms and products
  1. KVM

  2. j9

  3. Dalvik VM

  4. Jblend

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

Android's runtime environment originally used the Dalvik Virtual Machine, designed specifically for mobile devices with limited resources. Dalvik uses register-based architecture (unlike JVM's stack-based architecture) and runs dex (Dalvik Executable) bytecode. Modern Android versions have replaced Dalvik with ART (Android Runtime), but the question reflects the historical architecture.

Multiple choice technology platforms and products
  1. Linux Kernal

  2. Windows Mobile 6.0 OS

  3. symbian

  4. WINCE

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

Android's software stack is built on top of the Linux kernel, which provides core system services like security, memory management, process management, and driver model. This Linux foundation allows Android to leverage hardware abstraction and standard Unix-like features. Windows Mobile, Symbian, and WINCE are competing mobile operating systems, not part of Android's stack.