The document contains 10 multiple choice questions about operating system concepts including:
1) Pre-emptive scheduling temporarily suspends a running process before its time slice expires to allow starving processes to run.
2) The mutual exclusion problem occurs among processes that share resources.
3) Sector interleaving in disks is done by the disk manufacturer.
4) Memory protection is useful in multiprogramming and multitasking systems with multiple users.
5) The user and supervisor modes refer to the modes in which the processor and hardware operate.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
77 views2 pages
Operating System MCQs PDF
The document contains 10 multiple choice questions about operating system concepts including:
1) Pre-emptive scheduling temporarily suspends a running process before its time slice expires to allow starving processes to run.
2) The mutual exclusion problem occurs among processes that share resources.
3) Sector interleaving in disks is done by the disk manufacturer.
4) Memory protection is useful in multiprogramming and multitasking systems with multiple users.
5) The user and supervisor modes refer to the modes in which the processor and hardware operate.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Operating System MCQs
1. Pre-emptive scheduling, is the strategy of temporarily suspending a running process
a. before the CPU time slice expires b. to allow starving processes to run c. when it requests I/O) d. none of the above 2. Mutual exclusion problem occurs a. between two disjoint processes that do not interact b. among processes that share resources c. among processes that do not use the same resource d. none of the above 3. Sector interleaving in disks is done by a. the disk manufacturer b. the disk controller cord c. the operating system d. none of the above 4. Memory protection is of no use in a a. single user system b. non-multiprogramming system c. non-multitasking system d. none of the above 5. Some computer systems support dual mode operation—the user mode and the supervisor or monitor mode. These refer to the modes a. by which user programs handle their data b. by which the operating system executes user programs c. in which the processor and the associated hardware operate. d. of memory access 6. Disk scheduling involves deciding a. which disk should be accessed next b. the order in which disk access requests must be serviced c. the physical location where files should be accessed in the disk d. none of the above 7. A computer system has 6 tape drives, with 'n' processes competing for them. Each process may need 3 drives. The maximum value of 'n' for which the system is guaranteed to be deadlock free is a. 2 b. 3 c. 4 d. 1 8. Dirty bit is used to show the a. page with corrupted data b. wrong page in the memory c. page that is modified after being loaded into cache memory d. page that is less frequently accessed 9. Fence register is used for a. CPU protection b. memory protection c. file protection d. all of the above 10. Which of the following.is a service not supported by the operating system? a. Protection b. Accounting c. Compilation d. I/O operation