3 answers
2
Is $ (5 - n^3) \in \Omega (n^2) $ ?
2 answers
3
1 answer
4
Which of the following is true?A relation in BCNF is always in 3NFA relation in 3NF is always in BCNFBCNF and 3NF are sameA relation in BCNF is not in 3NF
2 answers
5
A. [(00(0+1)* 11] + [11( 0 + 1)* 00]B. [(00+11) (0+1)+] + [( 0 + 1)+ (00+11)].C. [(00+11) (0+1)*] + [( 0 + 1)* (00+11)]D. (00+11) (0+1)* (00+11).
2 answers
6
Views are useful for _____ unwanted information, and for collecting together information from more than one relation into a single view.A. HidingB. DeletingC. Hi...
4 answers
7
Linked lists are not suitable data structures for which one of the following problems?Insertion sortBinary searchRadix sortPolynomial manipulation
1 answer
8
The time complexity of an efficient algorithm to find the longest monotonically increasing subsequence of n numbers is$\text{O(n)}$$\text{O(n Ig n)}$$\text{O(n$^2$)}$None...
1 answer
10
A. T(n) = $O( n Log n)$B. T(n) = $O({(logn)}^2)$C. T(n) = $O(n)$D. T(n) = $O(n^2)$
1 answer
12
3 answers
15
Selection sort algorithm design technique is an example ofGreedy methodDivide-and-conquerDynamic ProgrammingBacktracking
8 answers
17
An Abstract Data Type (ADT) is:same as an abstract classa data type that cannot be instantiateda data type for which only the operations defined on it can be used, but no...
1 answer
18
T(n) = 1, if n = 1 = T(n-1) + 2^n , otherwise
1 answer
19
T(n) = T(n-1) + nT(1) = 1
2 answers
20
Consider the graph given below: The two distinct sets of vertices, which make the graph bipartite are:(A) (v1, v4, v6); (v2, v3, v5, v7, v8)(B) (v1, v7, v8); (v2, v3, v5,...
1 answer
21
(A) Context-free languages are closed under union.(B) Context-free languages are closed under concatenation.(C) Context-free languages are closed under intersection.(D) C...
3 answers
22
A relation R={A,B,C,D,E,F,G} is given with following set of functional dependencies: F={AD→E, BE→F, B→C, AF→G}. Which of the following is a candidate key?AABABCAB...
1 answer
23
(a) The set of negative integers is countable.(b) The set of integers that are multiples of 7 is countable.(c) The set of even integers is countable.(d) The set of real n...
2 answers
24
The information about an array used in program will be stored inSymbol TableActivation RecordBoth (A) and (B)Dope Vector
1 answer
25
2 answers
27
1 answer
28
1 answer
29