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 XP is created by Microsoft.
-
Windows NT is created by Oracle.
-
Windows 95 is created by Intel.
-
Windows 2000 is created by Yahoo.
A
Correct answer
Explanation
Windows XP was indeed created by Microsoft, released in 2001. The other options are clearly false: Windows NT is by Microsoft (not Oracle), Windows 95 is by Microsoft (not Intel), Windows 2000 is by Microsoft (not Yahoo). This tests basic knowledge of Microsoft's Windows product lineage.
-
Windows XP
-
Windows XP Special Edition
-
Windows XP Professional Edition
-
Windows Vista
D
Correct answer
Explanation
Windows Vista was the newest Windows version listed among the options. All other choices (Windows XP and its editions) were earlier releases that preceded Vista.
-
end if
-
else if
-
else
-
fi
-
end
D
Correct answer
Explanation
Whenever an 'if' statement is used in Linux, it must be closed using the reverse of 'if', 'fi'.
-
usermod -u 555 ABC
-
usermod -u ABC 555
-
usermod 555 ABC
-
usermod ABC -u 555
-
useradd-u 555 jim
A
Correct answer
Explanation
Each Linux user has a unique identification number known as User ID(UID) which is assigned automatically. To change its value, the command 'usermod -u UID username' can be used.
-
print
-
read
-
echo
-
Input
-
Get
B
Correct answer
Explanation
The read statement is used to get input from keyboard and store it to a variable.
-
The name of a variable can start with an underscore.
-
Variable names are case sensitive.
-
Variable names must be unique.
-
Variable declaration must start with the $ sign.
-
Variable names can contain '?'.
E
Correct answer
Explanation
The name of a variable cannot contain '?'. The only allowed symbol is underscore ( _ )
-
Compilation error
-
x
-
3
-
5
-
y
C
Correct answer
Explanation
The value of 'x', which is 3, will be printed.
C
Correct answer
Explanation
Windows XP Professional had three service packs released: SP1, SP2, and SP3. Service Pack 3 (SP3) was the final and latest service pack, released in 2008. It included all previous updates and some new features. There was never a Service Pack 4 for Windows XP.
-
OS
-
Browser
-
Application Software
-
Device Driver
B
Correct answer
Explanation
Mozilla Firefox is a web browser. Its primary function is to access and display web pages from the internet. It is not an operating system (OS), not general-purpose application software, and not a device driver. While it is technically an application, 'Browser' is the most specific and accurate categorization among the given options.
-
open source
-
proprietary
-
virtual
-
cloud computing based
A
Correct answer
Explanation
Linux is an open source operating system, meaning its source code is freely available for anyone to view, modify, and distribute. This contrasts with proprietary OS like Windows or macOS where the source code is restricted. Linux's open nature has led to numerous distributions (Ubuntu, Fedora, etc.) and widespread use in servers and embedded systems.
-
Windows
-
Linux
-
Mac
-
None of the above
A
Correct answer
Explanation
Windows holds the largest market share in the desktop/laptop operating system market globally, typically around 70-75%. This dominance stems from its pre-installation on most consumer PCs, extensive software compatibility, and enterprise adoption. While macOS has a significant minority share and Linux dominates in servers, Windows leads overall desktop OS usage.
-
/show
-
/display
-
/status
-
/part
C
Correct answer
Explanation
FDISK /STATUS displays the partition information of the hard disk without entering the FDISK menu or making changes. This is useful for viewing partition layout safely. Options /show, /display, and /part are not valid FDISK switches.
-
Relocation
-
Data collection
-
Data transmission
-
DMA
A
Correct answer
Explanation
Relocation is the process of moving a program from one memory location to another and adjusting all address references accordingly. This is essential for memory management, allowing programs to be loaded at different memory addresses. Data collection, data transmission, and DMA (Direct Memory Access) are unrelated concepts involving data handling rather than program memory positioning.
-
Fedora
-
Net Beans
-
Jelly Bean
-
Amoeba
-
Ubuntu
B
Correct answer
Explanation
Net Beans is a software development platform written in Java.
-
This virtualization is used to distribute the applications to the client machines.
-
In this virtualization., the individual applications can interact each other.
-
Workspace virtualization can be run on the remote computers.
-
All of the above
-
Both (1) and (2)
E
Correct answer
Explanation
These are the correct statements about Workspace virtualization.