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
A
Correct answer
Explanation
OS/2 (the option has a typo as 'OS-2' but refers to OS/2) was an operating system developed jointly by IBM and Microsoft, with IBM taking over full development after 1991. Windows is Microsoft's product, DOS was developed by Microsoft (though sold to IBM as PC DOS), and UNIX originated at AT&T Bell Labs. Despite the typo, OS/2 is the only OS in this list that IBM produced.
-
single-user system
-
multitasking
-
operating system
-
Open Source
B,C,D
Correct answer
Explanation
UNIX is a multitasking operating system. It is multi-user (not single-user), and modern Unix-like systems are open-source. Option A incorrectly states it is a single-user system.
-
UNIX
-
Android
-
Microsoft
-
Mac OS
A
Correct answer
Explanation
UNIX has historically been the dominant operating system in universities, especially for computer science education, research systems, and server infrastructure. While Linux (a Unix-like system) is now very common, UNIX itself established this university presence.
-
UNIX
-
Microsoft
-
All the above
-
None of the above
A
Correct answer
Explanation
MacOS X and later versions are derived from UNIX, specifically through the BSD Unix branch (Darwin). Apple's transition to NeXTSTEP brought Unix foundations to Mac OS.
-
Kernal
-
Shell
-
Programs
-
All the above
D
Correct answer
Explanation
UNIX is composed of three main components: the kernel (core), the shell (command interface), and the programs/utilities. All of these together constitute what we think of as UNIX.
A
Correct answer
Explanation
Unix operating systems can and are used on desktop PCs. Modern examples include Linux distributions (Ubuntu, Fedora, etc.) and macOS which is Unix-certified. Unix was designed from the beginning to be portable across different hardware platforms including desktop computers.
C
Correct answer
Explanation
The current version of CIM being referenced is V7.5. This is a version-specific fact about the CIM software deployment at the time this question was written.
-
RedHat
-
SuSE
-
IBM
-
Microsoft
-
2003
-
2007
-
2010
-
None of the above
C
Correct answer
Explanation
Microsoft Forefront Security was indeed released in 2010 as a major update to the Forefront product line. Version 2010 included significant improvements over previous versions like 2003 and 2007.
-
Xp Usage
-
Xp Features
-
XP Mode
-
XP Applications
C
Correct answer
Explanation
Windows 7's XP Mode was a virtualized Windows XP environment that allowed legacy XP applications to run seamlessly on Windows 7. It solved compatibility issues for businesses upgrading from Windows XP.
-
Windows Media Player 12
-
Windows Media Player 13
-
Windows Media Player 10
-
Windows Media Player 11
A
Correct answer
Explanation
Windows 7 came pre-installed with Windows Media Player 12, which was the latest version at the time. It introduced new features like Play To and improved library management.
-
Can be upgraded even without Service pack.
-
Service Pack 1
-
Service Pack 2
-
Service Pack 3
B
Correct answer
Explanation
Windows Vista requires Service Pack 1 to upgrade to Windows 7. Without this service pack, the upgrade process will fail. Service Pack 2 and 3 are not required as SP1 is the minimum version needed.
-
Windows
-
Unix/Linux
-
Macs
-
All of the Above
D
Correct answer
Explanation
Java is platform-independent and runs on Windows, Unix/Linux, and Mac operating systems due to its 'write once, run anywhere' design. The JVM (Java Virtual Machine) enables this cross-platform execution.
-
Base Windows system in LINUX.
-
A low-level interface which communicates between base system,network and Higher level programs.
-
A program which provides GUI to LINUX Systems.
-
Its a replacement for Windows Manager.
B
Correct answer
Explanation
Xlib is the low-level client library for the X Window System. It acts as an interface that allows higher-level programs to communicate with the X server (network/base system) for GUI rendering.
C
Correct answer
Explanation
ed is one of the oldest Unix text editors, a line-oriented editor that's still part of modern Linux systems. Ping is a network diagnostic tool, lynx is a text-based web browser, and edi is not a standard Linux editor.