Multiblocked queues:
Multiple answers are allowed
When the event occurs, the entire list of processes in the appropriate queue can be moved to the Blocked state.
When the event occurs, the entire list of processes in all queues will be scanned.
The Multiblocked queues scheme is a disadvantage for large OS.
When the event occurs, the entire list of processes in the appropriate stack can be moved to the Ready state.
When the event occurs, the entire list of processes in the appropriate LIFO can be moved to the Ready state.
When the event occurs, the entire list of processes in the appropriate queue can be moved to the Running state.
When the event occurs, the entire list of processes in the appropriate queue can be moved to the Ready state.
The Multiblocked queues scheme is an advantage for large OS.