2 votes
2
What are the prospects of MS from IIT KGP andIITM?What score is needed? Branch CS.which is better Mtech or MS?
0 votes
3
Q. The expressions are evaluated ____________ according to the precedence of set operators.A. from left to rightB.from right to leftC.as per user defined specificationD.f...
1 votes
4
How many team of six with a captain can be selected from 12 person?
0 votes
5
A fair coin is tossed until one of 2 sides occurs twice in a row . Probability that the number of toses required is even is
0 votes
6
2 votes
7
6 votes
9
A computer has six tape drivers, with n processes competing for them. Each process may need two drivers. What is the maximum value of n for the system to be deadlock free...
4 votes
11
Suppose the round trip propagation delay for 10Mbps Ethernet has 24.2micro sec The network has 48bit jamming signal then what is minimum frame size in bits
1 votes
12
how many tables will get generated for following E-RI believe an answer is 3.2 tables for 2 different multivalued attributes and one for entity "Dept.".
0 votes
13
$\lim_{n \to \infty} \left [ \frac{1}{(1+n)} + \frac{1}{(2+n)} + - - - - - + \frac{1}{(n+n)} \right ]$a) $log 2$ b) $2$c) $\frac{1}{2}$ ...
3 votes
16
ptr
0 votes
17
In a stack (index from 1 to n) the command to access ith element from the top pf the stack S will be known as Peep(S,i). What is the condition to check for underflow on P...
–1 votes
19
Solve min $x^{2}+y^{2}$ subject to$$\begin {align*} x + y &\geq 10,\\2x + 3y &\geq 20,\\x &\geq 4,\\y &\geq 4.\end{align*}$$$32$$50$$52$$100$None of the above
0 votes
21
The minimum of the function $f(x) = x \log_{e}(x)$ over the interval $[\frac{1}{2}, \infty )$ is$0$$-e$$\frac{-\log_{e}(2)}{2}$$\frac{-1}{e}$None of the above
0 votes
26
1) Randomly picking up to make worst case less likely to occur. 2) Calling insertion sort for small sized arrays to reduce recursive calls. 3) QuickSort is tail recursive...
3 votes
28
Let $P(S)$ denotes the power set of set $S.$ Which of the following is always true?$P(P(S)) = P(S)$$P(S) ∩ P(P(S)) = \{ Ø \}$$P(S) ∩ S = P(S)$$S ∉ P(S)$