(A) True
(B) False
Category: Operating System Mcqs
Operating systems Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Operating System Mcqs section will help users to prepare mcqs of Operating Systems for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, System administrator and all other Exams can prepare their operating system portion from here.
Deadlock detection and recovery technique is exactly similar to deadlock avoidance technique to handle deadlock in the system.
(A) True
(B) False
__ is used in real time operating systems.
(A) Preemptive scheduling
(B) Non-preemptive scheduling
(C) Dispatching scheduling
(D) FCFS scheduling
Operating System provides services such as Managing Primary and Secondary Storage, Processes and Allowing user to manage his/her files and directories.
(A) True
(B) False
A system call?
(A) Allows a program to request a kernel service
(B) Is an entry point into the kernel code
(C) Is a technique to protect I/O devices and other system resources
(D) All of the above
Kernel is responsible for scheduling the user level threads.
(A) True
(B) False
Round Robin algorithm is most suitable for?
(A) Running batch programs
(B) Time sharing system
(C) Real time systems and Batch systems
(D) Expert system
__ scheduling allows a process to move between queues.
(A) First come first servie
(B) Round Robin
(C) Shortest Remaining Time First
(D) Multilevel Feedback Queue