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 operating systems
  1. 4.x

  2. 5.x

  3. 6.x

  4. 7.x

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

Windows XP is version 5.1 of Windows, based on the Windows NT kernel. Windows 2000 was NT 5.0, and Windows XP was NT 5.1. The numbering changed from the consumer Windows 9x line (95, 98, ME were 4.x) to match the NT architecture. So '5.x' correctly identifies Windows XP's version family.

Multiple choice technology operating systems
  1. MS office

  2. IE

  3. Windows Mail

  4. Windows Media Player

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

Internet Explorer (IE) was an integral part of Windows Vista - the browser was deeply integrated into the OS for web browsing and system functionality. MS Office, Windows Mail, and Windows Media Player are separate applications that can be installed or removed independently.

Multiple choice technology operating systems
  1. MS office

  2. IE

  3. Windows Mail

  4. Windows Media Player

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

Internet Explorer was deeply integrated into Windows Vista as the default browser, embedded into system components like Windows Explorer and Help system. MS Office was never bundled with Windows. Windows Mail and Media Player were included but replaceable third-party alternatives could be used.

Multiple choice technology operating systems
  1. True

  2. False

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

UNIX was designed from the ground up as a multi-user operating system, allowing multiple users to access the system simultaneously with their own accounts and permissions. This multi-user architecture is fundamental to UNIX's design philosophy.

Multiple choice technology operating systems
  1. True

  2. False

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

Linux has many distributions (distros) like Ubuntu, Fedora, Debian, Arch, etc. Each distribution packages the Linux kernel with different software, package managers, and configurations. The existence of multiple distros is a key feature of Linux.

Multiple choice technology operating systems
  1. True

  2. False

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

Linux has many distributions (distros) like Ubuntu, Fedora, Debian, Arch, etc. Each distribution packages the Linux kernel with different software, package managers, and configurations. The existence of multiple distros is a key feature of Linux.

Multiple choice technology operating systems
  1. True

  2. False

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

Berkeley Software Distribution (BSD) is a UNIX operating system variant that established many standards and conventions adopted by other UNIX systems. The BSD socket API is the standard networking interface used across Unix-like systems. While the phrasing is awkward, BSD is indeed foundational to UNIX standards.

Multiple choice technology operating systems
  1. True

  2. False

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

BSD (Berkeley Software Distribution) is not 'the' standard for Unix systems - it's one of several Unix variants. POSIX is the actual standard for Unix compatibility. BSD influenced Unix greatly but is not the standard itself.

Multiple choice technology operating systems
  1. Korn

  2. Bourne

  3. Bash

  4. C

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

The Bourne shell (sh) is the oldest and most widely used Unix shell, created by Stephen Bourne at Bell Labs. It became the foundation for many other shells. Korn came later, and Bash is based on Bourne. 'C' shell is also older but Bourne is more foundational.

Multiple choice technology operating systems
  1. True

  2. False

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

BSD (Berkeley Software Distribution) is indeed a Unix standard and operating system lineage. It originated at UC Berkeley and represents one of the two major branches of Unix development (the other being System V). Many modern Unix and Unix-like systems, including macOS, have BSD heritage.

Multiple choice technology operating systems
  1. korn

  2. Bourne

  3. Bash

  4. C

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

The Bourne shell (sh) is the oldest Unix shell, developed by Stephen Bourne at AT&T Bell Labs in 1977. It served as the foundation for many subsequent shells including Bash (Bourne Again Shell) and Korn shell. While Bash is very popular today, Bourne shell's historical significance and widespread adoption make it the correct answer for 'oldest and most used'.

Multiple choice technology operating systems
  1. System V at AT&T lab

  2. BSD (Berkeley Software Distribution)

  3. Solaris at Sun Microsystems

  4. MAC OS X at Apple

  5. All of the above

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

System V (AT&T), BSD (Berkeley), Solaris (Sun), and macOS are all Unix or Unix-like operating systems. System V and BSD represent the two main historical Unix lineages that influenced most modern variants.

Multiple choice technology operating systems
  1. Putty

  2. Secure CRT

  3. Telnet

  4. Exceed

  5. Only First and Second

  6. First,Second and Third

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

Putty, SecureCRT, Telnet clients, and Exceed are all tools used to connect to and interact with Unix systems. They provide terminal emulation or X server capabilities for accessing Unix environments from other platforms.