Critical section is?

Answers were Sorted based on User's Feedback



Critical section is?..

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

Critical section is?..

Answer / guest

statements which are accessing shared resourses

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

What is a phase change memory?

0 Answers  


What is SMP?

1 Answers  


What is the max ram for a 64 bit?

0 Answers  


What are the disadvantages of context switching?

0 Answers  


When is a system in a safe state?

0 Answers  






what is Processor?

7 Answers   Cisco, TCS,


Explain pcb.

0 Answers  


Define multics?

0 Answers  


Should I install 32 bit or 64 bit?

0 Answers  


What is BSS(Block Started by Symbol)?

0 Answers  


What are the different replacement policies ?

0 Answers   Wipro,


Is operating system a software?

0 Answers  


Categories