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. /linux

  2. /vmlinuz

  3. /boot/kernel

  4. /boot/linux

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

The Linux kernel is represented by /vmlinuz or /boot/vmlinuz (vmlinuz = virtual memory LINUx gZip). This is the compressed kernel image file that the bootloader loads. The other options (/linux, /boot/kernel, /boot/linux) are not standard kernel file paths in Linux distributions.

Multiple choice technology operating systems
  1. True

  2. False

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

LILO (LInux LOader) is a boot loader that can boot multiple operating systems and can handle systems on different physical drives as well as different partitions on the same drive. It stores disk geometry information and can boot from virtually any partition or disk that the BIOS can access. This was a key advantage over older boot loaders.

Multiple choice technology operating systems
  1. True

  2. False

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

In Linux kernel versioning (e.g., 2.4.x, 2.5.x, 2.6.x), even-numbered minor versions (2.4, 2.6) are stable releases, while odd-numbered minor versions (2.3, 2.5) are development/testing branches. Development kernels introduce experimental features and may be unstable. This convention helped users distinguish between production-ready and experimental kernels.

Multiple choice technology operating systems
  1. Kernel

  2. Shell Interpreter

  3. Command line interpreter

  4. Others

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

The kernel is the core component of UNIX that manages hardware resources, memory, and system calls. It acts as a bridge between applications and the hardware. Shell interpreters and command-line interfaces are user-level programs that interact with the kernel, not the core itself.

Multiple choice technology programming languages
  1. Windows

  2. Unix

  3. Solaris

  4. All of the above

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

Java's core design principle is platform independence through the JVM (Java Virtual Machine). Java code compiles to bytecode that runs on any platform with a JVM implementation, including Windows, Unix, Solaris, macOS, and many others. This 'write once, run anywhere' capability means Java is not limited to any single operating system.

Multiple choice technology programming languages
  1. DOS

  2. unix

  3. Solaris

  4. Both 1 and 2

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

C was developed by Dennis Ritchie at Bell Labs specifically to rewrite the Unix operating system. Unix and C are historically co-developed, making Unix the operating system with which C was originally distributed. Other operating systems like DOS and Solaris came later or are different branches.

Multiple choice technology operating systems
  1. Debian

  2. BSD

  3. eCos

  4. VyWorks

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

Debian and BSD are well-known operating systems. eCos (Embedded Configurable Operating System) is a real-time embedded OS. 'VyWorks' is a misspelling of VxWorks, which IS an operating system. However, the misspelled version 'VyWorks' doesn't exist as a recognized OS, making it the correct answer to 'which is NOT an operating system'.

Multiple choice technology operating systems
  1. Windows 7

  2. Windows Me

  3. Windows CT

  4. Windows CE

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

Windows 7 (2009), Windows Me (2000), and Windows CE (1996, embedded systems) are all legitimate Microsoft Windows operating systems. Windows CT is not a real Windows version - it's a fabricated distractor. Windows versions follow consistent naming like 95, 98, XP, Vista, 7, 8, 10, 11.

Multiple choice technology platforms and products
  1. V7.3 Build 10

  2. V7.3.1 Build 10

  3. V7.3 Build 6

  4. V7.3.1 Build 6

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

This is a factual product knowledge question about 'Answers Desktop' build versions as of December 2009. While the claimed answer (V7.3.1 Build 10) may be correct for the specific product context, this is not a testing or software engineering concept question - it's product-specific trivia. The answer is stated as correct (B) but the question tests domain knowledge rather than technical principles.

Multiple choice technology operating systems
  1. Gnome not Unix

  2. GNU not unix.

  3. gnome

  4. gnometrics

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

GNU is a recursive acronym standing for 'GNU's Not Unix.' The recursive nature (where the acronym contains itself) is a classic hacker joke. It represents a free software operating system project started by Richard Stallman, intended to be a Unix-compatible system that is completely free software.

Multiple choice technology operating systems
  1. lilo

  2. grub

  3. ntloader

  4. booter

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

GRUB (Grand Unified Boot Loader) is the standard boot loader for modern Linux systems, responsible for loading the kernel into memory during system startup. LILO was an older boot loader but has been largely replaced. ntloader is specific to Windows systems, and booter is not a recognized Linux boot loader.

Multiple choice technology operating systems
  1. lilo

  2. grub

  3. ntloader

  4. booter

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

GRUB (Grand Unified Boot Loader) is the standard boot loader for modern Linux systems, responsible for loading the kernel into memory during system startup. LILO was an older boot loader but has been largely replaced. ntloader is specific to Windows systems, and booter is not a recognized Linux boot loader.