semaphore is

Answers were Sorted based on User's Feedback



semaphore is..

Answer / arpit

variable used for synchronization of multiple processes

Is This Answer Correct ?    6 Yes 0 No

semaphore is..

Answer / vardhan

"A semaphore restricts the number of simultaneous users of
a shared resource up to a maximum number. Threads can
request access to the resource (decrementing the
semaphore), and can signal that they have finished using
the resource (incrementing the semaphore)."

Is This Answer Correct ?    6 Yes 0 No

semaphore is..

Answer / guest

synchronization of multiple processes

Is This Answer Correct ?    3 Yes 0 No

semaphore is..

Answer / siddesh

A SEMAPHORE is a technique used for avoiding shared data
problems in case of RTOS.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Explain briefly what is meant by trap and a trapdoor?

1 Answers   Accenture,


What are the ways in which fault tolerance can be ensured in systems? (Different redundancy techniques)?

1 Answers   DELL,


What are overlays?

1 Answers  


What are the 3 categories of operating systems?

1 Answers  


Can I have two operating systems on one computer?

1 Answers  


What is the meaning of busy spin in multi-threading?

1 Answers  


How do I know if I have a 64 bit processor?

1 Answers  


What is Marshalling?

1 Answers  


Is 64bit faster than 32?

1 Answers  


What is a semaphore? What are the different types of semaphores?

1 Answers   Wipro,


What do you understand by transaction atomicity?

1 Answers  


What is Executive in Windows NT?

2 Answers   TCS,


Categories