Normal difficulty questions. These questions require correct understanding of the topic and the application of it. Those who have prepared must be able to do these questions with in 3 minutes.

Recent questions tagged normal

1 votes
2 answers
242
In a box, there are $2$ red, $3$ black and $4$ blue coloured balls. The probability of drawing $2$ blue balls in sequence without replacing, and then drawing $1$ black ba...
0 votes
1 answer
243
Find the total number of comparisons if merge sort is used. Explain with proper steps.2, 5, 8, 4, 1, 7, 6, 3Total no of comparison.
1 votes
1 answer
244
What are the strongly connected components in the above figure ?
0 votes
0 answers
246
A perfect cubic dice thrown a large number of times in a set of 8.The occurrence of 5 or 6 is called a success in what proportion of sets would you expect 3 successes?
0 votes
0 answers
247
Which of the following functions describe the graph shown in the below figure? (A) y=||x|+1|−2(B) y=||x|−1|−1(C) y=||x|+1|−1(D) y=||x|−1|−1|
1 votes
1 answer
248
3 votes
1 answer
249
R(A, B, C, D)FD: B->C, D->Ais the following decomposition in BCNF?R1(B, C), R2(A, D), R3(C, D)
0 votes
1 answer
250
What is the total no of multiplications to be performed??D=2For i=1 to n do For j=i+1 to n do For k=j+1 to n do D=D×3
0 votes
1 answer
252
Minimum no of comparisons required to find the minimum and maximum of n distinct elements
0 votes
3 answers
253
What is the total number of comparisons needed in the best case to find minimum and maximum of $300 $ elements?
0 votes
1 answer
254
How calculate these values pls tell mehttps://gateoverflow.in/3459/gate2007-it-26 Here is the link from where i got the solution
1 votes
3 answers
256
How to find log n base2+ log n base 3+ log n base4+........log n base n?
0 votes
2 answers
258
Can master's theorem be applied if b=1? Or strictly when b>1?
1 votes
1 answer
264
Let $X_1$, $X_2$, $X_3$, and $X_4$ be independent normal random variables with zero mean and unit variance. The probability that $X_4$ is the smallest among the four is _...