Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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
Explanation: Messages sent by a process can be fixed or variable size. If the message size of the process is fixed then system level implementation is straightforward but it makes the task of programming more difficult. If the message size of the process is variable then system level implementation is more complex but it makes the task of programming simpler.

Join The Discussion