3 votes
442
If the propostion 'All thieves are poor' is false, which of the following propositions can be claimed certainly to be true?Some thieves are poorSome thieves are not poorN...
2 votes
443
The solution of the recurrence relation of $ T(n)=3T\left(floor \left(\frac{n}{4}\right)\right)+n$ is$O(n^{2})$$O(n/g n)$$O(n)$ $O(l g n)$
2 votes
444
confused between (a) and (c).
3 votes
448
Match the following cryptographic algorithms with their design issues : $ \begin{array} {cIcI} & \textbf{List-I} & & \textbf{List-II} \\ \text{a.} & \text{DES} & \te...
1 votes
449
Match the following :$\begin{array}{clcl} \text{a.} & \text{TTL} & \text{i.} & \text{High fan out} \\ \text{b.} & \text{ECL} & \text{ii.} & \text{Low propagation delay}...
3 votes
451
In UNIX , processes that have finished execution but have not yet had their status collected are known as _________Sleeping processesStopped ProcessesZombie ProcessOrpha...
5 votes
452
A Multicomputer with 256 CPUs is organized as 16$\times$16 grid . What is the worst case delay(in hops) that a message might have to take16153230
2 votes
453
Consider the statement "Either $-2 \leq x \leq -1 \text{ or } 1 \leq x \leq 2$"The negation of this statement is x<-2 or 2<x or -1<x<1x<-2 or 2<x-1<x<1x $\leq$ -2 or 2 $...
2 votes
454
2 votes
458
2 votes
460
4 votes
462
Pipelining improves performance bydecreasing instruction latencyeliminating data hazardsexploiting instruction level parallelismdecreasing the cache miss rate
2 votes
463
On which of the following recurrence relation Masters theorem can not be applied ?A. T(n)= 2T(n/2) + n (log n).B. T(n) = T(n/2) + 1.C. T(n) = 8T(n/2) + (log n).D. T(n) = ...
0 votes
464
Match the following $:$ $\begin{array}{clcl} & \textbf{List – I}&& \textbf{List – II} \\ \text{a.} & \text{Correctness}& \text{i.} & \text{The extent to which a soft...
4 votes
466
If a packet arrive with M-bit value is &lsquo;1&rsquo; and a fragmentation offset value &lsquo;0&rsquo;, then it is ____ fragement.FirstMiddleLastAll of the above
1 votes
467
1 votes
469
Multi Valued Dependencies(MVD) satisfied by relation R(A,B,C) with tuples: (a1,b1,c1),(a1,b1.c2), (a2,b1,c1), (a2,b1,c3)A&#8674;&#8674;BB&#8674;&#8674;A, BC&#8674;&#86...
12 votes
470
What is the sum to infinity of the series,$3+6x^{2}+9x^{4}+12x^{6}+ \dots$ given $\left | x \right |<1$$\frac{3}{(1+x^{2})}$$\frac{3}{(1+x^{2})^{2}}$$\frac{3}{(1-x^{2})^{...