Top 550+ Solved Operating System (OS) MCQ Questions Answer
Q. To access the services of operating system, the interface is provided by the
a. System calls
b. API
c. Library
d. Assembly instructions
Q. Which one of the following is not true?
a. Kernel is the program that constitutes the central core of the operating system
b. kernel is the first part of operating system to load into memory during booting
c. kernel is made of various modules which cannot be loaded in running operating system
d. kernel remains in the memory during the entire computer session
Q. Which one of the following error will be handle by the operating system?
a. Power failure
b. lack of paper in printer
c. connection failure in the network
d. all of the mentioned
Q. The main function of the command interpreter is
a. to get and execute the next user-specified command
b. to provide the interface between the API and application program
c. to handle the files in operating system
d. none of the mentioned
Q. By operating system, the resource management can be done via
a. time division multiplexing
b. space division multiplexing
c. both time and space division multiplexing
d. none of the mentioned
Q. If a process fails, most operating system write the error information to a ______
a. log file
b. another running process
c. new file
d. none of the mentioned
Q. Which one of the following is not a real time operating system?
a. VxWorks
b. Windows CE
c. RTLinux
d. Palm OS
Q. The OS X has ____________
a. monolithic kernel
b. hybrid kernel
c. microkernel
d. monolithic kernel with modules
Q. The systems which allows only one process execution at a time, are called
a. uniprogramming systems
b. uniprocessing systems
c. unitasking systems
d. none of the mentioned
Q. In operating system, each process has its own
a. address space and global variables
b. open files
c. pending alarms, signals and signal handlers
d. all of the mentioned
Q. In Unix, Which system call creates the new process?
a. fork
b. create
c. new
d. none of the mentioned
Q. A process can be terminated due to
a. normal exit
b. fatal error
c. killed by another process
d. all of the mentioned
Q. What is the ready state of a process?
a. when process is scheduled to run after some execution
b. when process is unable to run until some task has been completed
c. when process is using the CPU
d. none of the mentioned
Q. What is interprocess communication?
a. Communication within the process
b. communication between two process
c. communications between two threads of same process
d. none of the mentioned
Q. A set of processes is deadlock if
a. each process is blocked and will remain so forever
b. each process is terminated
c. all processes are trying to kill each other
d. none of the mentioned