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
-
Windows
-
Window 1.0
-
Windows 1.01
-
PC Windows
C
Correct answer
Explanation
Windows 1.01 was the first version of Microsoft's graphical operating environment, released in 1985. It was a graphical shell that ran on top of MS-DOS. Windows 1.0 was the internal development name, but 1.01 was the first commercial release.
C
Correct answer
Explanation
Linux is a free and open-source operating system kernel that powers many OS distributions. Unix inspired Linux but had proprietary origins. Mac (macOS) is proprietary based on Unix. NT (Windows NT) is Microsoft's proprietary kernel. Linux's open-source nature makes it the correct answer.
-
Windows 1.0
-
Windows V1.01
-
Windows 1
-
Windows V1.1
-
Linux
-
Windows NT
-
Intel Pentium 4
-
AIX
-
Windows 1.04
-
Windows NT 3.1
-
Windows CE 2.11
-
Windows V1.01
D
Correct answer
Explanation
Windows 1.01 was the first retail release of Microsoft Windows, launched in November 1985. Windows NT 3.1 came much later (1993), and Windows CE 2.11 was a handheld device OS (1998). Version 1.04 doesn't match historical records.
-
Windows 1.04
-
Windows NT 3.1
-
Windows CE 2.11
-
Windows V1.01
D
Correct answer
Explanation
The first version of Microsoft Windows, Windows 1.01, was released on November 20, 1985. It was a graphical personal computer operating environment. Windows NT and CE were much later developments in the Windows product line.
C
Correct answer
Explanation
Samsung launched Bada OS in 2010 as their proprietary mobile operating system. It was designed to compete with iOS and Android, running on Samsung's own Wave series smartphones. Debian is a Linux distribution for computers, GNOME is a desktop environment, and Maemo was Nokia's platform.
-
Linux
-
Symbian
-
Windows Mobile
-
Palm WebOS
B
Correct answer
Explanation
In 2010, Symbian had the largest worldwide market share among mobile operating systems, particularly due to Nokia's dominance in the global smartphone market. Linux was gaining ground but wasn't the largest, Windows Mobile and Palm WebOS had smaller market shares.
-
Garnet
-
Symbian
-
BREW
-
Maemo
C
Correct answer
Explanation
BREW (Binary Runtime Environment for Wireless) was developed by QUALCOMM as an application development platform that enabled native application development in C and C++ for mobile phones. It was widely used on CDMA phones. Garnet is from PalmSource, Symbian is Nokia's platform, and Maemo is also Nokia's.
-
iPhone OS
-
Mac OS X
-
Symbian
-
BREW
A
Correct answer
Explanation
Apple's iPhone uses iPhone OS (which later became iOS), a specialized mobile operating system derived from macOS but optimized for touchscreen mobile devices. Mac OS X is for desktop computers, Symbian is Nokia's platform, and BREW is QUALCOMM's platform.
-
LINUX
-
MAChintos
-
Microsoft Office XP
-
None of these
C
Correct answer
Explanation
The Task Pane was a special feature introduced in Microsoft Office XP (2002) - it provided a sidebar for quick access to common tasks and formatting options. Linux is an OS, MAChintos is likely a typo for Macintosh, and the feature was specifically in Office XP.
D
Correct answer
Explanation
CP/M (Control Program/Microcomputers), created by Gary Kildall in 1974, was the first operating system to gain widespread use on personal computers, particularly on early machines running on Intel 8080 and Zilog Z80 processors. It served as the foundation for many early PC operating systems and influenced the design of MS-DOS.
-
XORing
-
XSS Worm
-
CIH
-
Bliss
D
Correct answer
Explanation
Bliss is a documented Linux computer virus that emerged in 1997, demonstrating that while Linux is more virus-resistant than Windows due to its permission structure, it's not completely immune. CIH (Chernobyl) is a Windows-specific virus. XSS Worm is a web vulnerability exploit, not a traditional virus.
-
user name
-
kernel version
-
application name
-
user id
B
Correct answer
Explanation
The uname command displays system information including the kernel version, system architecture, and operating system name. Despite having 'user' in its name, it does not display user account information - that's done by commands like 'whoami' or 'id'.