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

  2. Honeycomb

  3. Froyo

  4. Éclair

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

Android 3.0 is codenamed Honeycomb. This version (API level 11) was the first Android version designed specifically for tablets, introduced in February 2011. Gingerbread was 2.3, Froyo was 2.2, and Éclair was 2.0/2.1.

Multiple choice technology operating systems
  1. CloudOS

  2. eyeOS

  3. Ubuntu

  4. Redhat

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

eyeOS was a cloud-based operating system that could be accessed through a web browser, allowing users to work with applications and files entirely in the cloud. CloudOS is a generic term, not a specific product. Ubuntu and Redhat are traditional Linux distributions that are installed locally, not browser-based cloud operating systems.

Multiple choice technology operating systems
  1. Ubuntu

  2. Fedora

  3. Amiga

  4. Debian

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

AmigaOS is a proprietary operating system developed for Commodore Amiga computers, with no historical or architectural connection to Unix or Linux. Ubuntu, Fedora, and Debian are all Linux distributions - Unix-like operating systems that trace their lineage to Unix through Linux.

Multiple choice technology operating systems
  1. CloudOS

  2. eyeOS

  3. Ubuntu

  4. Redhat

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

eyeOS is a cloud-based operating system that could be accessed through a web browser. Apache was associated with promoting or supporting eyeOS as part of their web-based initiatives. Ubuntu and Redhat are traditional Linux distributions, and CloudOS is not specifically associated with Apache's browser-accessible cloud OS.

Multiple choice technology operating systems
  1. Ubuntu

  2. Fedora

  3. Amiga

  4. Debian

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

Ubuntu, Fedora, and Debian are all Linux/Unix-based operating systems. AmigaOS was the operating system for the Amiga computers, which used a different architecture and was not Unix-based. Amiga was a distinct platform in the late 1980s and early 1990s.

Multiple choice technology operating systems
  1. Windows 95

  2. Windows Vista

  3. Windows 2000

  4. Windows Millenium edition

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

Windows 2000 (NT 5.0) served as the direct predecessor to Windows XP (NT 5.1) for the business/professional NT line. Windows Vista succeeded XP, while Windows 95 and Windows Me belonged to the consumer 9x codebase.

Multiple choice technology operating systems
  1. True

  2. False

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

Microsoft ended mainstream support for Windows 98 on June 30, 2002, and extended support ended on July 11, 2006. This means Microsoft no longer provides updates, security patches, or technical support for Windows 98. The operating system is now considered obsolete and unsupported.

Multiple choice technology operating systems
  1. True

  2. False

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

Windows XP does not support DirectX 11. Windows XP natively supports up to DirectX 9.0c. DirectX 10 was introduced with Windows Vista, and DirectX 11 came with Windows 7. There is no official way to run DirectX 11 applications on Windows XP.

Multiple choice technology
  1. Persistent

  2. Non Persistent

  3. No objects are created

  4. type of object is not predictable

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

Non-persistent (transient) objects exist only during a session and are destroyed when the session terminates. These objects are created at runtime for temporary operations and are not stored in the database, making them ideal for short-lived processing needs.

Multiple choice technology operating systems
  1. Bourne

  2. Bash

  3. C shell

  4. Korn shell

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

Bash (Bourne Again SHell) is the most widely used Unix shell today, serving as the default shell on most Linux distributions and macOS. It combines compatibility with the Bourne shell and features from C shell and Korn shell, making it the de facto standard for system administration and scripting.