Anusha Kurra

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
    1. Anusha Kurra
      Member

      what is the output if fn(7) is called?
      fn(int v)
      {
      if(v==1||v==0)
      return 1;
      elseif(v%2==0)
      return fn(v/2)+5;
      else
      return fn(v-1)+3;
      }
      i think ans is 17.is it correct

    1. Anusha Kurra
      Member

      @lorin ahmed

      i am unable to understand the logic u are trying to tell… can u plzz tell me in imple way..plzz

    1. Anusha Kurra
      Member

      @lorin ahmed
      i am unable to understand the logic u are trying to tell… can u plzz tell me in imple way..plzz

    1. Anusha Kurra
      Member

      heyy for the problem u solved on the other day
      A computer has 6 tape drives with N process competing for them.. each process need 3 drives… then the max value for N to b deadlock free is??????
      u solved using that formulae…which was 2
      but correct answer is 3.

      if any 1 knw the solution fot this plzz tell the solution

    1. Anusha Kurra
      Member

      An operating system contains 3 user processes each requiring 2 units of resource R .The minimum number of units of R such that no deadlocks will ever arise is
      ans is given as 4 . i want the solution to solve this??????

      if we apply the formulae in the other link

      then 3*2<3+R
      6<3+R
      3<R
      SO CHOICES ARE GIVEN AS FOLLOWS 4,5,6
      the above three options are satisfies so how can we knw 4 is the right answer

    1. Anusha Kurra
      Member

      if we apply the formulae in the other link

      then 3*2<3+R
      6<3+R
      3<R
      SO CHOICES ARE GIVEN AS FOLLOWS 4,5,6
      the above three options are satisfies so how can we knw 4 is the right answer

    1. Anusha Kurra
      Member

      An operating system contains 3 user processes each requiring 2 units of resource R .The minimum number of units of R such that no deadlocks will ever arise is
      ans is given as 4 . i want the solution to solve this??????

    1. Anusha Kurra
      Member

      yea.. i kinda got it but wen i apply the same logic to some pblms i am not able to find solution .. so plz hlp me with following pblms
      A computer has 11 tape drives with N process competing for them.. each process need 3 drives… then the max value for N to b deadlock free is??????
      A computer has 6 tape drives with N process competing for them.. each process need 3 drives… then the max value for N to b deadlock free is??????

    1. Anusha Kurra
      Member

      free.the question is

      a computer has 6 tape drives with N process competing for them.. each process need 2 drives… then the max value for N to b deadlock free is??????
      plzz temme hw to find solution for this

    1. Anusha Kurra
      Member

      hiee everyone.. i have question in o.s i.e hw to find dead lock free.the question is

      a computer has 6 tape drives with N process competing for them.. each process need 2 drives… then the max value for N to b deadlock free is??????
      plzz temme hw to find solution for this

Viewing 10 posts - 1 through 10 (of 10 total)