CUET PG 2026 — Computer PYQ
CUET PG | Computer | 2026Semaphore operation in sequence for producer processes in bounded buffer problem using semaphore empty, full, mutex:
(A) indicating that the new item has been produced and added to the buffer
(B) check if there is space in the buffer to add new item
(C) Produce an item and store it in buffer
(D) enter the critical section to insert the item safely
(E) leaves the critical section after inserting the item
