1
GATE ECE 2015 Set 3
Numerical
+1
-0
Consider the function $$g\left( t \right) = {e^{ - t}}\,\sin \left( {2\pi t} \right)u\left( t \right)$$ ,where $$u(t)$$ is the unit step function. The area under $$g(t)$$ is _______________.
Your input ____
2
GATE ECE 2015 Set 3
MCQ (Single Correct Answer)
+1
-0.3
Which one of the following 8085 microprocessor programs correctly calculates the product of two 8-bit numbers stored in registers B and C?
A

MVI A, 00H
JNZ LOOP
CMP C
LOOP DCR B
HLT
B

MVI A, 00H
CMP C
LOOP DCR B
JNZ LOOP
HLT
C

MVI A, 00H
LOOP ADD C
DCR B
JNZ LOOP
HLT
D

MVI A, 00H
ADD C
JNZ LOOP
LOOP DCR B
HLT
3
GATE ECE 2015 Set 3
MCQ (Single Correct Answer)
+2
-0.6
The ABCD parameters of the following 2-port network are GATE ECE 2015 Set 3 Network Theory - Two Port Networks Question 23 English
A
$$\left[ {\matrix{ {3.5\, + \,j2} & {20.5} \cr {20.5} & {3.5\, - \,j2} \cr } } \right]$$
B
$$\left[ {\matrix{ {3.5\, + \,j2} & {30.5} \cr {0.5} & {3.5\, - \,j2} \cr } } \right]$$
C
$$\,\left[ {\matrix{ {10} & {2 + \,j0} \cr {2 + \,j0} & {10} \cr } } \right]$$
D
$$\left[ {\matrix{ {7\, + \,j4} & {0.5} \cr {30.5} & {7\, - \,j4} \cr } } \right]$$
4
GATE ECE 2015 Set 3
Numerical
+1
-0
At very high frequencies, the peak output voltage V0 (in Volts) is ______. GATE ECE 2015 Set 3 Network Theory - Sinusoidal Steady State Response Question 43 English
Your input ____