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
CP/M (Control Program for Microcomputers) was a widely used single-user operating system for early 8-bit microcomputers. While MS-DOS and PC-DOS are also single-user systems, CP/M was the industry standard for the first generation of microprocessor-based systems. UNIX, by contrast, is a multi-user and multi-tasking operating system.
-
a program
-
an object deck
-
execution
-
a single-line
C
Correct answer
Explanation
A loader is a system utility that takes an object program from secondary storage and places it into the main memory. Its primary role is to ensure the program is correctly positioned and linked so that the CPU can begin processing it. Therefore, the ultimate goal of the loading process is the execution of the program.
-
Kernel
-
Terminal emulator
-
Shell
-
Linux desktop
-
Unix workstation
C
Correct answer
Explanation
Shell acts as an interface between the kernel and the user.
B
Correct answer
Explanation
scsh is an open source Unix shell that is embedded within the scheme programming language.
-
Child process
-
Debian system
-
Noclobber
-
Sanity check
-
Shopt command
B
Correct answer
Explanation
This system is a free operating system to any computer that uses Linux kernel.
B
Correct answer
Explanation
Unix development began in 1969 at Bell Labs, placing its origin in the late 1960s.
-
multiuser
-
timesharing
-
both 1 and 2
-
none of these
C
Correct answer
Explanation
Unix was designed from the ground up to support multiple users simultaneously and uses timesharing to manage CPU resources among those users.
A
Correct answer
Explanation
MS-DOS (Microsoft Disk Operating System) is a classic example of a single-user, single-tasking operating system.
-
to use primary memory efficiently
-
to do inter-process communication
-
to do intra-process communication
-
to control disk scheduling
B
Correct answer
Explanation
Shared memory is a method used in operating systems to allow multiple processes to access the same memory space for inter-process communication (IPC).
-
Basic input/output system
-
Secondary input/output system
-
Peripheral input/output system
-
Marginal input/output system
-
None of these
A
Correct answer
Explanation
The Basic Input/Output System (BIOS) is firmware used to perform hardware initialization during the booting process and provides runtime services for operating systems and programs to manage peripherals.
-
open-source
-
Microsoft
-
Windows
-
Mac
-
None of these
A
Correct answer
Explanation
Linux is a free and open-source operating system, meaning its source code is available for anyone to inspect, modify, and enhance.
-
Open-source
-
Closed-source
-
Windows
-
Mac
-
None of these
-
Virtual space
-
Virtual computers
-
Virtual device
-
None of these
B
Correct answer
Explanation
An OS can connect to multiple local or remote computers within a network and can perform operations on hardware of remote computer network, even though there are multiple, physically different computers. The OS can still manage them virtually as a single unit.
-
MS Dos
-
Windows 95
-
Windows 98
-
Windows 2000
D
Correct answer
Explanation
Windows 2000 supports client server.
-
first-in-first-out
-
least recently used
-
optimal
-
none of these
C
Correct answer
Explanation
The optimal page replacement algorithm (or Belady's algorithm) replaces the page that will not be used for the longest period of time in the future.