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

  2. NTLDR

  3. NTDETECT.COM

  4. NTOSKRNL

  5. HAL.DLL

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

The 'Operating System Not Found' error indicates the boot process cannot locate a valid OS. MBR (Master Boot Record) is most likely affected as it contains the boot loader and partition table. NTLDR, NTDETECT.COM, NTOSKRNL, and HAL.DLL are Windows-specific files loaded later in the boot process - their corruption would cause different errors.

Multiple choice technology operating systems
  1. ULTRIX

  2. Minix

  3. Xenix

  4. MULTIX

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

Linus Torvalds created Linux as a Minix clone initially inspired by Andrew Tanenbaum's Minix operating system. Minix was a Unix-like educational OS created for teaching operating system principles. Linux began as a personal project to extend Minix's capabilities into a full Unix-like system for the Intel 386 platform.

Multiple choice technology operating systems
  1. Sun UNIX

  2. SuriyaOS

  3. SparcOS

  4. Solaris

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

SunOS 5.0 and later versions were rebranded as Solaris by Sun Microsystems. This reflected the transition from Sun's original BSD-based Unix to a System V Release 4 (SVR4) based operating system. Solaris became known for its scalability, SMP support, and innovative features like DTrace and ZFS.

Multiple choice technology operating systems
  1. Android

  2. WebOS

  3. Symbian OS

  4. LiMo

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

Android is a mobile operating system based on the Linux kernel. Initially developed by Android Inc. (founded 2003), it was acquired by Google in 2005. Later, the Open Handset Alliance (led by Google) continued development. Android is now the world's most widely used mobile OS. WebOS was developed by Palm. Symbian was Nokia's OS. LiMo was a different Linux mobile initiative.

Multiple choice technology operating systems
  1. LiMo

  2. Moblin

  3. Android

  4. WebOS

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

Moblin (Mobile Linux) was The Linux Foundation's mobile phone project, later merging with Maemo to become MeeGo. It was designed for netbooks and mobile devices using Intel Atom processors. LiMo was a different consortium initiative. Android is Google's project (not Linux Foundation). WebOS was Palm's (later HP's) proprietary system.

Multiple choice technology web technology
  1. Windows operating system

  2. ASP

  3. .NET platform

  4. None of these

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

UDDI (Universal Description, Discovery, and Integration) is an XML-based registry for businesses to list themselves on the Internet. Microsoft integrated UDDI services directly into its .NET platform and Windows Server to facilitate Web services discovery, making ".NET platform" the correct choice.

Multiple choice technology testing
  1. WinRunner

  2. QTP

  3. QC

  4. RFT

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

WinRunner, QTP (QuickTest Professional), and RFT (Rational Functional Tester) are all functional testing tools used for automated testing of applications. QC (Quality Center), now known as ALM (Application Lifecycle Management), is a test management tool used for managing the testing process, not for executing functional tests. This makes QC the correct answer as the non-functional tool.

Multiple choice technology programming languages
  1. Windows

  2. Unix/Linux

  3. Mac

  4. All of the Above

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

Java's 'write once, run anywhere' philosophy means compiled Java bytecode runs on any platform with a Java Virtual Machine (JVM). This includes Windows, Unix/Linux, macOS, and many others. The JVM abstracts platform differences, making Java highly portable across operating systems.

Multiple choice technology operating systems
  1. Windows 2003 Server

  2. Windows 2000 Server

  3. Windows 2008 Server

  4. Windows 2003 Server R2

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

Active Directory was first released with Windows 2000 Server. This was the major release that introduced Active Directory as Microsoft's enterprise directory service, replacing the NT 4.0 domain model. Windows 2000 Server (released February 2000) was the first Windows server version to include Active Directory as a core component. Windows Server 2003, 2008, and 2003 R2 are later releases that enhanced but didn't introduce Active Directory. Understanding this history is important for AD administration and migration planning.

Multiple choice technology
  1. Small update

  2. Minor upgrade

  3. Small upgrade

  4. All of the above

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

Windows Installer supports three upgrade types: Small Updates (minor changes like hotfixes, same version), Minor Upgrades (changes to some files, version change within same major version), and Major Upgrades (significant changes, new major version). The question lists 'Small update', 'Minor upgrade', and 'Small upgrade' (likely meant Major), so 'All of the above' is the correct choice.