a) first-come, first-served scheduling b) shortest job scheduling c) priority scheduling d) none of the mentioned Answer: a Explanation: first-come, first-served ...
View QuestionThe 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 Explanation: The interval from the time ...
View QuestionThe 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 Explanation: The processes that are ...
View QuestionWhich 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 Explanation: dispatcher
View QuestionA process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication, is called ________
a) Local Procedure Call b) Inter Process Communication c) Remote Procedure Call d) Remote Machine Invocation Answer: ...
View QuestionThe remote method invocation __________
a) allows a process to invoke memory on a remote object b) allows a thread to invoke a ...
View QuestionWhat is the full form of RMI?
a) Remote Memory Installation b) Remote Memory Invocation c) Remote Method Installation d) Remote Method Invocation Answer: d Explanation: ...
View QuestionTo resolve the problem of data representation on different systems RPCs define _____________
a) machine dependent representation of data b) machine representation of data c) machine-independent representation of data d) none of the ...
View QuestionWhat is stub?
a) transmits the message to the server where the server side stub receives the message and invokes procedure on ...
View QuestionRPC provides a(an) _____ on the client-side, a separate one for each remote procedure.
a) stub b) identifier c) name d) process identifier Answer: a Explanation: RPC provides a(an) stub on the client-side, a separate ...
View Question