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
-
CATIA V5
-
CATIA V4
-
CATIA V3
-
CATIA V6
-
MSN messanger
-
Windows Messenger
-
Office communicator
-
There is no such messenger as of now
C
Correct answer
Explanation
Office Communicator was Microsoft's enterprise messaging client integrated with MS Office, similar to IBM Lotus Notes Sametime. It provided enterprise instant messaging and presence capabilities.
-
Windows 98
-
Windows XP
-
Suse Linux
-
Windows 200
B
Correct answer
Explanation
Windows XP introduced the hibernation feature that saves the system state to disk and allows quick resume. Earlier versions like Windows 98 did not have this feature.
-
Nothing can be done
-
Open system properties > Advanced>Setting under startup and Recovery>UnCheck restart on system failure
-
open Msconfig and disable all startup items
-
Do a Disk Derfrgmentation
B
Correct answer
Explanation
Unexpected system restarts are often caused by blue screen (BSOD) system failures. Unchecking the 'Automatically restart' option under Startup and Recovery in Windows System Properties prevents the automatic reboot, allowing users to see the specific error code and troubleshoot the root cause.
B
Correct answer
Explanation
Windows 98 is based on the MS-DOS/Windows 9x architecture, not the Windows NT kernel. The NT-based Windows versions include Windows NT, 2000, XP, Vista, 7, 8, 10, and 11. Windows 9x (95, 98, ME) used a different kernel architecture with less robust memory protection and security.
-
Windows ME
-
Windows 7
-
Windows XP
-
Windows 95
B
Correct answer
Explanation
Jump lists were introduced in Windows 7 as a taskbar feature that provides quick access to recently opened files and frequent tasks for pinned applications. Windows 95, ME, and XP did not have this feature. Jump lists appear when you right-click a pinned taskbar icon.
A
Correct answer
Explanation
IBM developed OS/2 (not OS-2, but that's the intended answer) in partnership with Microsoft. Windows and DOS were Microsoft products, and UNIX originated at AT&T Bell Labs. The question likely has a minor typo in the option text.
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.
-
It will get printed once
-
it will get printed 8times
-
it will not work
-
It wil print three times
B
Correct answer
Explanation
Each fork() call doubles the number of processes. Starting with 1 process, after three consecutive fork() calls: 1 → 2 → 4 → 8 processes total. All 8 processes execute the printf statement, so the output appears 8 times. This is a classic example of exponential process creation in Unix systems.
B
Correct answer
Explanation
Traditional Unix filesystems (like ext2/3) typically use 12 direct pointers in the inode structure. These directly point to data blocks containing file data. Additional indirect pointers (single, double, triple) handle larger files that exceed the capacity of direct pointers.
-
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.