1 votes
0 answers
1
The no. of ways to distribute n items among r people where each gets zero or more items. please give the detailed formula for this or give any good example.
0 votes
0 answers
3
2 votes
3 answers
4
In a lottery, 10 tickets are drawn at random out of 50 tickets numbered from 1 to 50. What is the expected value of the sum of numbers on the drawn tickets?
3 votes
1 answer
5
A player tosses two fair coins. He wins rs 2 if 2 heads occur and rs 1 if 1 head occurs. On the other hand, he loses rs 3 if no heads occur. if the player plays 100 times...
0 votes
1 answer
6
1 votes
1 answer
7
My answer is not matching with any of the option.so what is the correct answer
2 votes
1 answer
9
Consider the relations r1(P, Q, R) and r2(R, S, T) with primary keys P and R respectively. The relation r1 contains 2000 tuples and r2 contains 2500 tuples. The maximum s...
1 votes
0 answers
10
If two tables A and B given with relationship table R.Min number of tables possible if below conditions given1) R is 1:1 2) R is m:n3)R is 1:m4)R is m:1 5)total participa...
1 votes
0 answers
11
1 votes
0 answers
12
0 votes
1 answer
13
Please explain below query step by step and what does it mean?
0 votes
0 answers
14
0 votes
0 answers
15
After inserting element 15 in below avl tree which rotation need to be implement RR or RL
1 votes
1 answer
17
In char p[] = “hello” when size will be allocated at runtime or at compile time?
0 votes
1 answer
18
How many five-digit integers can be possible?[NOTE:- not positive integers]
1 votes
1 answer
19
which is asymptotically greater n or $2^{logn}$
1 votes
0 answers
20
Difference between (log^2) (n) ,log^2 n, log (log(n)) and (log(n)) ^2?