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

Multiple choice technology
  1. 99user.ldif

  2. dse.ldif

  3. db2ldif

  4. des.ldif

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

The dse.ldif file contains indexes for attributes in a Directory Server. LDIF (LDAP Data Interchange Format) files are used to store directory data, and dse.ldif specifically holds the backend configuration including attribute indexes that optimize search and lookup operations. Option A (99user.ldif) is typically for user-specific customizations, while options C and D are not standard LDIF configuration files for this purpose.

Multiple choice technology web technology
  1. portlet, page, book, menu, desktop

  2. book, page, portlet, desktop, menu

  3. desktop, book, menu, page, portlet

  4. menu, desktop, book, page, portlet

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

Portal skeleton execution follows a hierarchy: Desktop (outermost) → Book → Menu → Page → Portlet (innermost). This order ensures proper nesting and rendering of portal components from broadest to most specific.

Multiple choice technology operating systems
  1. Ubuntu Karmic Koala

  2. Ubuntu Intrepid Ibex

  3. Ubuntu Fiesty Fawn

  4. Ubuntu Lucid Lynx

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

Ubuntu 10.04 (Lucid Lynx) introduced significant boot optimizations, utilizing Upstart configurations and disk read-ahead profiling to achieve a boot time of under 10 seconds on supported hardware. This made it much faster than its predecessors like Karmic Koala, Intrepid Ibex, or Feisty Fawn.

Multiple choice technology operating systems
  1. SlackWare

  2. ArchLinux

  3. Debian

  4. RedHat

  5. Fedora

  6. Ubuntu

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

The three major Linux distribution families are Slackware, Debian, and RedHat. ArchLinux is independently maintained, Fedora is part of the RedHat family, and Ubuntu is derived from Debian. Most of the 300+ Linux distributions are based on these three main streams.

Multiple choice technology operating systems
  1. 3D windows

  2. Wobbly Windows

  3. Minimize/maximize/open/close animation

  4. Desktop Cube Rotate

  5. Flip through open programs

  6. Snow/Fire on Screen

Reveal answer Fill a bubble to check yourself
A,B,C,D,E,F Correct answer
Explanation

Compiz Fusion enables all these visual effects on Linux: 3D window manipulation, wobbly windows, minimize/maximize animations, desktop cube rotation for workspace switching, program flipping (like Cover Flow), and particle effects like snow and fire.

Multiple choice technology operating systems
  1. Touchpad Driver

  2. Package Manager

  3. Dependency Resolver

  4. None of these

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

In Debian systems, 'synaptics' refers to the Synaptic Package Manager, a GUI tool for managing DEB packages. The touchpad driver is also called 'synaptics' but in Debian administration context, it refers to the package manager.

Multiple choice technology operating systems
  1. Ubuntu

  2. DreamLinux

  3. Linux Mint

  4. Gentoo

  5. Damn Small Linux

Reveal answer Fill a bubble to check yourself
A,B,C,E Correct answer
Explanation

Ubuntu, Linux Mint, and Damn Small Linux are well-known Debian-based distros. DreamLinux was also based on Debian. Gentoo is independent and uses its own Portage package system, not DEB packages. All Debian-based distros use .deb packages and the APT package management system.

Multiple choice technology operating systems
  1. DSL - Damn Small Linux

  2. Puppy Linux

  3. PSL- Pen Drive Linux

  4. Ubuntu

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

Damn Small Linux (DSL) and Puppy Linux are famous ultra-lightweight Linux distributions designed to run efficiently from live USB thumb drives. They are compact (historically as small as 20-50MB) yet provide fully functional graphical user interfaces and basic utilities. Pen Drive Linux is a website, not a distro, and Ubuntu is large.

Multiple choice technology operating systems
  1. Red Hat Netbook Remix

  2. Damn Small Linux

  3. Puppy Linux

  4. Ubuntu Netbook Remix

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

Ubuntu Netbook Remix was a specific Ubuntu edition designed for netbooks with optimized interface and screen space usage. Red Hat never had a 'Netbook Remix' edition. While DSL and Puppy Linux are lightweight enough for netbooks, they weren't specifically marketed as 'Netbook Remix' editions.

Multiple choice technology operating systems
  1. QEMU

  2. VirtualBox

  3. WINE

  4. WIN-API Emulator

  5. VM-WARE

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

WINE is a compatibility layer that translates Windows API calls to POSIX calls on the fly, allowing individual Windows programs to run natively on Linux. VirtualBox and VMware run a complete guest OS, QEMU is a full hardware emulator, and WIN-API Emulator is a generic, non-existent software name.