This is a Computer Science Engineering quiz based on operating systems, in which you will find questions related to distributed communication.
What is the full form of RMI?
RPC provides a(an) _____ on the client-side, a separate one for each remote procedure.
Remote Procedure Calls are used ____________.
For communication between two processes remotely different from each other on the same system
For communication between two processes on the same system
For communication between two processes on separate systems
None of the mentioned
To resolve the problem of data representation on different systems RPCs define _____________.
Machine dependent representation of data
Machine representation of data
Machine-independent representation of data
None of the mentioned
What is stub?
Transmits the message to the server where the server side stub receives the message and invokes a procedure on the server side
Packs the parameters into a form transmittable over the network
Locates the port on the server
All of the mentioned
Which of the following is program group?
Which is not application software?
A co-processor?
Is relatively easy to support in software
Causes all processor to function equally
Works with any application
Is quite common in modern computer
A Microsoft Windows is a(n):
Operating system
Graphic program
Word Processing
Database program
The ...... program compresses large files into a smaller file.
WinZip
WinShrink
WinStyle
None of these
How does the software trigger an interrupt?
What is an ISR?
What is an interrupt vector?
The initial program that is run when the computer is powered up is called __________.
Boot program
Bootloader
Initializer
Bootstrap program
What is a trap/exception?
Hardware generated interrupt caused by an error
Software generated interrupt caused by an error
User generated interrupt caused by an error
None of the mentioned