Re: [algogeeks] mcq-os

2011-08-15 Thread Kamakshii Aggarwal
@rajeev:thanks a lot..the link is really very nice..:) On Mon, Aug 15, 2011 at 7:41 PM, rajeev bharshetty wrote: > @kamakshi : Check this link. > It has a very good explanation > > http://stargazer.bridgeport.edu/sed/projects/cs503/Spring_2001/kode/os/sync.htm > > > On Mon, Aug 15, 2011 at 6:37 P

Re: [algogeeks] mcq-os

2011-08-15 Thread rajeev bharshetty
@kamakshi : Check this link. It has a very good explanation http://stargazer.bridgeport.edu/sed/projects/cs503/Spring_2001/kode/os/sync.htm On Mon, Aug 15, 2011 at 6:37 PM, sandeep pandey wrote: > ya i also think all of d above.. > > -- > You received this message because you are subscribed to t

Re: [algogeeks] mcq-os

2011-08-15 Thread sandeep pandey
ya i also think all of d above.. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more

Re: [algogeeks] mcq-os

2011-08-15 Thread Kamakshii Aggarwal
I am confused about the race around..according to me it should be included with other options,but in the book which i am referring its not included.. On Mon, Aug 15, 2011 at 6:35 PM, rajeev bharshetty wrote: > All the above 1,2,3 > Semaphores help to prevent race conditions in a program. > They

Re: [algogeeks] mcq-os

2011-08-15 Thread Dipankar Patro
As stated by Rajeev, 2,3 are a part of process synch. So I also think all 3 On 15 August 2011 18:35, rajeev bharshetty wrote: > All the above 1,2,3 > Semaphores help to prevent race conditions in a program. > They help in process synchronization by allowing multiple processes access > to a comm

Re: [algogeeks] mcq-os

2011-08-15 Thread rajeev bharshetty
All the above 1,2,3 Semaphores help to prevent race conditions in a program. They help in process synchronization by allowing multiple processes access to a common shared memory . and they also solve the problem of mutual exclusion allowing only a single process in a critical region at a time. Cor

Re: [algogeeks] mcq-os

2011-08-15 Thread aditi garg
process synchronization. On Mon, Aug 15, 2011 at 6:29 PM, Kamakshii Aggarwal wrote: > semaphores are used to solve the problem of? > 1.process synchronization > 2.race around > 3.mutual exclusion. > > -- > Regards, > Kamakshi > kamakshi...@gmail.com > > -- > You received this message because you

[algogeeks] mcq-os

2011-08-15 Thread Kamakshii Aggarwal
semaphores are used to solve the problem of? 1.process synchronization 2.race around 3.mutual exclusion. -- Regards, Kamakshi kamakshi...@gmail.com -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogee