Critical section is?
Answers were Sorted based on User's Feedback
Answer / vaibhav
In concurrent programming, critical section is a piece of
code that accesses a shared resource(data structure or
device) that must not be concurrently accessed by more than
one thread of execution. A critical section will usually
terminate in fixed time, and a thread, task or process will
have to wait for a fixed time to enter it, which is called
as bounded waiting.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is buffered ram?
Describe the objective of multiprogramming.
Are there any problems that the cpu faces? Have any measures been taken to make it more efficient?
What are the major differences between Thread and Process?
How can the FCFS scheduling be made better?
State the main difference between logical from physical address space.
What is tty stand for?
What join() method does?
Why partitioning and formatting is a prerequisite to installing an operating system?
Explain page cannibalizing?
What is cpu scheduler?
What is the buddy system of memory allocation in operating system (os)?