Question 15353 – DSSSB PGT 2021
November 7, 2023Question 8498 – Theory-of-Computation
November 7, 2023GATE 1996
Question 19 |
A critical section is a program segment
which should run in a certain specified amount of time | |
which avoids deadlocks | |
where shared resources are accessed | |
which must be enclosed by a pair of semaphore operations, P and V |
Question 19 Explanation:
In CS, share resources are accessed.
Correct Answer: C
Question 19 Explanation:
In CS, share resources are accessed.