qwerty123
Member
- Member since
- Apr 25, 2012
- Last active
- Jun 4, 2012
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Gate question: detailed answer?
A bag contains 10 blue marbles, 20 green marbles and 30 red marbles. A marble is drawn from the bag, its colour...
-
#Threads
Answer with detailed steps?
In an enhancement of a design of a CPU, the speed of a floating point until has been increased by 20% and...
-
#Threads
865ab174-dcac-40a7-aba8-caaab6da2e42
hey this is probabilty concept.......... p(p1 U p2)= p1+p2-(p1*p2) =70% answer
-
#Threads
Solve: Program p calls two subprogram P1 and P2. P1 fails 50% times..
A program p calls two subprogram p1 and p2.p1 can fails 50% times and p2 can fails 40% times .then p can...
-
#Threads
1fa2faab-5f4b-4a1f-9fe4-31a01760d67e
Suppose the cache and main memory access times are 100 ns and 1200 ns respectively. The cache is used for paging and...
-
#Threads
solve the recurrence eqn(time complexity) with detailed answer
a) T(n)=2T(n/2)+√n, n>=2 T(1)=1 b) T(n)= mT(n/2)+an^2