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
-
LRU algorithm
-
Random replacement algorithm
-
First in first out replacement algorithm
-
Linear search algorithm
-
Binary search algorithm
C
Correct answer
Explanation
This type of algorithm in memory management removes the block that has been in the cache for the longest time.
-
Internet Explorer
-
Windows Explorer
-
None of these
B
Correct answer
Explanation
Windows Explorer is the file management application in Windows that allows users to browse, navigate, and manage files, folders, and disks connected to the computer. It provides a graphical interface to access the file system.
-
Program menu
-
Start menu
-
Accessories menu
-
None of these
-
Java
-
Visual Basic
-
Fortran
-
Oracle
B
Correct answer
Explanation
Visual Basic was historically the most widely used language for Windows application development due to its tight integration with Windows API, ease of use, and Microsoft's strong support. Java is cross-platform, Fortran is for scientific computing, and Oracle is a database company, not a programming language.
-
Windows XP
-
Windows Vista
-
Android
-
Both 1 and 2
-
All the above
C
Correct answer
Explanation
Android is a Linux-based mobile phone operating system developed by Google.
-
open-source
-
Microsoft
-
Windows
-
Mac
-
None of these
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. It is not a Microsoft, Windows, or Mac operating system - those are proprietary OS platforms. Linux was created by Linus Torvalds and is developed under open-source licensing.
-
Vertical-market applications
-
Utilities
-
Algorithms
-
Integrated software
-
Compilers
B
Correct answer
Explanation
Utility programs perform maintenance, optimization, and housekeeping tasks that are not handled directly by the core operating system, such as disk defragmentation, backup, and antivirus scanning.
-
Java
-
Microsoft Windows
-
C
-
All of these are programming languages
B
Correct answer
Explanation
The question asks which is NOT a programming language. Java and C are well-known programming languages. Microsoft Windows is an operating system, not a programming language. Therefore, Microsoft Windows is the correct answer as it is the only option that is not a language used for programming.
-
batch control language
-
task control language
-
job control language
-
none of these
C
Correct answer
Explanation
Job control language is a scripting language used on IBM mainframe operating system to instruct the system on how to run a batch job or start a sub system.
-
reliability
-
efficiency
-
transparency
-
none of these
C
Correct answer
Explanation
Transparency is the key goal of distributed systems - making the distributed nature invisible to users. They should see a single, coherent system rather than separate machines.
-
fourth
-
third
-
second
-
first
A
Correct answer
Explanation
Kernel is the part of operating system that loads first and then remains in the main memory. Kernel can provide the lowest level abstraction layer for the resources, that application software controls to perform its function.
-
Separation of privilege
-
Ease of use
-
Economy of mechanism
-
Permission based
-
Object reuse protection
D
Correct answer
Explanation
In this principle applied in the design element of operating system, a conservative designer identifies the items that shloud be accessible rather than those that should not accessible.
-
page break
-
case change
-
select all
-
switching to the next window
-
column break
A
Correct answer
Explanation
Ctrl + Enter is a shortcut key for page break.
-
Ctrt + F
-
Ctrl + R
-
Ctrl + L
-
Ctrl + D
-
None of these
A
Correct answer
Explanation
Ctrl + F is used to find and replace the text in Word document.
-
UNIX
-
Windows
-
DOS
-
LINUX
-
VISTA
A
Correct answer
Explanation
UNIX was the first OS to be written in C.