(A) Unix
(B) Windows
(C) OS/2
(D) None of the above
Tag: Operating System
IPC provides a mechanism to allow processes to communicate and to synchronize their actions without sharing the same?
(A) Address name
(B) Address space
(C) Address ID
(D) None of the above
Each process must first request permission to enter its critical section. The section of code implementing this request is called the?
(A) Critical section
(B) Remainder section
(C) Entry section
(D) None of the above
The interval from the time of submission to the time of completion is the?
(A) Waiting time
(B) Response time
(C) Turnaround time
(D) None of the above
You can create a threads by using the pthread_create() call.
(A) True
(B) False
Typically the execlp system call is used after a fork system call.
(A) True
(B) False
A solution to the critical section problem must satisfy the following requirements
(A) Bounded waiting
(B) Mutual exclusion
(C) Progress
(D) All of the above
In __ addressing the recipient is not required to name the sender.
(A) Symmetric
(B) Asymmetric
(C) Both of the above
(D) None of the above