Computer Science - Operating Systems Concepts
Exercise : Operating Systems Concepts - Section 3
- Operating Systems Concepts - Section 1
- Operating Systems Concepts - Section 2
- Operating Systems Concepts - Section 3
- Operating Systems Concepts - Section 4
- Operating Systems Concepts - Section 5
11.
Scheduling is
12.
What scheduling algorithm allows processes that are logical runnable to be temporarily suspended?
13.
In an absolute loading scheme, which loader function is accomplished by loader
14.
The computational technique used to compute the disk storage address of individual records is called:
15.
For how many processes which are sharing common data, the Dekker's algorithm implements mutual exclusion?
Answer: Option
Explanation:
Dekker's algorithm is the first known correct solution to the mutual exclusion problem in concurrent programming. The solution is attributed to Dutch mathematician Th. J. Dekker by Edsger W. Dijkstra in his manuscript on cooperating sequential processes. It allows two threads to share a single-use resource without conflict, using only shared memory for communication.
It avoids the strict alternation of a naive turn-taking algorithm, and was one of the first mutual exclusion algorithms to be invented.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers