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
  1. OS-2

  2. Windows

  3. DOS

  4. UNIX

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

OS/2 (the option has a typo as 'OS-2' but refers to OS/2) was an operating system developed jointly by IBM and Microsoft, with IBM taking over full development after 1991. Windows is Microsoft's product, DOS was developed by Microsoft (though sold to IBM as PC DOS), and UNIX originated at AT&T Bell Labs. Despite the typo, OS/2 is the only OS in this list that IBM produced.

Multiple choice technology operating systems
  1. single-user system

  2. multitasking

  3. operating system

  4. Open Source

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

UNIX is a multitasking operating system. It is multi-user (not single-user), and modern Unix-like systems are open-source. Option A incorrectly states it is a single-user system.

Multiple choice technology operating systems
  1. UNIX

  2. Android

  3. Microsoft

  4. Mac OS

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

UNIX has historically been the dominant operating system in universities, especially for computer science education, research systems, and server infrastructure. While Linux (a Unix-like system) is now very common, UNIX itself established this university presence.

Multiple choice technology operating systems
  1. UNIX

  2. Microsoft

  3. All the above

  4. None of the above

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

MacOS X and later versions are derived from UNIX, specifically through the BSD Unix branch (Darwin). Apple's transition to NeXTSTEP brought Unix foundations to Mac OS.

Multiple choice technology operating systems
  1. Kernal

  2. Shell

  3. Programs

  4. All the above

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

UNIX is composed of three main components: the kernel (core), the shell (command interface), and the programs/utilities. All of these together constitute what we think of as UNIX.

Multiple choice technology operating systems
  1. True

  2. False

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

Unix operating systems can and are used on desktop PCs. Modern examples include Linux distributions (Ubuntu, Fedora, etc.) and macOS which is Unix-certified. Unix was designed from the beginning to be portable across different hardware platforms including desktop computers.

Multiple choice technology
  1. V6.0

  2. V6.5

  3. V7.5

  4. V8.0

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

The current version of CIM being referenced is V7.5. This is a version-specific fact about the CIM software deployment at the time this question was written.

Multiple choice technology
  1. 2003

  2. 2007

  3. 2010

  4. None of the above

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

Microsoft Forefront Security was indeed released in 2010 as a major update to the Forefront product line. Version 2010 included significant improvements over previous versions like 2003 and 2007.

Multiple choice technology programming languages
  1. Windows

  2. Unix/Linux

  3. Macs

  4. All of the Above

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

Java is platform-independent and runs on Windows, Unix/Linux, and Mac operating systems due to its 'write once, run anywhere' design. The JVM (Java Virtual Machine) enables this cross-platform execution.

Multiple choice technology operating systems
  1. Base Windows system in LINUX.

  2. A low-level interface which communicates between base system,network and Higher level programs.

  3. A program which provides GUI to LINUX Systems.

  4. Its a replacement for Windows Manager.

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

Xlib is the low-level client library for the X Window System. It acts as an interface that allows higher-level programs to communicate with the X server (network/base system) for GUI rendering.