Recent activity by jjayantamahata

1 answer
2
What would the output?
9 answers
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...
2 answers
4
Options areA) 1:3^(1/3) B) 3^(1/3):1 C) 3:1 D) 3^(2/3):1
0 answers
5
Options are A.72 B.30 C.24 D.45
3 answers
7
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$
3 answers
8
One needs to choose six real numbers $x_1,x_2,....,x_6$ such that the product of any five of them is equal to other number. The number of such choices is$3$$33$$63$$93$
1 answer
9
0 answers
10
0 answers
11
0 answers
12
0 answers
13
1 answer
14
0 answers
15
0 answers
16
0 answers
17
0 answers
18
0 answers
19
0 answers
20
0 answers
21
2 answers
23
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$
1 answer
24
4 answers
25
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
4 answers
26
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...
6 answers
27
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
7 answers
28
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...