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
  1. Basic input/output system

  2. Secondary input/output system

  3. Peripheral input/output system

  4. Marginal input/output system

  5. None of these

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

The Basic Input/Output System (BIOS) is the firmware that manages essential peripherals like keyboard, screen, and disk drives during computer startup. It provides the fundamental interface between hardware and software, making 'Basic input/output system' the correct answer.

Multiple choice
  1. Windows

  2. Oz

  3. DOS

  4. Unix

  5. Linux

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

WOzOS is a Java-based platform for multimodal Wizard of Oz user interaction studies. It allows researchers and user interface designers to test computer interfaces that do not yet exist.

Multiple choice
  1. Static library

  2. Plugins

  3. Binary object file

  4. Object code

  5. Linker

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

These are one common usage of dynamically linked libraries, especially useful when the libraries can be replaced by other libraries with a similar interface, but different functionality.

Multiple choice
  1. Fedora

  2. MAC OS

  3. Linux

  4. Pascal

  5. Ubuntu

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

Pascal is not an operating system. Pascal is a high-level programming language developed by Niklaus Wirth in the late 1960s. The language is named after Blaise Pascal, a seventeenth-century French mathematician who constructed one of the first mechanical adding machines. Pascal is best known for its affinity to structured programming techniques. The nature of the language forces programmers to design programs methodically and carefully. For this reason, it is a popular teaching language.

Multiple choice
  1. Plugins

  2. Shared Library

  3. Linker

  4. Binary object file

  5. Static library

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

It is built in such a way that the link editor will in corporate a copy of only those object files that hold the functions and data referenced in the program into the executable at link time.

Multiple choice
  1. Paravirtualization

  2. Emulation

  3. Native virtualization

  4. None of these

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

This type of software virtualization is a full virtualization with dynamic recompilation, which simulates the complete hardware, allowing an unmodified OS for a completely different CPU to be run.