0 votes
1 answer
1
A software engineer has the capability of thinking 200 lines of code in five minutes and can type 200 lines of code in 10 minutes. He takes a break for five minutes after...
0 votes
1 answer
2
Look at this series: 5000, 1001, 201, 41, ...what should come next?(1) 9(2) 10(3) 11(4) 42
0 votes
1 answer
3
A ram chip has a capacity of 1024 words of 8 bits each(1K x 8). The number of 2 x 4 decoders with enable line needed to construct a 32K x 8 RAM is
0 votes
0 answers
4
For the function f(z) = $1/((z^{2})(e^{z}-1)), z=0$ is a pole of order(a) 1(b) 2(c ) 3(d) None
0 votes
0 answers
5
The general solution of differential equation is$$\frac{dy}{dx} = (1+y^2)(e^{-x^{2}}-2xtan^{-1}y) $$
0 votes
0 answers
9
Identify the correct nodes and edges in the given intermediate codei=1t1 = 5*it2 = 4*t1t3 =t2a[t3] = 0i = i+1if i < 15 goto(2) (a) 33(b) 44(c) 43(d) 34