Recent activity by manu.ratheesh

1 answer
2
The following vectors $(1, 9, 9, 8), (2, 0, 0, 8), (2, 0, 0, 3)$ areLinearly dependentLinearly independentConstantNone of these
1 answer
3
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...
1 answer
4
Look at this series: 5000, 1001, 201, 41, ...what should come next?(1) 9(2) 10(3) 11(4) 42
1 answer
5
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 answers
6
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 answers
7
The general solution of differential equation is$$\frac{dy}{dx} = (1+y^2)(e^{-x^{2}}-2xtan^{-1}y) $$
0 answers
11
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