0 votes
0 answers
1
A B+ tree of order 'd' is a tree in which each internal node has between 'd' and '2d' keys values. The root has between 1 and '2d' values. What is the maximum number of i...
3 votes
2 answers
2
8 pairs of shoes are in a closet. 8 shoes are selected at random. The probability that there will be at least one pair and at most 3 pairs amongst selected shoes are?
1 votes
1 answer
3
what is the output of the following program ??
0 votes
0 answers
4
How many ways we can distribut 12 similar items into 5 different boxes so that first two box will contain only even number of items and next three must contain more than ...
1 votes
0 answers
5
I have solved it by some legacy method ! i want to know how to solve using combinatorics ??
2 votes
1 answer
6
How many one to one functions are possible from A to B where |A| =4 and |B| = 6 such that ith element of A can not match with ith element of B.??
3 votes
1 answer
7
I have read somewhere that J-K flip-flop used as divide by 2 frequency counter is it true ??if not how to solve given problem??
1 votes
0 answers
8
Draw DAG for the following Expression:b= a+ 8x= b[i]b[j] = y
0 votes
1 answer
9
Give a grammar which is LL(1) but not LALR(1) .
9 votes
1 answer
10
0 votes
2 answers
11
Consider a hash table with m slots that uses open addressing with linear probing. The table is initially empty. A key k1 is inserted into the table, followed by keyk2, an...
0 votes
0 answers
12
i'm getting 37.2 =37 but given 32 ...
3 votes
4 answers
13
given GrammarE → E + EE → E * EE → ( E )E → idFind set of handles and viable prefixes for the input string id1 + id2 * id3
0 votes
1 answer
14
x31⋅(1−x16)⋅(1−x15)⋅(1−x26)⋅$\frac{1}{(1-x)^{3}}$ find the coefficient of x52 ??
0 votes
0 answers
15
x31⋅(1−x16)⋅(1−x15)⋅(1−x26)⋅$\frac{1}{(1-x)^{3}}$find the coefficient of x52 ??
0 votes
2 answers
16
how it works??
7 votes
3 answers
17
2 votes
0 answers
18
0 votes
0 answers
19
0 votes
0 answers
20
1. W1(x),R2(x),W1(x),commit2,commit12. W1(x),R2(x),W1(x),commit2,Rollback1Are these schedules view serializable ??