Nahom
Nahom
Nahom
2. Which of the following is not true regarding to the following circuit shown below.
A. Vs = i(R1 +R2)
B. VR2= Vs( )
C. VR2= Vs( )
D. i= ( )
Answer: C
A. eat – ebt
B. eat + ebt
C. a.eat – b. ebt
D. a.eat + b. ebt
Answer: D
4. Consider the circuit shown in figure below and determine Rab,
A. 2.5
B. 7.5
C. 25
D. 1.66
Answer: D
Power Engineering Stream
5. For the circuit shown in the figure the current ‘I’ is given by
A. 2A
B. 3A
C. 1A
D. zero
Answer: C
6. The switch is the circuit below is closed for long time and opened at t = 0. What is the
value of v (capacitor voltage) at steady state?
A. 1V
B. 24V
C. 0V
D. 6V
Answer: B
7. The Thevenin’s equivalent voltage Vth across the terminal A and B of the network
shown in the figure is given by
A. (64+48j)V
B. (48j – 64)V
C. (48 + 64j )V
D. (48 - 64j)V
Answer: A
Power Engineering Stream
a b
A. 9.44
B. 39
C. 8.97
D. 9
Answer: C
9. The maximum power that can be transferred to the load resistor RL from the voltage
source in the figure is
A. 1W
B. 10 W
C. 0.25 W
D. 0.5 W
Answer: C
10. What happens if the following program is executed in C and C++?
#include<stdio.h>
int main(void)
{
int new = 5;
printf(“%d”, new);
}
A. Error in C and successful execution in C++
B. Error in both C and C++
C. Error in C++ and successful execution in C
D. A successful run in both C and C++
Answer C
12. Which of the following statements is correct about the formal parameters in C++?
A. Parameters with which functions are called
B. Parameters which are used in the definition of the function
C. Variables other than passed parameters in a function
D. Variables that are never used in the function
Answer A
13. What will be the output of the following C++ code?
#include <stdio.h>
#include <iostream>
using namespace std;
int main()
{
int array[] = {10, 20, 30};
cout << -2[array];
return 0;
}
A. -15
B. -30
C. compile time error
D. garbage value
Answer B
#include <iostream>
using namespace std;
int main()
{
int a = 3, b =4;
cout << a | b;
return 0;
}
A. 3
B. 4
C. 7
D. 8
Answer C
15. For inserting a new line in C++ program, which one of the following statements can
be used?
A. \n
B. \r
C. \a
D. \t
Answer A
Power Engineering Stream
16. Which of the following gives the 4th element of the array?
A. Array;
B. array[0];
C. array[3];
D. array[4];
Answer C
17. What is the output of below program?
int main()
{
int a = 10;
cout<<a++;
return 0;
}
A. 10
B. 11
C. 12
D. 9
Answer A
18. A zener diode is always connected in
A. Reverse bias
B. Forward bias
C. either reverse or forward bias
D. none of the above
Answer: A
Answer: B
Answer: A
Power Engineering Stream
Answer: A
Answer: C
Answer: C
Power Engineering Stream
26. Why the number of stages that can be directly coupled is limited
A. Due to changes in temperature cause thermal instability
B. Circuit becomes heavy and costly
C. It becomes difficult to bias the circuit
D. None of the above
Answer : A
27. The period of signal of x(t) = sin 𝑡 + cos √2𝑡 is
A. 𝜋/√2
B. 3𝜋
C. 2 𝜋
D. The signal is not periodic
Answer: D
28. The even part of a signal x(n) = u(n) + u(– n) is
A. u(n) – u(– n)
B. u(n) + u(– n)
C. u(– n) – u(n)
D. 2u(n)
Answer: B
𝟏 𝒏
29. The Impulse response of a LTI system is given as h(n)= 𝟒
u(n) .The step response is
A. 5+
B. 5−
C. 4+
D. 4−
Answer: B
𝒔
30. H(s) the transfer function and H(s)= 𝒔𝟐 𝒔 𝟐
(𝝈 < −𝟏). Then the function is
31. Unit impulse response of a system is f(t) = 𝒆 𝒕 , for t ≥ 0, for this system, the steady
state value of the output for unit step input is equal to
A. 1
B. –1
C. 0
D. ∞
Answer: A
32. The Laplace transform of the following signal given in the following figure is equal
to: g
t
0 3 5
A. (𝑒 −𝑒 )
B. (𝑒 −𝑒 )
C. (𝑒 −𝑒 )
D. (𝑒 −𝑒 )
Answer: D
33. x[n] = 𝒂𝒏 u[n] where a is real. z-transform of x[n] is
A. , z< 𝑎
B. , z> 𝑎
C. , z>𝑎
D. , z< 𝑎
Answer: B
35. If the driving point admittance function of a 1-port network is 𝑌(𝑠) = ,it can be
realized using
A. Parallel combination of R, L
B. Series combination of R, L
C. Parallel combination of R, C
D. Series combination of R, C
Answer D
36. For an RC driving point impedance function, the poles and zeros
A. Should alternate only on the negative real axis
B. Should alternate on the imaginary axis
C. Should alternate on real axis
D. Can lie anywhere on the left half plane
Answer A
37. An ideal filter should have
A. Zero attenuation in the attenuation band
B. Zero attenuation in the pass band
C. Infinite attenuation in the passband
D. None of the above
Answer B
38. If two two-port networks are connected in parallel, and if the port current requirement
is satisfied, which one of the following is true
A. The ABCD-parameter matrices add
B. The z -parameter matrices add
C. The y-parameter matrices add
D. None of the above
Answer C
39. Match the List-I (Forms) with List-II (Networks)
List I List II
Answer A
Power Engineering Stream
A. 2Ω
B. 2 mho
C. -2Ω
D. -2 mho
Answer D
Answer C
42. A network function can be completely specified by
A. Poles and zeros
B. Real parts of zeros
C. Real parts of poles
D. Poles, zeros, and a scale factor
Answer D
43. A device that is used to switch one of several input lines to a single output line is
called a
A. Comparator
B. Multiplexer
C. Decoder
D. Encoder
Answer C
44. If the period of a clock signal is 500 ps, the frequency is____________
A. 20 MHz
B. 2 GHz
C. 200 MHz
D. 20 GHz
Answer B
Power Engineering Stream
45. In the binary number 1000, the weight of the column with the 1 is
A. 8
B. 10
C. 6
D. 4
Answer A
46. 2’s complement of binary number 0101 is
A. 1111
B. 1011
C. 1101
D. 1110
Answer B
47. _______ is a universal gate
A. AND
B. OR
C. NOT
D. NAND
Answer D
48. A Boolean expression that is in standard SOP/POS form is
A. The minimum logic expression
B. Contains only one product term
C. Has every variable in the domain in every term
D. None of the above
Answer C
49. Assume Q0 is LOW. The next clock pulse will cause
a. FF1 and FF2 to both toggle c. FF1 to latch; FF2 to toggle
b. FF1 and FF2 to both latch d. FF1 to toggle; FF2 to latch
C C C
K0 Q0 K1 Q1 K2 Q2
CLK
Answer B
A. 1 clock period
B. 3 clock periods
C. 2 clock periods
D. clock period
Answer A
Power Engineering Stream
51. The chemical used in breather for transformer should have the quality of
A. cooling the transformer oil
B. cleansing the transformer oil
C. absorbing moisture
D. ionizing air
Answer C
52. Power factor of a synchronous motor is unity when
A. the armature current is maximum
B. the armature current is zero
C. the armature current is maximum
D. none of the above
Answer C
57. Which of the following motors has the poorest speed regulation?
A. cumulative compound motor
B. differential compound motor
C. series motor
D. hunt motor
Answer C
58. In D.C. generator, lap winding is used for
A. low voltage, low current
B. high voltage, low current
C. low voltage, high current
D. high voltage, high current
Answer C
59. What is the voltage across the R load when only T2 is conducting?
A. Vs
B. Vs/2
C. 2Vs
D. Zero
Answer B
60. The output current wave of a single-phase full bridge inverter on RL load is
A. a sine wave
B. a square wave
C. a triangular wave
D. constant dc
Answer C
61. In AC voltage controllers the
A. variable ac with fixed frequency is obtained
B. variable ac with variable frequency is obtained
C. variable dc with fixed frequency is obtained
D. variable dc with variable frequency is obtained
Answer A
Power Engineering Stream
80. A source is supplying a load through a 2-phase, 3-wire transmission system as shown in
figure below. The instantaneous voltage and current in phase-a are Van =
220sin(100πt)V and ia = 10sin(100πt)A, respectively. Similarly for phase-b the
instantaneous voltage and current are Vbn = 220cos(100πt)V and ib =
10cos(100πt)A, respectively.
A. 2200W
B. 2200sin2(100πt)W
C. 440
D. 2200sin(100πt)cos(100πt)W
Answer A
83. Consider a three-phase, 50Hz, 11kV distribution system. Each of the conductors is
suspended by an insulator string having two identical porcelain insulators. The self-
capacitance of the insulator is 5 times the shunt capacitance between the link and the
ground, as shown in the figure. The voltage across the two insulators are
84. The insulation resistance of the 20km long underground cable is 8MΩ. Other things being
same, the insulation resistance of 10km long cable will be
A. 8MΩ
B. 4MΩ
C. 16MΩ
D. 32MΩ
Answer C
85. In case of short circuit, ____________ current will flow in the circuit
A. Zero
B. Very low
C. Normal
D. Very high current
Answer D
86. The service mains connects
A. Distributor and consumer terminals
B. Distributor and transformer
C. Distributor and relay system
D. Transformer and earth
Answer A
Power Engineering Stream