4 votes
301
7 votes
302
Test Digital logic ques 15
0 votes
303
4 votes
304
What is the time complexity of quick sort when (i) Choosing median of sorted array as pivot.
3 votes
305
Unix I-node has disk block size 8 KB and maximum file possible with the double indirect is 32 GB. Then the number of bits which represents disk block address is _______ b...
5 votes
306
Assume a CSMA/CD network that transmit data at a rate of 20 Mbps over a 20 km cable with no repeater. If minimum frame size require for network is 5,000 KB then speed of ...
5 votes
308
Which of the following is an advantage of $\text{'Triples'}$Statements can be moved aroundWastage of too much spaceSpace is not wastedTwo memory access per operation
7 votes
309
Let S be a sample space and two mutually exclusive events Aand B be such that A∪B=A∪B=S. If P(.)denotes the probability of the event, the maximum value of P(A)P(B) is...
11 votes
310
my answer is "B" but the answer is given "C"
7 votes
313
1 votes
314
2 votes
315
4 votes
316
coefficient of x^20 in (1+x+x^2+......................)^2 is?
10 votes
317
2 votes
318
Using four cascaded counters with a total of 16 bits, how many states must be deleted to achieve a modulus of 50,000?A. 50,000B. 65,536C. 25,536D. 15,536
3 votes
321
$\int_{- \pi }^{\pi} t^{2} \sin t \ dt$
3 votes
322
A box contain 10 screws out of which 3 are defective.If two screws are drawn at random WITH REPLACEMENT.What is the probability that no screw is defective?Answer given as...
3 votes
324
3 votes
325
What is the time complexity of this?for(i=1;i<=n;i=i*2) { for(j=0;j<i;j++) {temp=temp+i;}}
3 votes
326
if ip fragment offset is 32 then how many number of datagram bytes ahead of this fragment ?
3 votes
327
Assume that memory is byte addressable with word size of 32 bits. The program has been loaded in memory 300(decimal) Address onwards. If an interrupt is occurred during t...
5 votes
329