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 operating systems
  1. MSN messanger

  2. Windows Messenger

  3. Office communicator

  4. There is no such messenger as of now

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

Office Communicator was Microsoft's enterprise messaging client integrated with MS Office, similar to IBM Lotus Notes Sametime. It provided enterprise instant messaging and presence capabilities.

Multiple choice technology operating systems
  1. Nothing can be done

  2. Open system properties > Advanced>Setting under startup and Recovery>UnCheck restart on system failure

  3. open Msconfig and disable all startup items

  4. Do a Disk Derfrgmentation

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

Unexpected system restarts are often caused by blue screen (BSOD) system failures. Unchecking the 'Automatically restart' option under Startup and Recovery in Windows System Properties prevents the automatic reboot, allowing users to see the specific error code and troubleshoot the root cause.

Multiple choice technology operating systems
  1. True

  2. False

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

Windows 98 is based on the MS-DOS/Windows 9x architecture, not the Windows NT kernel. The NT-based Windows versions include Windows NT, 2000, XP, Vista, 7, 8, 10, and 11. Windows 9x (95, 98, ME) used a different kernel architecture with less robust memory protection and security.

Multiple choice technology operating systems
  1. Windows ME

  2. Windows 7

  3. Windows XP

  4. Windows 95

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

Jump lists were introduced in Windows 7 as a taskbar feature that provides quick access to recently opened files and frequent tasks for pinned applications. Windows 95, ME, and XP did not have this feature. Jump lists appear when you right-click a pinned taskbar icon.

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. It will get printed once

  2. it will get printed 8times

  3. it will not work

  4. It wil print three times

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

Each fork() call doubles the number of processes. Starting with 1 process, after three consecutive fork() calls: 1 → 2 → 4 → 8 processes total. All 8 processes execute the printf statement, so the output appears 8 times. This is a classic example of exponential process creation in Unix systems.

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.