0 votes
31
Difference between composite and compound key??
2 votes
33
The number of possible finite automaton with 2 states a0 and a1 where a0 is always initial state over the alphabet {p, q, r} which accept empty language is _______
1 votes
34
1 votes
35
void main() { char*s[]={"iceland","Greenland","Ireland","Switzerland"}; char ptr[]={s+3,s+2,s+1,s}; char *p=ptr; printf(\%s ", ++p); printf(\%s ",*(*++p+3); printf(\%s ...
9 votes
36
If Radix sort is used to sort an array of n integers which are in the range ,where d is some function of input size, the time taken would be?(A) (B)(C) (D)
1 votes
37
consider a complete bipartite graph K(3,3)The ratio of total number of possible vertex induced subgraphs to the total number of possible edge induced subgraph in given bi...
1 votes
39
Consider a relation R(A,B,C,D,E) with the following functional dependencies.A→BCC→EB→DE→AThe total number of super keys present in the relation are_______
2 votes
40
1 votes
42
Please explain how $P(A ∩ B) = P(A)P(B)$? If $A$ and $B$ are independent.
0 votes
44
1 votes
45
1 votes
47
why SJF scheduling algorithm frequently used in long term scheduling.
2 votes
49
How 14? I am not able to understand. Why not 30.
0 votes
50
f(n)>=c1.nh(n)=c2.nthen why answer cant be O(n),It is given as C
0 votes
51
Solution of $T(n)=\sqrt{n}T(\sqrt{n})+n$
0 votes
52
is this is cascadeless?r1(X),w2(X),w1(X), abort2, commit1
6 votes
53
Is the answer to this solution is O( n2 log (n) ) or O( n log (n) )
0 votes
54
How many ways are there for a horse race with 4 horses to finish if ties are possible?(any number of horses may tie)
2 votes
55
0 votes
57
0 votes
58
HOW TO SOLVE THOSE TYPE OF QUESTION?
0 votes
59
IS THE GIVEN ANS RIGHT?
0 votes
60
For a complete graph with 10 vertices, The number of spanning trees is at least_____?