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
  1. Virtual space

  2. Virtual computers

  3. Virtual device

  4. None of these

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

An operating system communicates with hardware parts such as processors, registers, memory, etc. and at the same time can host and communicate with multiple software components such as application programs and system programs. Hence, OS shares characteristics with both hardware components.

Multiple choice
  1. Real-time operating system

  2. Time-sharing operating system

  3. Clustered operating system

  4. Multiprogramming operating system

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

This option is correct because in real-time operating system, there is a fixed time constraint upto which the system has to complete its computing. If the system fails to complete its computing within that time limit, the system will crash.

Multiple choice
  1. point and click

  2. user friendly

  3. command driven

  4. Mac

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

MS-DOS (Microsoft Disk Operating System) is a command-driven operating system where users type text commands at a prompt to execute tasks. It lacks graphical user interfaces and is not considered user-friendly in the modern sense. 'Point and click' describes GUI systems like Windows, and 'Mac' refers to Apple's entirely different operating system.

Multiple choice
  1. Windows NT

  2. Windows 2000

  3. Windows XP

  4. Windows 2003

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

Windows Server 2003 was the latest server operating system from Microsoft among the given options. It succeeded Windows 2000 Server and introduced Active Directory improvements, better security features, and the 64-bit version for enterprise applications.

Multiple choice
  1. open-source

  2. Microsoft

  3. Windows

  4. Mac

  5. None of these

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

Linux is an open-source operating system, meaning its source code is freely available for anyone to view, modify, and distribute. Unlike proprietary systems like Windows or macOS, Linux was created collaboratively and has become the backbone of server infrastructure worldwide.

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. 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. Adobe

  2. Browser

  3. Compiler

  4. MS Office

  5. Window Media Player

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

compiler is a computer program that transforms source code written in a programming language into another computer language. 

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.