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
-
Gentoo
-
SUSE
-
Safari
-
Xenoppix
C
Correct answer
Explanation
Safari is Apple's web browser, not a Linux distribution. Gentoo, SUSE (openSUSE), and Xenoppix are all Linux distros. Safari runs on macOS and Windows but is not a Linux operating system distribution.
C
Correct answer
Explanation
Microsoft collaborated with Novell in 2006 on a landmark interoperability agreement that included joint development of SUSE Linux Enterprise. This partnership aimed to improve Windows-Linux interoperability and provide patent protection to Novell's customers. Yahoo, HP, and Oracle were not part of this specific Linux distro collaboration.
-
open chat
-
pidgin
-
gtalk
-
open office express
-
Red Hat
-
Linux 1
-
Debian
-
Open solaris
C
Correct answer
Explanation
Ubuntu is based on Debian, which is one of the oldest and most influential Linux distributions. Ubuntu uses Debian's APT package management system and repositories as its foundation. Red Hat uses RPM, Linux 1 is not a real distro, and OpenSolaris is a Unix variant, not Linux.
-
CShell
-
Kernel
-
BIOS for Linux
-
Full Linux OS
B
Correct answer
Explanation
Linus Torvalds created the Linux kernel, the core component. He did not create C Shell (Bill Joy), BIOS (hardware firmware), or the full OS (kernel + GNU tools + desktop environments). The kernel is the central project.
B
Correct answer
Explanation
Linux is NOT a GUI cover over UNIX - it's a complete UNIX-like operating system with its own kernel. Linux can run with or without a GUI. The GUI is merely an optional layer (like GNOME, KDE) that runs on top of the Linux kernel, not the core of the system itself.
-
Debian
-
Fedora
-
SUSE
-
Yellow Devil
D
Correct answer
Explanation
Debian, Fedora, and SUSE are all well-known Linux distributions. Yellow Devil is not a real Linux distribution - it's either made up or refers to something else entirely (possibly a confused reference to Yellow Dog Linux, which was a PPC distribution).
-
The official name of the complete Linux OS according to Richard Stallman
-
Collection of open softwares and Linux kernel
-
Registered trade mark of linux
-
None of above all
A
Correct answer
Explanation
Richard Stallman and the Free Software Foundation advocate using 'GNU/Linux' to refer to the complete operating system, emphasizing that the GNU project provides most of the userland tools while Linux is just the kernel. This naming reflects the philosophical stance about giving credit to the GNU project's contribution.
C
Correct answer
Explanation
XUL (XML User Interface Language) is a markup language developed by Mozilla for building user interfaces, not a Linux GUI desktop environment. Motif, KDE, and GNOME are actual Linux GUI systems.
B
Correct answer
Explanation
The statement is false. Linux can absolutely be installed on a system that already has MS Windows Vista. The most common approach is dual-booting, where the hard drive is partitioned and both operating systems coexist - the user chooses which to boot at startup. Alternatively, Linux can be installed within Windows using WSL (Windows Subsystem for Linux) on newer Windows versions, though Vista is quite old. Another option is replacing Vista entirely with Linux. The claim that it's "not possible" is incorrect.
A
Correct answer
Explanation
Windows XP Service Pack 3 (SP3) was the final service pack released for Windows XP. It included all previous updates and security patches, and was the last major update before Microsoft ended support for the operating system.
C
Correct answer
Explanation
Android's runtime environment originally used the Dalvik Virtual Machine, designed specifically for mobile devices with limited resources. Dalvik uses register-based architecture (unlike JVM's stack-based architecture) and runs dex (Dalvik Executable) bytecode. Modern Android versions have replaced Dalvik with ART (Android Runtime), but the question reflects the historical architecture.
-
Linux Kernal
-
Windows Mobile 6.0 OS
-
symbian
-
WINCE
A
Correct answer
Explanation
Android's software stack is built on top of the Linux kernel, which provides core system services like security, memory management, process management, and driver model. This Linux foundation allows Android to leverage hardware abstraction and standard Unix-like features. Windows Mobile, Symbian, and WINCE are competing mobile operating systems, not part of Android's stack.