0 votes
1 answer
1
What is meant by ‘pumping length’ and how can we find it?
1 votes
1 answer
2
0 votes
2 answers
3
2 votes
2 answers
4
If AD is the only candidate key for some relation R(A,B,C,D,E) then will CD → E be considered a partial dependency?
0 votes
1 answer
5
Consider the queuing delay in a router buffer (preceding an outbound link). Suppose packet length is L bits and the link rate is R bps, and that N packets arrive to...
1 votes
2 answers
6
Is the following language a DCFL? Please explain your reasoning.
0 votes
1 answer
7
Given a CFG and a string, what is the relation between the number of leftmost derivations, the number of rightmost derivations and the number of parse trees?
0 votes
2 answers
10
Consider the following relations:How many number of records will be returned by the following query?
0 votes
2 answers
11
2 votes
2 answers
12
Consider the following programint find (int n) { int a = 1; for (i = 1; i < = n; i ++) for (j = 1; j < = i; j++) for (k = 1; k <= j, k++) a = a + 1; ...
0 votes
1 answer
14
How many minimum relations are required for the following Relation R(A, B, C, D, E) with FD {A → BC, CD → E, B → D, E → A} to convert into BCNF without violation ...
0 votes
1 answer
16
0 votes
1 answer
19
0 votes
0 answers
20
If 2 and -4 are the eigenvalues of a non-singular matrix A and |A| = -8, then the eigenvalues of adj(A) are x and -y. What is the value of x+y?