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
D
Correct answer
Explanation
Each fork() call duplicates the existing processes. Executing three sequential forks creates $2^3 = 8$ concurrent processes. Since all these processes execute the print statement, 'Hello World!' is output exactly 8 times.
-
Gingerbread
-
Honeycomb
-
Froyo
-
Éclair
B
Correct answer
Explanation
Android 3.0 is codenamed Honeycomb. This version (API level 11) was the first Android version designed specifically for tablets, introduced in February 2011. Gingerbread was 2.3, Froyo was 2.2, and Éclair was 2.0/2.1.
-
CloudOS
-
eyeOS
-
Ubuntu
-
Redhat
B
Correct answer
Explanation
eyeOS was a cloud-based operating system that could be accessed through a web browser, allowing users to work with applications and files entirely in the cloud. CloudOS is a generic term, not a specific product. Ubuntu and Redhat are traditional Linux distributions that are installed locally, not browser-based cloud operating systems.
-
Ubuntu
-
Fedora
-
Amiga
-
Debian
C
Correct answer
Explanation
AmigaOS is a proprietary operating system developed for Commodore Amiga computers, with no historical or architectural connection to Unix or Linux. Ubuntu, Fedora, and Debian are all Linux distributions - Unix-like operating systems that trace their lineage to Unix through Linux.
-
CloudOS
-
eyeOS
-
Ubuntu
-
Redhat
B
Correct answer
Explanation
eyeOS is a cloud-based operating system that could be accessed through a web browser. Apache was associated with promoting or supporting eyeOS as part of their web-based initiatives. Ubuntu and Redhat are traditional Linux distributions, and CloudOS is not specifically associated with Apache's browser-accessible cloud OS.
-
Ubuntu
-
Fedora
-
Amiga
-
Debian
C
Correct answer
Explanation
Ubuntu, Fedora, and Debian are all Linux/Unix-based operating systems. AmigaOS was the operating system for the Amiga computers, which used a different architecture and was not Unix-based. Amiga was a distinct platform in the late 1980s and early 1990s.
-
Windows XP
-
Windows 7
-
Windows 3.0
-
Windows Vista
-
Windows 95
-
Windows Vista
-
Windows 2000
-
Windows Millenium edition
C
Correct answer
Explanation
Windows 2000 (NT 5.0) served as the direct predecessor to Windows XP (NT 5.1) for the business/professional NT line. Windows Vista succeeded XP, while Windows 95 and Windows Me belonged to the consumer 9x codebase.
A
Correct answer
Explanation
Microsoft ended mainstream support for Windows 98 on June 30, 2002, and extended support ended on July 11, 2006. This means Microsoft no longer provides updates, security patches, or technical support for Windows 98. The operating system is now considered obsolete and unsupported.
B
Correct answer
Explanation
Windows XP does not support DirectX 11. Windows XP natively supports up to DirectX 9.0c. DirectX 10 was introduced with Windows Vista, and DirectX 11 came with Windows 7. There is no official way to run DirectX 11 applications on Windows XP.
D
Correct answer
Explanation
Windows Vista launched with Internet Explorer 7 as its built-in web browser. IE 7 was a significant upgrade from IE 6, featuring tabbed browsing and improved security.
B
Correct answer
Explanation
Linux is generally considered more secure than Windows due to its permission-based architecture, smaller malware target profile, and faster patching. Linux also offers far greater flexibility through open-source customization.
-
Persistent
-
Non Persistent
-
No objects are created
-
type of object is not predictable
B
Correct answer
Explanation
Non-persistent (transient) objects exist only during a session and are destroyed when the session terminates. These objects are created at runtime for temporary operations and are not stored in the database, making them ideal for short-lived processing needs.
-
Bourne
-
Bash
-
C shell
-
Korn shell
B
Correct answer
Explanation
Bash (Bourne Again SHell) is the most widely used Unix shell today, serving as the default shell on most Linux distributions and macOS. It combines compatibility with the Bourne shell and features from C shell and Korn shell, making it the de facto standard for system administration and scripting.