Operating System MCQs

1019 MCQs  (Page 2 of 102)

Which of the following is not true?
A. Processes may send each other signals
B. Kernel may send signals internally
C. A field is updated in the signal table when the signal is sent
D. Each signal is maintained by a single bit
Which of the following is false?
A. Context switch time is longer for kernel level threads than for user level threads
B. User level threads do not need any hardware support
C. Related kernel level threads can be scheduled on different processors in a multiprocessor system
D. Blocking one kernel level thread blocks all other related threads
E. Phytoplanktons are the pioneers in the aquatic ecosystem
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 can not be loaded in running operating system
D. Kernel remains in the memory during the entire computer session
What is an operating system?
A. Collection of programs that manages hardware resources
B. System service provider to the application programs
C. Interface between the hardware and application programs
D. All of the mentioned
What is the main function of the command interpreter?
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
In Operating Systems, which of the following is/are CPU scheduling algorithms?
A. Round robin
B. Shortest job first
C. Priority
D. All of the mentioned
Which one of the following errors will be handle by the operating system?
A. Lack of paper in printer
B. Connection failure in the network
C. Power failure
D. All of the mentioned
Where is the operating system placed in the memory?
A. Either low or high memory (depending on the location of interrupt vector)
B. In the low memory
C. In the high memory
D. None of the mentioned