2 votes
0 answers
21
Suppose in a system, processes arrive at an average rate of 6 per minute.On average each process takes 8 seconds of service time. Estimate the % of time CPU is idle in a ...
1 votes
1 answer
22
How to analyse the delays of Ripple carry adder and Carry look ahead adder.Please explain with Example.
0 votes
2 answers
23
In CRC, if the degree of Generator polynomial is n, then the number of bits in divisor is?
4 votes
3 answers
24
An IPV4 datagram is received by a router, in which total length is 1500, HLEN value is 10 and offset value is 100.The MTU of the forwarding link is 200. What is the offse...
1 votes
0 answers
25
Convert the following 3 address code to single Static Assignment.a = b + cd = d + a.
1 votes
0 answers
26
How to approach hit latency problems in cache mapping techniques.Please explain with an example.Thank in advance.
3 votes
2 answers
27
Please explain me the division operation.Considering the two relations as below, $R$ABCa1b1c1a2b1c2a1b2c2a2b2c2a1b3c3$S$Aa1a2What will be the result of $R\div S$
2 votes
0 answers
28
3 votes
1 answer
29
In a network that has a max TPDU size of 128 bytes, a maximum of TPDU lifetime of 30 sec, and 8-bit sequence number, what is the maximum data rate per connection?Please h...
0 votes
0 answers
30
Ans is D, but why not option C?
0 votes
1 answer
31
Can somebody explain the question, please?
0 votes
0 answers
32
0 votes
1 answer
33
Somebody please explain me about free running and self starting counter?
0 votes
5 answers
34
In Operator precedence parsing, precedence relations are defined,i. for all pair of non-terminals.ii. for all pair of terminals.iii. to delimit the handle.iv. only for ce...
0 votes
1 answer
35
0 votes
0 answers
40
Given transition table of TM as follows, 01Bq0qo,1,R,q0,0,Rq1,B,Rq1q0,1,Rq0,0,RHalt What is the language accepted by above single tape TM where q0 is start State.Tape ...