11 votes
402
Q:which of the following can run in parallel on different processors in a multiprocessorsa)user level thread b)kernel level thread c)processesd) processes and kernel leve...
2 votes
403
The baud rate of a signal is 600 baud/second. If each signal unit carries 6 bits, then the bit rate of a signal is ____36001006/600None of the above
1 votes
405
Match the following $:$$\begin{array}{} \text{a.} & \text{RAID 0} & \text{i.} & \text{Bit interleaved parity} \\ \text{b.} & \text{RAID 1} & \text{ii.} & \text{Non redu...
0 votes
409
Match the following $:$$\begin{array}{} \text{a. }& \text{Watson-Felix model} & \text{i.}& \text{Failure intensity} \\ \text{b.}& \text{Ouick-Fix model} & \text{ii.} & \...
0 votes
412
why the o/p of this programm is 12 ?#include<stdio.h>int main(){int x = 10;int y = (x++, ++x);printf("%d", y);getchar();return 0;}
2 votes
413
1 votes
414
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} & & \textbf{List – II} \\ \text{a.} & \text{Chomsky Normal form} & \text{i.} & S \rightarrow b S S...
2 votes
416
1 votes
417
When fragmentation is done,the last fragment has MF=0. Suppose the last fragmented goes thru a network where it is further fragmented into 2 further packets.Now will both...
1 votes
420
The relation &ldquo;devides&rdquo; on a set of positive integers is_____Symmetric and transitiveAnti symmetric and transitiveSymmetric onlyTransitive only
1 votes
423
When a mobile telephone physically moves from one to another cell, the base station transfers ownership to the cell getting strongest signal. This process is known ashand...
2 votes
424
12 votes
425
An upper layer packet is split into 10 frames, each of which has an 80% chance of arriving undamaged. If no error is done by the data link protocol, how many times must t...
0 votes
427
How many times the word &lsquo;print&rsquo; shall be printed by the following program segment?for (i=1, i $\leq$ 2, i++)for (j=1, j $\leq$ 2, j++)for (k=1, k $\leq$ 2, k+...
2 votes
428
3 votes
429
How many values can be held by an array A(-1, m; 1, m)?mm$^2$m(m+1)m(m+2)