(A) True
(B) False
Tag: Operating System
The __ requires that once a writer is ready that writer performs its write as soon as possible if a writer waiting to access the object no new readers may start reading.
(A) first readers-writers problem
(B) second readers-writers problem
(C) third readers-writers problem
(D) fourth readers-writers problem
The __ scheme is not applicable to a resource allocation system with multiple instances of each resource type.
(A) Wait for Graph
(B) Resource Allocation Graph
(C) Both of the above
(D) None of the above
A semaphore that cause Busy-Waiting is termed as?
(A) Monitor
(B) Critical region
(C) Critical section
(D) Spinlock
The following is NOT a classical problem of synchronization?
(A) Reader writer problem
(B) Bounded buffer problem
(C) Dining philosopher problem
(D) Counting semaphore problem
A condition where a set of blocked processes each holding a resource and waiting to acquire a resource held by another process in the set is termed as?
(A) Starvation
(B) Deadlock
(C) Segmentation
(D) Paging
Preventing a condition of __ to happen deadlocks can be prevented to happen.
(A) Circular wait
(B) Critical region
(C) Critical section
(D) Monitors
The __ is a single program that produces an object file.
(A) Compiler
(B) Loader
(C) Linker
(D) Text editor