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
-
CloudOS
-
eyeOS
-
Ubuntu
-
Redhat
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.
-
Ubuntu
-
Fedora
-
Amiga
-
Debian
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.
-
Windows XP
-
Windows 7
-
Windows 3.0
-
Windows Vista
-
Windows 95
-
Windows Vista
-
Windows 2000
-
Windows Millenium edition
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.
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.
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.
D
Correct answer
Explanation
Windows Vista launched with Internet Explorer 7 as its built-in web browser. IE 7 was a significant upgrade from IE 6, featuring tabbed browsing and improved security.
B
Correct answer
Explanation
Linux is generally considered more secure than Windows due to its permission-based architecture, smaller malware target profile, and faster patching. Linux also offers far greater flexibility through open-source customization.
-
Bourne
-
Bash
-
C shell
-
Korn shell
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.
-
Hardware
-
Kernel
-
Shell
-
Application Programs
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.
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.
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.
-
communication
-
application
-
system
-
operating
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.
-
Ordinary users
-
Security administrators
-
System administrators
-
None of the above
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.