Podcast
Questions and Answers
True or false: Cooperating processes can only share data through shared memory or message passing?
True or false: Cooperating processes can only share data through shared memory or message passing?
True (A)
True or false: Concurrent execution means that one process must always complete before another process is scheduled?
True or false: Concurrent execution means that one process must always complete before another process is scheduled?
False (B)
True or false: Process scheduling plays a role in allowing concurrent execution of processes?
True or false: Process scheduling plays a role in allowing concurrent execution of processes?
True (A)
True or false: This chapter discusses mechanisms to ensure the orderly execution of cooperating processes?
True or false: This chapter discusses mechanisms to ensure the orderly execution of cooperating processes?
True or false: A cooperating process is one that can only be affected by other processes executing in the system?
True or false: A cooperating process is one that can only be affected by other processes executing in the system?
True or false: Concurrent access to shared data will always result in data inconsistency?
True or false: Concurrent access to shared data will always result in data inconsistency?
True or false: Process scheduling does not play a role in allowing concurrent execution of processes?
True or false: Process scheduling does not play a role in allowing concurrent execution of processes?
True or false: Cooperating processes can share both code and data through shared memory or message passing?
True or false: Cooperating processes can share both code and data through shared memory or message passing?
True or false: Concurrent execution means that one process may only partially complete execution before another process is scheduled?
True or false: Concurrent execution means that one process may only partially complete execution before another process is scheduled?