Operating System MCQ's Set- 5

 




81] Message passing system allows processes to __________ 

a) communicate with one another without resorting to shared data 

b) communicate with one another by resorting to shared data 

c) share data 

d) name the recipient or sender of the message

ANSWER : A


82] Which of the following two operations are provided by the IPC facility? 

a) write & delete message 

b) delete & receive message 

c) send & delete message 

d) receive & send message

ANSWER : D


83] Messages sent by a process __________ 

a) have to be of a fixed size 

b) have to be a variable size 

c) can be fixed or variable sized 

d) None of the mentioned 

ANSWER : C


84] The link between two processes P and Q to send and receive messages is called __________ 

a) communication link 

b) message-passing link 

c) synchronization link 

d) all of the mentioned

ANSWER : A


85] Which of the following are TRUE for direct communication? 

a) A communication link can be associated with N number of process(N = max. number of processes supported by system) 

b) A communication link can be associated with exactly two processes 

c) Exactly N/2 links exist between each pair of processes(N = max. number of processes supported by system) 

d) Exactly two link exists between each pair of processes

ANSWER : A


86] In indirect communication between processes P and Q __________ 

a) there is another process R to handle and pass on the messages between P and Q 

b) there is another machine between the two processes to help communication 

c) there is a mailbox to help communication between P and Q 

d) none of the mentioned 

ANSWER : C


87] In the non blocking send __________ 

a) the sending process keeps sending until the message is received 

b) the sending process sends the message and resumes operation 

c) the sending process keeps sending until it receives a message 

d) none of the mentioned

ANSWER : A


88] In the Zero capacity queue __________ 

a) the queue can store at least one message 

b) the sender blocks until the receiver receives the message 

c) the sender keeps sending

d) none of the mentioned

ANSWER : B


89] The Zero Capacity queue __________ 

a) is referred to as a message system with buffering 

b) is referred to as a message system with no buffering 

c) is referred to as a link 

d) none of the mentioned

ANSWER : B


90] Bounded capacity and Unbounded capacity queues are referred to as __________ 

a) Programmed buffering 

b) Automatic buffering 

c) User defined buffering 

d) No buffering 

ANSWER : B


91] Which module gives control of the CPU to the process selected by the short-term scheduler? 

a) dispatcher 

b) interrupt 

c) scheduler 

d) none of the mentioned

ANSWER : A


92] The processes that are residing in main memory and are ready and waiting to execute are kept on a list called _____________ 

a) job queue 

b) ready queue 

c) execution queue 

d) process queue

ANSWER : B


93] The interval from the time of submission of a process to the time of completion is termed as ____________ 

a) waiting time 

b) turnaround time 

c) response time 

d) throughput

ANSWER : B


94] Which scheduling algorithm allocates the CPU first to the process that requests the CPU first? 

a) first-come, first-served scheduling 

b) shortest job scheduling 

c) priority scheduling 

d) none of the mentioned

ANSWER : A


95] In priority scheduling algorithm ____________ 

a) CPU is allocated to the process with highest priority 

b) CPU is allocated to the process with lowest priority 

c) Equal priority processes can not be scheduled 

d) None of the mentioned 

ANSWER : A


96]  In priority scheduling algorithm, when a process arrives at the ready queue, its priority is compared with the priority of ____________ 

a) all process 

b) currently running process 

c) parent process 

d) init process

ANSWER : B


97] Which algorithm is defined in Time quantum? 

a) shortest job scheduling algorithm 

b) round robin scheduling algorithm 

c) priority scheduling algorithm 

d) multilevel queue scheduling algorithm

ANSWER : B


98] Process are classified into different groups in ____________ 

a) shortest job scheduling algorithm 

b) round robin scheduling algorithm 

c) priority scheduling algorithm 

d) multilevel queue scheduling algorithm

ANSWER : D


99] In multilevel feedback scheduling algorithm ____________ 

a) a process can move to a different classified ready queue 

b) classification of ready queue is permanent 

c) processes are not classified into groups 

d) none of the mentioned 

ANSWER : A


100] In multilevel feedback scheduling algorithm ____________ 

a) a process can move to a different classified ready queue 

b) classification of ready queue is permanent 

c) processes are not classified into groups 

d) none of the mentioned 

ANSWER : B









Popular Posts