CS/IT MCQ Collections

Objective Questions on Core Operating System set-1

Pinterest LinkedIn Tumblr

This set of objective questions on core operating system includes the collection of the top 20 objective-type questions on core features of the operating system. It includes multiple-choice questions on the different scheduling algorithms, Interprocess communication, RR scheduling, Context switching, Mutual exclusion, and the banker’s algorithm.

1) An optimal scheduling algorithm in terms of minimizing the average waiting time of a given set of processes is …
A. FCFS scheduling
B. Round-robin scheduling algorithm
C. Shortest job first scheduling algorithm
D. Priority scheduling algorithm

2) The hardware mechanism that enables a device to notify the CPU is called …….
A. polling
B. interrupt
C. system call
D. none of the above

3) In the running state ……..
A. only the process which has control of the processor is found
B. all the processes waiting for I/O to be completed are found
C. all the processes waiting for the processor are found
D. none of the above

4) Which technique was introduced because a single job could keep both the CPU and the I/O devices busy?
A. Time sharing
B. Spooling
C. Preemptive scheduling
D. Multiprogramming

5) RMA works on static priorities while the EDF algorithm works on ……..
A. starvation
B. dynamic priorities
C. RR scheduling
D. FIFO scheduling

Read Also: MCQ on Fundamental Of Process Management In OS Part-1

6) In the ……….. method of data transfer, the participation of the processor is eliminated during data transfer.
A. buffering
B. caching
C. direct memory access
D. indirect memory access

7) Interprocess communication can be done through…
A. mails
B. messages
C. system calls
D. traps

8) RR scheduling is most suitable for ……..
A. time shared OS
B. distributed OS
C. real-time OS
D. an Ordinary OS

9) The aim of ……… transparency is to ensure that the movement of the object is handled automatically by the system in a user-transparent manner.
A. location
B. name
B. Migration
D. scaling

10) ……….. is a memory management scheme that permits the physical address space of a process to be noncontiguous.
A. Paging
B. Segmentation
C. Virtual memory
D. main memory

Read Also: MCQ Questions On Memory Management In OS Part-1

11) Context switching is ……..
A. part of spooling
B. part of polling
C. part of interrupt handling
D. part of a paging

12) The normal functioning of an RPC may get disrupted due to ……….
A. call message gets lost
B. response message gets lost
C. callee node and caller node crashes and are restarted
D. All of the above

13) Mutual exclusion is referred to as …….
A. if one process is in a critical region others are excluded
B. prevents deadlock
C. requires semaphores to implement
D. is found only in the Windows NT operating system

14) IFO scheduling is ……….
A. preemptive
B. non-preemptive
C. deadline scheduling
D. RR scheduling

15) ………. deals with the process of deciding which process should be assigned to which processor.
A. Process migration
B. Processor allocation
C. threads
D. none of the above

Read Also: Top 20 MCQ On Multiprocessor And Real-Time Scheduling

16) Which scheduler controls the degree of multiprogramming?
A. Short-term scheduler
B. Long-term scheduler
C. Middle-term scheduler
D. Pre-term scheduler

17) Safe state is …….
A. deadlock state
B. non-deadlocked state
C. polling state
D. spooling state

18) …….. time is defined as the time period for which the execution of the process is stopped for transferring its information to the destination node.
A. turn around
B. latency
C. freezing
D. execution

19) The principle of locality of reference justifies the use of
A. virtual memory
B. interrupts
C. main memory
D. cache memory

20) For multiple instances of resource type which algorithm is used …….
A. divide and conquer algorithm
B. banker’s algorithm
C. partition algorithm
D. sorting algorithm

Answers:

1) C. Shortest job first scheduling algorithm
2) B. interrupt
3) A. only the process which has control of the processor is found
4) D. Multiprogramming
5) C. RR scheduling
6) C. direct memory access
7) B. messages
8) A. time shared OS
9) B. migration
10) A. Paging
11) C. part of interrupt handling
12) D. All of the above
13) A. if one process is in a critical region others are excluded
14) B. non-preemptive
15) B. Processor allocation
16) B. Long term scheduler
17) B. non-deadlocked state
18) C. freezing
19) D. cache memory
20) B. banker’s algorithm

Read Next: Solved MCQ on Core Operating System Principle set-2

Read More: MCQ Questions on Operating System

Author

Shuseel Baral is a web programmer and the founder of InfoTechSite has over 8 years of experience in software development, internet, SEO, blogging and marketing digital products and services is passionate about exceeding your expectations.

Comments are closed.