Podcast
Questions and Answers
In direct communication, a link is associated with exactly one pair of communicating processes.
In direct communication, a link is associated with exactly one pair of communicating processes.
True
In indirect communication, processes must name each other explicitly.
In indirect communication, processes must name each other explicitly.
False
A mailbox can be shared by only two processes in indirect communication.
A mailbox can be shared by only two processes in indirect communication.
False
In direct communication, processes communicate through mailboxes.
In direct communication, processes communicate through mailboxes.
Signup and view all the answers
A link in indirect communication can be unidirectional or bi-directional.
A link in indirect communication can be unidirectional or bi-directional.
Signup and view all the answers
What is the main difference between a program and a process?
What is the main difference between a program and a process?
Signup and view all the answers
What is the state of a process when it is being created?
What is the state of a process when it is being created?
Signup and view all the answers
What contains information associated with each process?
What contains information associated with each process?
Signup and view all the answers
What is the purpose of the short-term scheduler?
What is the purpose of the short-term scheduler?
Signup and view all the answers
What is an I/O-bound process?
What is an I/O-bound process?
Signup and view all the answers
What happens during a context switch?
What happens during a context switch?
Signup and view all the answers
What is the purpose of the process identifier (pid)?
What is the purpose of the process identifier (pid)?
Signup and view all the answers
What is the result of the fork() system call in UNIX?
What is the result of the fork() system call in UNIX?
Signup and view all the answers
What is the purpose of the exit() system call?
What is the purpose of the exit() system call?
Signup and view all the answers
What is the result of the exec() system call in UNIX?
What is the result of the exec() system call in UNIX?
Signup and view all the answers