1 answer
1
If root of equation f(x) is 0 ar x= -3 and X= 3 then root of equation f(x+3) will be at ?A) X= 0 and X=6B) X=-3 and X=3C) X=-6 and X=0;D) X=-6 and X= 6
0 answers
3
An array of unknown size is filled with special symbols let's say '#'. Time required to find the size of array is1) O(1)2) O(logn)3) O(n)4) O((logn)2)
0 answers
5
Solution?
2 answers
6
consider following languageL1= {a^nB^b/n>=0}L2= compliment of L1choose the correct option regarding the language L1& L21. L1 &L2 are context free2.L1 is context free but...
1 answer
7
how p4 is equivalent this plz explain
2 answers
9
Hash tables can contribute to the following problems except1) Counting distinct values2) Dynamiic dictonary3) Symbol table look up4) Range search
1 answer
10
Out of six coins, four coins are tossed simultaneously.The number of possible outcomes where at most three of the coins turn up as heads is ______.
0 answers
12
L={ (an)m bn | n,m>=1 }
0 answers
13
which function will grow faster?a) x$\sqrt{x}$ b) x!
1 answer
14
1 answer
16
R (A1, A2, ….An) and every (n-2) attributes of R forms a candidate key. How many superkeys are there in R?a) $_{n-2}^{n}\textrm{C}$b) $_{n-2}^{n}\textrm{C}$ * 4c) $_{n-...
1 answer
17
Here query is not correct if there are two persons with higher rating?Am I correct?
1 answer
18
0 answers
19
Consider the following Resource Allocation Graph (RAG) and set of sequences.I) <P1,P4,P3,P5,P2>II) <P1,P4,P3,P2,P5>III) <P1,P4,P2,P5,P3>IV) <P1,P4,P5,P2,P3>Which of the a...
1 answer
20
Consider the following statements:A relation R is in 3NF, if every non-prime attribute of R, is fully functionally dependent on some key of R.State True or False
1 answer
21
You have an array of n elements. Suppose you implement quick sort by always choosing the central element of the array as the pivot. Then the tightest lower bound for the...
1 answer
23
A 4-ary i.e., either has 0 children or has 4 children tree has 20 leaf nodes. Then the total number of nodes in the tree are ________.
2 answers
25
Why is the minimum number of tuples in full outer join equal to max (m,n) ?
0 answers
27
1 answer
29
Given a relation with five attributes and the following FDs:A - DA - EDE - BCB - AD - CWhat is the highest normal form satisfied by the relation?
1 answer
30
In the LU decomposition of the matrix,$\begin{bmatrix} 1 &2 \\ 3 &8 \end{bmatrix}$ if the diagonal elements of $U$ are both $1$, then the trace of $L$ is$?$