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

  2. eyeOS

  3. Ubuntu

  4. Redhat

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

eyeOS is a cloud-based operating system that could be accessed through a web browser. Apache was associated with promoting or supporting eyeOS as part of their web-based initiatives. Ubuntu and Redhat are traditional Linux distributions, and CloudOS is not specifically associated with Apache's browser-accessible cloud OS.

Multiple choice technology operating systems
  1. Ubuntu

  2. Fedora

  3. Amiga

  4. Debian

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

Ubuntu, Fedora, and Debian are all Linux/Unix-based operating systems. AmigaOS was the operating system for the Amiga computers, which used a different architecture and was not Unix-based. Amiga was a distinct platform in the late 1980s and early 1990s.

Multiple choice technology operating systems
  1. Windows 95

  2. Windows Vista

  3. Windows 2000

  4. Windows Millenium edition

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

Windows 2000 (NT 5.0) served as the direct predecessor to Windows XP (NT 5.1) for the business/professional NT line. Windows Vista succeeded XP, while Windows 95 and Windows Me belonged to the consumer 9x codebase.

Multiple choice technology operating systems
  1. True

  2. False

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

Microsoft ended mainstream support for Windows 98 on June 30, 2002, and extended support ended on July 11, 2006. This means Microsoft no longer provides updates, security patches, or technical support for Windows 98. The operating system is now considered obsolete and unsupported.

Multiple choice technology operating systems
  1. True

  2. False

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

Windows XP does not support DirectX 11. Windows XP natively supports up to DirectX 9.0c. DirectX 10 was introduced with Windows Vista, and DirectX 11 came with Windows 7. There is no official way to run DirectX 11 applications on Windows XP.

Multiple choice technology operating systems
  1. Bourne

  2. Bash

  3. C shell

  4. Korn shell

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

Bash (Bourne Again SHell) is the most widely used Unix shell today, serving as the default shell on most Linux distributions and macOS. It combines compatibility with the Bourne shell and features from C shell and Korn shell, making it the de facto standard for system administration and scripting.

Multiple choice technology operating systems
  1. Hardware

  2. Kernel

  3. Shell

  4. Application Programs

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

The Unix architecture is layered with hardware at the base, then the kernel (innermost software layer that directly manages hardware), then the shell (user interface), then application programs at the outermost layer. The kernel is between hardware and all other software, making it the innermost software layer.

Multiple choice technology operating systems
  1. True

  2. False

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

UNIX is inherently a multi-user operating system designed from the beginning to support multiple simultaneous users and processes. This is a fundamental characteristic that distinguishes UNIX from single-user systems like MS-DOS. The statement is false.

Multiple choice technology web technology
  1. True

  2. False

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

Mobile Web Applications run within a browser sandbox and have limited access to device hardware compared to native applications. Features like offline mode, location lookup, camera access, and file system access either require specific HTML5 APIs (which may not be universally supported) or are completely unavailable in web environments. Native apps have full access to these capabilities through platform SDKs.

Multiple choice technology
  1. communication

  2. application

  3. system

  4. operating

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

System software manages computer hardware and provides platform for applications. Operating systems (like Windows, macOS, Linux) are the primary example of system software - they manage memory, processes, files, and peripheral devices. Application software runs on top of system software to perform specific user tasks.

Multiple choice technology security
  1. Ordinary users

  2. Security administrators

  3. System administrators

  4. None of the above

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

System accounts are designated for automated system services, processes, and daemons rather than human users. Neither ordinary users, system administrators, nor security administrators should log in directly to system accounts; instead, humans must use their own personal accounts.