Computer Knowledge

Operating Systems

1,344 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
  1. Foundation +UIKit framework

  2. Foundation +ApplicationKit framework

  3. UIKit +ApplicationKit framework

  4. None of the above

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

iPhone OS (iOS) is built on a layered architecture with the Foundation framework (core data types, utilities) and UIKit framework (UI components, event handling) being the primary frameworks for application development. ApplicationKit is part of Mac OS X, not iOS.

Multiple choice technology
  1. Snow leopard version 10.6.0

  2. Snow leopard version 10.5.2

  3. Snow leopard version 10.5.0

  4. Snow leopard version 10.0.0

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

At the time this question was written, Snow Leopard 10.6.0 was the latest Mac OS X release. The version numbers 10.5.x refer to Leopard (the previous release), making 10.6.0 the correct choice.

Multiple choice technology operating systems
  1. Kubuntu

  2. Xubuntu

  3. Eubuntu

  4. Gobuntu

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

Ubuntu has multiple official and unofficial derivatives. Kubuntu (A) uses KDE Plasma - official flavor, correct. Xubuntu (B) uses XFCE desktop - official flavor, correct. Eubuntu (C) appears to be a typo - Edubuntu was the education-focused official flavor, but 'Eubuntu' is not a valid name. Gobuntu (D) was a real Ubuntu derivative focused on free software only, though now discontinued - correct.

Multiple choice technology operating systems
  1. True

  2. False

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

SELinux (Security-Enhanced Linux) is fully available in Ubuntu's official package repositories and can be installed and enabled, although AppArmor is configured as the default security module. Thus, the statement claiming SELinux is not available in Ubuntu is false.

Multiple choice technology operating systems
  1. True

  2. False

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

Early PlayStation 3 models (specifically the fat PS3 models from 2006-2007) supported OtherOS functionality, allowing installation of Linux distributions including Ubuntu. Sony removed this feature in later models and via firmware updates in 2010. During the supported period, Ubuntu installation was indeed possible.

Multiple choice technology testing
  1. RIB

  2. FIR

  3. CDE

  4. BOSS

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

CDE (Collection Distribution Engine) is an open-source application within the CRIS (Central Repository Information System) ecosystem. RIB (Retail Integration Bus), FIR (Financial Information Repository), and BOSS are typically proprietary or commercial components, while CDE stands out as the open-source element.

Multiple choice technology mainframe
  1. There is either a JCLLIB statement for the entire JOB, or a separate one for each EXEC

  2. A JCLLIB statement can not have a statement name.

  3. There can only be one JCLLIB statement per JOB.

  4. A JCLLIB statement must be coded before the first EXEC statement.

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

JCLLIB statement rules: Only one JCLLIB statement per JOB is allowed (makes sense for specifying a single procedure library). It must be placed before the first EXEC statement. It can have a statement name (though rarely used). Therefore A and B are false, C and D are true.

Multiple choice technology mainframe
  1. The COND parameter always indicates that if its condition is met, the step is NOT executed.

  2. When adding the COND parameter to an EXEC statement that calls a procedure, this COND

  3. With the COND parameter, we can only check return codes.

  4. The COND parameter can check the return codes of multiple steps, but as soon as one of

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Multiple choice technology mainframe
  1. //TU00001T JOB (ATUT000,,,,,,,,),TU00001,CLASS=7,MSGCLASS=X

  2. //TU00001T JOB (ATUT000),’TU00001’,CLASS=7,MSGCLASS=X

  3. //TU00001T JOB TU00001,’(ATUT000)’,CLASS=7,MSGCLASS=X

  4. //TU00001T JOB ,(ATUT000),CLASS=7,MSGCLASS=X

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

In JOB statement syntax, positional parameters follow strict order: accounting info (positional 1), programmer name (positional 2 or keyword NAME), then keyword parameters. Option A uses positional for both (ATUT000 as pos1, TU00001 as pos2 via NAME keyword's positional form). Option B uses explicit keyword syntax. Both are valid. Options C and D incorrectly mix positional and keyword syntax.

Multiple choice technology operating systems
  1. DISPLAY.cpl

  2. DESK.cpl

  3. DISP.cpl

  4. DISPROP.cpl

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

DESK.cpl is the Control Panel file that opens Display Properties in Windows. The .cpl extension indicates Control Panel applets. DISPLAY.cpl, DISP.cpl, and DISPROP.cpl are not valid Windows CPL files - the correct name is DESK.cpl (short for Desktop properties). You can run it by entering 'desk.cpl' in the Run dialog or Command Prompt.

Multiple choice technology performance
  1. UNIX

  2. Linux

  3. Windows

  4. Sun Solaris

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

In LoadRunner architecture, the Controller (which orchestrates load tests) can be installed on UNIX systems. This is because UNIX provides stable, high-performance environments suitable for managing complex test scenarios. While LoadRunner has cross-platform components, the Controller's UNIX support is a key architectural feature for enterprise deployments.

Multiple choice technology
  1. True

  2. False

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

Windows 98 is a desktop operating system, not a network operating system (NOS). A NOS like Windows Server, Novell NetWare, or Linux is specifically designed to manage network resources, user authentication, file sharing, and other network services for multiple clients.