0 votes
2
What would the output?
3 votes
3
The number of different orders are possible for elements 1, 2, 3, 4, 5, 6, 7 to be inserted in to empty AVL tree such that no rotation will be done and element ‘4’ is...
0 votes
4
Options areA) 1:3^(1/3) B) 3^(1/3):1 C) 3:1 D) 3^(2/3):1
0 votes
7
The greatest common divisor of all numbers of the form $p^2 − 1$, where $p \geq 7$ is a prime, is$6$$12$$24$$48$
0 votes
8
The number of common terms in the two sequences $\{ 3,7,11, \ldots , 407\}$ and $\{2,9,16,\ldots ,709\}$ is$13$$14$$15$$16$
0 votes
9
Let $S=\{6, 10, 7, 13, 5, 12, 8, 11, 9\}$ and $a=\underset{x \in S}{\Sigma} (x-9)^2$ & $b = \underset{x \in S}{\Sigma} (x-10)^2$. Then$a <b$$a>b$$a=b$None of these
0 votes
10
The sequence $\dfrac{1}{\log_3 2}, \: \dfrac{1}{\log_6 2}, \: \dfrac{1}{\log_{12} 2}, \: \dfrac{1}{\log_{24} 2} \dots $ is inArithmetic progression (AP)Geometric progress...
1 votes
11
What is the output of tho following program?main(){ int x=2, y=5; if(x<y) return (x=x+y); else printf("z1"); printf("z2"); }$z2$$z1z2$Compilation errorNone of these
1 votes
12
The Operating System of a computer may periodically collect all the free memory space to form contiguous block of free space. This is called:ConcatenationGarbage Collecti...
2 votes
17
0 votes
19
The time complexity of computing the transitive closure of binary relation on a set of $n$ elements is known to be$O(n)$$O(n*\log(n))$$O(n^{\frac{3}{2}})$$O(n^{3})$
0 votes
21
The proposition $(P\Rightarrow Q)\wedge (Q\Rightarrow P)$ is aTautologyContradictionContingencyAbsurdity
0 votes
22
The inequality $\cfrac{2-gx-x^2}{1-x+x^2} \leq 3$ is true for all values of $x$ if and only if$1 \leq g \leq 7$$-1 \leq g \leq 1$$-6 \leq g \leq 7$$-1 \leq g \leq 7$
0 votes
23
The equation $P(x) = \alpha$ where $P(x) = x^4 + 4x^3 – 2x^2 – 12x$ has four distinct real roots if and only if $P(-3) < \alpha$$P(-1) \alpha$$P(-1) < \alpha$$P(-3) ...
0 votes
24
$\underset{n \to \infty}{\lim} \dfrac{1}{n} \bigg( \dfrac{n}{n+1} + \dfrac{n}{n+2} + \cdots + \dfrac{n}{2n} \bigg)$ is equal to$\infty$$0$$\log_e 2$$1$
0 votes
25
0 votes
27
0 votes
28