You are on page 1of 15

www.estudentzone.

com
www.estudentzone.com
I.E.S-(OBJ) 2006 1 of 15

ELECTRICAL ENGINEERING
PAPER-II
1. Which one of the following is employed as d. tan–1 R/X
a moderator by CANDU type of slow 6. For a loss-free long transmission line, the
thermal nuclear reactors? conventional line equations become,
a. Water Vs   cos  l  VR   j sin  l  I R
b. Heavy water
 j sin  l 
c. Graphite and Is    VR   cos  l  I R
d. Beryllium  Zc 
2. A power station has maximum demand of Which one of the following statements is
15000 kW. The annual load factor is 50% correct?
and plant capacity factor is 40%. What is If the line is terminated at the receiving
the reserve capacity of the plant? end by its natural load impedance Zc, then
a. 1875 kW a. the voltage is constant in magnitude at
b. 3750 kW all points along the line and, Vs and VR
c. 6000 kW always remain in phase.
d. 7500 kW b. the voltage is constant in magnitude at
all points along the line but Vs
3. A power station’s plant load factor is
advances in phase relative to VR by an
defined as the ratio of
angle  radians per km.
a. the energy generated to that of
maximum energy that could have been c. the magnitude of the voltage along the
generated line changes in proportion to the line-
length, and the Vs and VR always
b. average load to peak load remain m phase.
c. minimum load to peak load d. the magnitude of the voltage along the
d. minimum load to average load line changes in proportion to the line-
4. In a 7/30 A.C. SR conductor why is grease length, Vs advances in phase relative to
put between steel and aluminium VR by  radians per km.
conductors ? 7. What is the approximate value of the surge
a. To reduce corrosion by electrolytic impedance loading of a 400 kV, 3-phase
action between zinc (galvanising agent 50 Hz overhead single circuit transmission
on steel) and aluminium line?
b. To reduce friction between the strands a. 230 MW
c. To reduce leakage of current from b. 400 MW
aluminium strands to steel strands c. 1000MW
d. To eliminate air pockets d. 1600MW
5. If X is the inductive reactance/phase and R 8. Which one of the following statements is
is the resistance! phase of a short correct?
transmission line, what is the power factor
The elements of each row of a YBUS matrix
angle of the load for maximum voltage
for load flow studies in power system add
regulation?
up to zero,
a. cos–1 X/R
a. always
b. tan–1 X/R
b. if the shunt admittances at the buses
c. cos–1 R/X are ignored.
www.estudentzone.com
www.estudentzone.com

2 of 15
c. if mutual couplings between overhead, line of surge impedance of
transmission lines are absent. 400 and enters a cable of surge
d. if both (b) and (c) are satisfied. impedance of 40  What is the voltage
9. For a synchronous generator connected to entering the cable at the junction?
an infinite bus through a transmission line, a. V/11
how are the change of voltage (V) and b. 4 V/11
the change of frequency (f) related to the c. 2 V/11
active power (P) and the relative power
d. V
(Q)?
14. To protect the power transformer (Y — Y
a. V is proportional to P and f to Q with neutral grounded) against fault, what
b. V is proportional to Q and f to P type of connection do the CTs have ?
c. Both V and f are proportional to P a. —Y connection
d. Both V and f are proportional to Q b. — connection
10. c. Y—Y connection
d. Y— connection
15. The operating point of RI amplifier m an
AM receiver is normally biased in
a. Class-A
b. Class-B
For the system shown in the diagram given
above, what is a the transformer the line c. Class – C
side of line-to-ground fault on equivalent d. Class B-C condition
to ? 16. Which one of the following signals can be
a. A line-to-ground fault on the generator applied to a delta modulator whose step
side of the transformer size is 0.1 V and sampling frequency is 20
b. A line-to-line fault on the generator  kHz so that no slope overload occurs?
side of the transformer a. 2 sin (1200 t)
c. A double line-to-ground fault on the b. 1 sin (2600 t)
generator side of the transformer c. 3 sin (1000 t)
d. A 3-phase fault on the generator side
d. 4 sin (400 t)
of the transformer
17. A sinusoidal signal with a random phase is
11. For which one of the following types of
given by x(t) = A sin [/2 — (2 ft + )]
motors, is the equal area criterion for
with the probability density function
stability applicable?
1/ 2 , 0    2
a. Three-phase synchronous motor P ( )  
b. Three-phase induction motor  0, otherwise
c. D.C. series motor What is the maximum amplitude of the
d. D.C. compound motor autocorrelation function of this signal ?
12. The steady state stability limits for round a. A
rotor and salient pole 3-phase synchronous b. A/2
generator are attained at the values of c. A2
power angle  d. A2/2
a. = /2, and = /2, respectively 18. Consider the following statements :
b. < /2, and < /2, respectively 1. Indirect addressing is not possible for
c. < /2, and = /2, respectively I/O mapped I/O port addresses.
d. = /2, and < /2, respectively 2. Pointers cannot be used to access
13. A travelling wave due to lightning with an memory mapped I/O addresses.
incident voltage V travels through the
www.estudentzone.com
www.estudentzone.com

3 of 15
3. Fewer machine instructions can be a. Contents of H and L registers are 20 H
used with I/O mapped I/O addressing and 01 H, respectively
as compared to memory mapped I/O b. Contents of H and L registers are AAH
addressing. and BBH, respectively
4. With an 8085 microprocessor, one can c. Contents of H and L registers are BBH
access at the most 512 devices with and CCH, respectively
unique addresses using 1/0 mapped 1/0 d. Contents of H and L registers are CCH
addressing. and BBH, respectively
Which of the statements given above are 22. How many times will the following loop
correct ? be executed?
a. 1, 2 and 3
LXIB 0010 H
b. 2 and 4 LOOP : DCX B
c. 3 and 4 MOV A, B
d. 1 and 3 ORA C
19. Which one of the following instructions is JNZ LOOP
a 3-byte instruction?
Select the correct answer using the code
a. M V I A given below :
b. L D A X B
a. 10
c. J M P 2050 b. 100
d. MOV A, M c. 16
20. Match List-I (interrupt) with List-II d. 15
(Property) and select the correct answer
using the code given below the Lists : 23. In 8085, the DAA instruction is used for
List-I a. Direct Address Accumulator
A. RST 7.5 b. Double Add Accumulator
B. RST 5.5 c. Decimal Adjust Accumulator
C. INTR d. Direct Mess Accumulator
D. TRAP 24. Processor status word of 8085
microprocessor has five flags. Which are
List-II these five flags?
1. Non -maskable a. S, Z, AC, P, CY
2. Edge sensitive b. S, OV, AC, P, CY
3. Level sensitive
c. S, X, OV, P, CY
4. Non-vectored d. S, Z, AC, P, OV
A B C D 25. Suppose 64 kB, ROM ICs, are available in
a. 1 3 4 2 abundance. 1 MB ROM can be obtained
b. 2 4 3 1 from
c. 1 4 3 2 a. 16 ICs in a row
d. 2 3 4 1 b. 16 ICs in a column
21. The contents of memory locations 2000 H, c. 8 ICs in a column and 2 ICs in a row
2001 H and 2002 H are AAH, BBH and d. None of the above
CCH respectively. What are the contents 26. Which one of the following is the software
of H and L registers after executing the intercept of 8085 microprocessor?
following instructions in sequence ?
a. RST 7.5
LXI H, 2001 H
b. RST 7
LHLD 2001 H
c. TRAP
Select the correct answer using the codes
given below : d. INT1R
www.estudentzone.com
www.estudentzone.com

4 of 15
27. Match List-I (Device) with List-II List-II
(Application) and select the correct answer 1. Reverse current varies directly with the
using the code given below the Lists : amount of light
List- I 2. Exhibits negative resistance region in
A. Diode its I-C characteristic
B. Transistor 3. Uses only majority carriers and is
C. Tunnel Diode intended for high frequency operations
D. Zener Diode 4. Silicon p-n junction diode that is
designed for limiting the voltage across
List-II
the terminals in reverse bias
1. Amplifier
A B C D
2. Oscillator
a. 2 3 1 4
3. Rectifier
b. 1 4 2 3
4. Voltage Regulator
c. 2 4 1 3
A B C D
d. 1 3 2 4
a. 4 1 2 3
30. Match List-I (Parameter) with List-II
b. 3 2 1 4 (Variation) and select the correct answer
c. 4 2 1 3 using the code given below the Lists :
d. 3 1 2 4 List- I
28. Match List-I (Type of Amplifier/ A. Electron mobility around room
Configuration) with List-II (Characteristic temperature
Property) and select the correct answer B. Energy gap
using code given below the Lists :
C. Intrinsic carrier concentration
List- I
D. Mole density (gm/mole)
A. Common emitter amplifier
List-II
B. Emitter follower
1. Increases with temperature
C. Common base amplifier
2. Decreases with temperature
D. Darlington pair
3. Remains constant as temperature is
List-II varied
1. Very low output resistance A B C D
2. Current gain 1 a. 2 1 1 1
3. Beta multiplication b. 1 2 1 3
4. Very high power gain c. 2 2 1 3
A B C D d. 2 2 1 1
a. 4 1 2 3 31. Match List-I (Metal semiconductor Band
b. 2 3 4 1 Diagram under Equilibrium) with List-II
c. 4 3 2 1 (Type of Contact) and select the correct
d. 2 1 4 3 answer using the code given below the
Lists :
29. Match List-I (Type of Diode) with List-IT
(Characteristics! Applications) and select List-I
the correct answer using the code given
below the Lists :
List-I
A. Tunnel diode A.
B. Zener diode
C. Photodiode
D. Schottky diode
B.
www.estudentzone.com
www.estudentzone.com

5 of 15
b. 6.36 V,130 
c. 6.36 V,115 
d. 4.54 V, 130 
C. 34. What is the value of the load angle when
the power output of a salient pole
synchronous generator is maximum?
a. 00
D. b. 450
List - II c. 90°
1. Rectifier to n-type d. None of the above
2. Ohmic to n-type 35. Which one of the following statements is
3. Rectifier to p-type not correct in respect of synchronous
4. Ohmic to p-type machines ?
A B C D a. In salient pole machines, the direct-
a. 1 4 2 3 axis synchronous reactance is greater
than the quadrature axis synchronous
b. 1 4 3 2
reactance.
c. 4 1 3 2
b. The damper bars help the motor to
d. 4 1 2 3 self-start.
32. Consider the following statements c. Short circuit ratio is the ratio of the
Data that are stored at a given address in a field current required to produce the
random access memory are lost rated voltage on open circuit to the
1. when power goes off. rated armature current.
2. when the data are read from the d. The V-curve of a synchronous motor
address. represents the variation in the armature
3. when new data are written at the current with field excitation at a given
address. output power.
4. because it is non-volatile memory. 36. In which one of the following is reluctance
power developed?
Which of the statements given above are
correct? a. Salient pole alternator
a. 1 and 2 b. Non-salient pole alternator
b. 1, 2 and 4 c. Squirrel cage induction motor
c. 2 and 3 d. Transformer
d. 1 and 3 37. When the applied rated voltage per phase
is reduced to one-half, the starting torque
33. of a three-phase squirrel cage induction
motor becomes
a. 1/2 of the initial value
b. 1/4 of the initial value
c. Twice of the initial value
The circuit shown above is the Thevenin’s d. 4 times of the initial value
equivalent circuit of a centre-tapped full 38.
wave rectifier with diode forward
resistance Rf = 100 , transformer
secondary coil resistance Rs = 30, peak
input voltage Vm = 10 V.
What are the values of V and R0,
respectively ?
a. 10 V, 100 
www.estudentzone.com
www.estudentzone.com

6 of 15
The required load torque line intersects the What is the slip with respect to the
resultant torque- speed characteristic of a backward field?
3-phase squirrel cage induction motor at a. s
points P, Q and R as shown in the figure b. — s
above. Which is/are the stable opening
point(s) ? c. (1 — s)
a. P and Q d. (2 — s)
b. Q and R 44. Which one of the following has the highest
numerical value in a stepper motor?
c. P and R
a. Detent torque
d. Only R
b. Holding torque
39.
c. Dynamic torque
d. Ripple torque
45. Match List-I (Power Station) with List-Il
(Component) and select the correct answer
using the code given below :
List- I
Which of the points on the torque-speed A. Hydroelectric power station
curve of induction motor represent B. Nuclear power station
operation at a slip greater than the 1? C. Steam power station
a. W D. Pressure gasification combined cycle
b. X power plant
c. Y List-Il
d. Z 1. Grate and stokers
40. If the load on an induction motor is 2. Forebay
increased from no load to full load, its slip 3. Pressurized water reactor
and the power factor will, respectively
4. Fluidized bed gasifier
a. decrease, decrease
A B C D
b. decrease, increase
a. 1 4 2 3
c. increase, decrease
b. 2 3 1 4
d. increase, increase
c. 1 3 2 4
41. The voltage actually, used for setting up of
d. 2 4 1 3
the useful flux in the air gap of a 3-phase
induction motor is 46. In hydro power stations, what is an
enlarged body of water just above the
a. = Applied voltage
intake and used as a regulating reservoir,
b. > Applied voltage called ?
c. < Applied voltage a. Spillways
d. = Rotor induced emf b. Forebay
42. Which one of the following is the type of c. Reservoir
single phase induction motor having the
d. Penstock
highest power factor at full load?
47. For variable heads of near about but less
a. Shaded. pole type
than 30 metres, which type of turbines is
b. Split-phase type used in hydro power stations ?
c. Capacitor-start type a. Pelton
d. Capacitor-run type b. Kaplan
43. A single phase induction motor is running c. Francis
at N r.p.m. Its synchronous speed is Ns. If
d. None of the above
its slip with respect to forward field is s,
www.estudentzone.com
www.estudentzone.com

7 of 15
48. Which one of the following parameters in d. Increase in reverse collector - base
an induction motor influences the saturation current due to rise in internal
magnetizing reactance to the maximum device temperature
extent? 53. The reverse saturation current of a Si-
a. Axial length of the rotor stack based p-n junction diode increases 32
b. Axial length of the stator stack times due to a rise in ambient temperature.
c. Radial length of air gap If the original temperature was 400 C,
what is the final temperature?
d. Number of slots on the stator
a. 90°C
49. Which one of the following equations
represents the energy gap (EG) variation of b. 72°C
silicon with temperature (T)? c. 450 C
a. EG(T) = 2.11 – 3.60  10–4 T d. 500 C
b. EG(T) = 1.21 – 3.60  10–4 T 54. What is the main difference between
MOSFETs and BJTs in terms of their I —
c. EG (T) = 1.41 – 2.23  10–4 T V characteristics?
d. EG(T) = 0.785 – 2.23  10–4 T a. Current in quadratic with VGS for
50. MOSFETs and linear with VBE for
BJTs
b. Current in linear with VGS for
MOSFETs and exponential with VBE
for BJTs
Consider the circuit given above where R c. Current is exponential with VGS/VBE in
is the diode forward resistance and RL the both these devices, but rise is faster in
load resistance. What is the average MOSFETs
rectified current equal to ? d. Current in quadratic with V for
a. Vm / (RL + Rf) MOSFETs and exponential with VBE
for BJTs
b. Vm / {(Rf + RL)}
55.
c. 2Vm / 
d. Vm / { 2 (RL + Rf))
51. In a Hall effect experiment, a p-type
semiconductor sample with hole
concentration p1 is used. The measured
value of the Hall voltage is now replaced
by another p-type sample with hole
concentration p2 where p2 = 2 p1, what is
the new Hall voltage VH2? In the circuit given above, if the output is
taken from point E instead of node C, what
a. 2VH1
will be the result?
b. 4 VH1
a. An increase in the output impedance
c. (1/2) VH1
b. A reduction in the output impedance
d. (1/4) VH1
c. An increase in the input impedance
52. What is the thermal runaway in a bipolar
d. A reduction in the input impedance
junction transistor biased in the active
region due to ? 56. If an input periodic signal with non-zero
d.c. component is impressed upon a high-
a. Heating of the transistor emitter region
pass RC circuit, what will be the d.c.
b. Changes in ‘’ which increases with component in the output waveform?
temperature
a. Zero
c. Base emitter voltage VBE which
b. It depends on the value of the capacitor
decreases with rise in temperature
c. It depends on the value of the resistor
www.estudentzone.com
www.estudentzone.com

8 of 15
d. Same as that in input
57.

B.

What is represented by the digital circuit C.


given above ? Select the correct answer using the code
a. An SR flip-flop with A = S and B = R given below :
b. A JK flip-flop with A = K and B = J Gunn diode Photo diode Tunnel diode
c. A JK flip-flop with A = J and B = K a. A B C
d. An SR flip-flop with A = R and B = S b. B A C
58. Which one of the following is not a c. A C B
characteristic of CMOS configuration ? d. B C A
a. CMOS devices dissipate much lower 61. Consider the following statements :
static power than bipolar devices In frequency response of n-stage
b. CMOS devices have low input amplifiers,
impedances 1. lower cut-off frequency is (21/n–1)
c. CMOS devices have higher noise times that of a single stage.
margins 2. upper cut-off frequency is (21/n–1)
d. CMOS devices have much lower times that of a single stage.
transconductance than bipolar devices 3. lower cut-off frequency is (21/n–1)–1
59. For an n-type semiconductor having any times that of a single stage.
doping level, which of the following 4. upper cut-off frequency is (21/n–1)–1
hold(s) good : times that of a single stage.
1. pn ND = n i2 Which of the statements given above are
2. pp ND = n i2 correct ?
a. 1 and 2
3. nn ND = n i2
b. 1 and 3
4. pn nn = n i2 c. 2 and 4
Select the correct answer using the code d. 3 and 4
given below : 62. Consider the following statements :
a. 1 and 4 An applied bias voltage in a p-n junction
b. 2 and 4 diode (n region positive with respect to p
c. 3 and 4 region) results in
d. Only 4 1. increase in potential barrier.
60. Match the I-V characteristics given below 2. reduction in space charge layer width.
with Gunn diode, Photo diode and Tunnel 3. increase in space charge layer width.
diode. 4. increase in magnitude of electric field.
Which of the statements given above are
correct ?
a. 1 and 2
A. b. 1 and 3
c. 1 and 4
d. l, 3 and 4
www.estudentzone.com
www.estudentzone.com

9 of 15
63. Which one of the following statements is d. 2 kTBR
correct in respect of a BJT? 66. A DSB-SC signal i generated using the
a. Avalanche multiplication starts when carrier signal cos (wct + ) and modulating
the reverse biased collector-base signal m(t). What is the envelop detector
voltage VCB equals the avalanche output of this DSB-SC signal?
breakdown voltage BVCBO. a. m(t) cos
b. The early effect starts as soon as punch b. | m (t) |
through occurs in a transistor.
c. m(t) tan
c. The small signal current gain hfe =
large signal current gain hFE when d. m(t) sin 
hFE/IC = 0. 67.
d. In the CE mode, a transistor can be cut
off by reducing IB to zero.
64.

Which one of the following sets correctly


describes the Block I and Block II in the
diagram given above?
Block I Block II
Which one of the following is the impulse A. Integrator Phase modulator
response of a matched filter for a singla
B. Integrator Frequency modulator
s(t) of the type shown above?
C. Differentiator Phase modulator
D. Differentiator Frequency modulator
68. The original spectrum of a message
contains 100 Hz, 200 Hz frequency
components. it is amplitude modulated by
a. a carrier of 0.9 kHz. Which frequency
components are contained in the amplitude
modulated signal spectrum?
a. 900, 1000 and 1100 Hz
b. 700, 800 and 900 Hz
b. c. 700, 800, 900, 1000 and 1100 Hz
d. 100, 200 and 900 Hz
69. If two signals modulate the same carrier
with different modulation depths of 0.3
and 0.9, the resulting modulation signal
c. will
a. be over-modulated
b. have the resultant modulation limited
to 1.0
c. have the resultant modulation index
d. around 0.82
65. Which one of the following is the available
noise power produced by a noisy resistor d. have the resultant modulation index
K? [k = Boltzmann Constant, T around 0.95
Temperature and B Bandwidth] 70. Match List-I (Modulation) with List-Il
a. kTB (Application) and select the correct answer
using the code given below:
b. 4 kTh
List- I
c. 4 kTBR
A. Wind band FM
www.estudentzone.com
www.estudentzone.com

10 of 15
B. Narrow band FM d. 1 and 3
C. AM 73. Consider the following statements about
D. VSB-AM analog data-digital signal :
List-II 1. Amplifiers used in repeaters produce
1. Mobile communicator additive noise.
2. FDM is used for digital signals
2. Superimposition of binary waveform
on carrier whereas TDM is used for analog
signals.
3. TV video
3. With TDM there is no intermodulation
4. TV audio noise whereas this is a concern for
5. Medium wave broadcast FDM.
A B C D 4. Conversion to digital signalling allows
a. 4 3 5 1 the use of efficient digital switching
b. 5 1 2 3 techniques.
c. 4 1 5 3 Which of the statements given above are
correct?
d. 5 3 2 1
a. 1 and 2
71. Match List-I (Parameter) With List-II
(Value of Parameter) and select the correct b. 3 and 4
answer using the code given below: c. 1, 2 and 3
List-I d. 1, 2, 3 and 4
A. Line blanking period 74. A resistor connected across the gate and
B. Line synchronization pulse cathode of an SCR
C. Vertical field pulse a. increases dv/dt rating of SCR
D. Duration of pre-equalizing pulse b. increases holding current of SCR
sequence c. decreases noise immunity of SCR
List - II d. increases turn-off time of SCR
1. 4.5 to 4.9 s 75. Turn-on of a thyristor takes place when
2. 155 to 165 s a. anode to cathode voltage is positive
3. 11.8 to 12.3 s b. anode to cathode voltage is negative
4. 20,000 s c. there is a positive current pulse at the
gate
A B C D
d. the anode to cathode voltage is positive
a. 3 1 4 2 and there is a positive current pulse at
b. 4 2 3 1 the gate
c. 3 4 1 2 76. Which is the most suitable power device
d. 4 3 2 1 for high frequency (>100 kHz) switching
72. Which of the following are the advantages application?
of FM broadcasting over AM a. Power MOSFET
broadcasting? b. Bipolar junction transfer
1. Better S/N ratio c. Schottky diode
2. Not subject to signal fading d. Microwave transistor
3. Power efficiency is superior 77. Match List-I with List-II and select the
4. Demodulation is simpler correct answer using the code given below
Select the correct answer using the code the Lists :
given below: List-I
a. 1 and 2 A. Voltage source inverter
b. 1, 2 and 4 B. Current source inverter
c. 2, 3 and 4 C. Phase controlled a.c. to d.c. converter
www.estudentzone.com
www.estudentzone.com

11 of 15
D. Cycloconverter 81. Which is the main relay for protecting up
List-II to 90% of the transmission line-length in
1. Large source inductance the forward direction?
2. Poor power factor a. Directional over-current relay
3. Inverter limit b. Mho relay
c. Carrier-current protective relay
4. Small source inductance
A B C D d. Impedance relay
a. 4 2 3 1 82. High voltage d.c. transmission requires
filters for
b. 3 1 4 2
a. current harmonics on a.c. side voltage
c. 4 1 3 2 harmonics on d.c. side
d. 3 2 4 1 b. voltage harmonics on a.c. side and
78. In a dual converter, the circulating current current harmonics on d.c. side
a. allows smooth reversal of load current, c. voltage harmonics on both a.c. and d.c.
but increases the response time sides
b. allows smooth reversal of load current d. current harmonics on both a.c. and d.c.
with improved speed of response sides
c. does not allow smooth reversal of load 83. If p is the pulse number and n is an integer,
current, but reduces the response time what is the order of harmonics on a.c. side
d. flows if there is no interconnecting and d.c. side of an HVDC converter?
inductor a. (np + 1) and (np — 1), respectively
79. Match List-I (Type of Fault) with List-Il b. (np — 1) and. np, respectively
(Type of Protection) and select the correct c. (np + 1) and np, respectively
answer using the code given below:
d. (np ± 1) and np, respectively
List- I
84. In a biased step-graded p-n junction, what
A. External phase fault is the correct expression for the
B. Faults between phases equilibrium contact potential (V0)?
C. Phase to earth fault a. V0 = VTln (NA/ND n i2 )
D. Overheating
b. V0 = VTln (ND/NA n i2 )
List-II
1. Differential protection c. V0 = VTln (NAND / n i2 )
2. Earth fault relay d. V0 = VTln (n i2 /NAND)
3. Over-current protection (inverse time
where VT  T/q, T being the temperature,
delay o/c relay)
q the electronic charge, NA and ND are the
4. Thermal relay doping levels of the p and n region
A B C D respectively, and ni is the intrinsic carrier
a. 3 1 2 4 concentration.
b. 4 2 1 3 85. In an unbiased p-n junction, the junction
c. 3 2 1 4 current at equilibrium is
d. 4 1 2 3 a. due to diffusion of majority carriers
only
80. How many relays are used to detect inter
phase fault of a three-line system ? b. due to diffusion of minority carriers
only
a. One
c. zero, because equal and opposite drift
b. Two and diffusion currents for electrons and
c. Three holes cross the junction
d. Six d. zero, because no charges cross the
junction
www.estudentzone.com
www.estudentzone.com

12 of 15
86. What is the purpose of impedance d. Three phase full wave centre tapped
matching between the output of previous circuit
stage and input of next stage in a cascaded 92. In a three phase voltage source inverter
amplifiers operating in square wave mode, the output
a. To achieve high efficiency line voltage is free from
b. To achieve maximum power transfer a. 3rd harmonic
c. To achieve reduced distortion b. 7th harmonic
d. To achieve reduced noise c. 11th harmonic
87. In a bridge, a.c. to d.c. converter using p-n d. 13th harmonic
diodes, if the input voltage is V sin t, 93. A fully controlled line communtated
what is the peak inverse voltage across any converter functions as an invertor when
diode? firing angle (a) is in the range
a. V a. 00 — 90°
b. 2V b. 900 — 180°
c. V/2 c. 90° — 1800 only when there is a
d. V/ 2 suitable d.c. source in the load
88. Why is an external pass resistor used in a d. 900 — 1800 only when it supplies a
voltage regulator? back e.m.f. load
a. For short circuit protection 94. Which of the following devices should be
used as a switch in a low power switched
b. For increasing the current that
mode power supply (SMPS)?
regulator can handle
a. GTO
c. For increasing the output voltage
b. MOSFET
d. For improving the regulation
c. TRIAC
89. What is the power factor of a single phase
a.c. regulator feeding a resistive load? d. THYRISTOR
a. (Per unit power)2 95. Assertion (A) : Under V/f control of
induction motor, the maximum value of
b. (Per unit power)1/2
the developed torque remains constant
 Per unit Power 
2
over a wide range of speed in the sub-
c. synchronous region.
2
Reason (R) : The magnetic flux is
 Per unit Power 
1/2

d. maintained almost constant at the rated


2 value by keeping the ration V/f constant
90. When the firing angle  of a single phase over the considered speed range.
fully controlled rectifier feeding constant a. Both A and R are individually true and
d.c. current into the load is 300, what is the R is the correct explanation of A
displacement factor of the rectifier? b. Both A and R are individually true but
a. 1 R is not the correct explanation of A
b. 0.5 c. A is true but R is false
c. 3 d. A is false but R is true
96. Assertion (A) : Bus admittance matrix is a
d. 3 /2 sparse matrix.
91. For the same voltage output, which one of Reason (R) : In load flow studies, one of
the following has larger peak inverse the buses is taken as a slack bus.
voltage of the thyristor?
a. Both A and R are individually true and
a. Single phase full wave centre tapped R is the correct explanation of A
circuit
b. Both A and R are individually true but
b. Single phase full wave bridge circuit R is not the correct explanation of A
c. Three phase full wave cridge circuit c. A is true but R is false
www.estudentzone.com
www.estudentzone.com

13 of 15
d. A is false but R is true d. A is false but R is true
97. Assertion (A) : Present day, surge diverters 101. Assertion (A) : Stack is a group of
use nonlinear resistance elements. memory locations in RAM used for
Reason (R) : A non-linear resistance temporary storage of data.
element has the property that its resistance Reason (R) : PUSH and POP instructions
increases sharply as the voltage across it are used to send and retrieve data from
increases. stack.
a. Both A and R are individually true and a. Both A and R are individually true and
R is the correct explanation of A R is the correct explanation of A
b. Both A and R are individually true but b. Both A and R are individually true but
R is not the correct explanation of A R is not the correct explanation of A
c. A is true but R is false c. A is true but R is false
d. A is false but R is true d. A is false but R is true
98. Assertion (A) : In JFET, the phenomenon 102. Assertion (A) : In frequency division
of thermal runaway is not observed around multiplexing (FDM), different carriers are
room temperature. to be generated for different channels.
Reason (R) : The heat dissipation in the Also, each channel occupies a separate
semiconductor increases its temperature frequency band and different band pass
which increases the carrier mobility with filters are employed.
temperature. Reason (R) : The non-linearities in various
a. Both A and R are individually true and amplifiers of an FDM system do not
R is the correct explanation of A produce any harmonic distortion and there
is no interference within, the channels.
b. Both A and R are individually true but
R is not the correct explanation of A a. Both A and R are individually true and
R is the correct explanation of A
c. A is true but R is false
b. Both A and R are individually true but
d. A is false but R is true
R is not the correct explanation of A
99. Assertion (A) : In a good power supply,
c. A is true but R is false
the percentage of voltage regulation should
be close to zero. d. A is false but R is true
Reason (R) : Zero percentage regulation 103. A loss-less cylindrical rotor synchronous
means that there will be no change in generator is floating on the system bus-bar
output voltage if the load resistance varies after being, properly synchronised and is
between the limits 0 to . running at no-load. Now, if the prime
mover is acting as a mechanical load on
a. Both A and R are individually true and
the machine, then
R is the correct explanation of A
a. the torque developed by the machine
b. Both A and R are individually true but
will act in the same direction as the
R is not the correct explanation of A
prime-mover torque
c. A is true but R is false
b. the torque developed by the machine
d. A is false but R is true will act in the opposite direction to that
100. Assertion (A) : A clamping network of the prime-mover torque
produces an output signal which is a c. the machine rotor would fall-back and
replica of the input signal. induced emf would lag behind the
Reason (R) : A clamping circuit removes a terminal voltage
part of the input signal. d. the machine rotor would overspeed and
a. Both A and R are individually true and the induced emf would lead the
R is the correct explanation of A terminal voltage
b. Both A and R are individually true but 104. The resultant flux density in the air gap of
R is not the correct explanation of A a synchronous generator is the lowest
c. A is true but R is false during
www.estudentzone.com
www.estudentzone.com

14 of 15
a. Open circuit no-load. What reason can be assigned for
b. Solid short circuit this?
c. Full load a. The field circuit resistance is higher
than the critical resistance
d. Hald load
105. A 50 kW d.c. shunt motor is loaded to b. The initial shunt field emf does not
assist the residual resistance
draw rated armature current at any given
speed. When driven (i) at half the rated c. One of the inter-pole connections is
speed by armature voltage control and (ii) reversed
at 1.5 times the rated speed by field d. The brush-axis shifts slightly from the
control, what are the approximate output geometrical neutral axis of the machine
powers delivered by the motor? 109. Wave winding is employed in a d.c.
a. 25 kW in (1) and 75 kW in (ii) machine of
b. 25 kW in (i) and 50 kW in (ii) a. high current and low voltage rating
c. 50 kW in (i) and 75 kW in (ii) b. low current and high voltage rating
d. 50 kW in (i) and’50 kW in (ii) c. high current and high voltage rating
106. For a constant supply voltage, what are the d. low current and low voltage rating
effects of inserting a series resistance in 110.
the field circuit of a d.c. shunt motor, on
its speed and torque ?
a. Speed will decrease and the torque will
decrease
b. Speed will increase and the torque will, A.
increase
c. Speed will increase and the torque will
decrease
d. Speed will decrease and the torque will B.
increase
107. Consider the following statements in
respect of d.c. generators:
C.
1. Compensating windings are located in
teeth cut out in main poles.
2. Compensating windings are series
connected so that the armature reaction
is aided at any load. D.
3. Compensating windings are series An elementary cylindrical machine has
connected for cancellation of the one full-pitch coil in the stator, but the
armature reaction at any load. rotor may have (i) two poles or (ii) four
poles of permanent magnets.
4. Compensating windings are shunt
connected to aid, the poles at any load. The time-varying voltage that could be
induced in the stator coil for one rotation
Which of the statements given above are
of the rotor, while the rotor is revolving at
correct?
a constant speed are shown iii the figures
a. 1 and 2 A, B, C and D above.
b. 1, 2 and 3 Select the correct combination from the
c. 1 and 3 code given below:
d. 2, 3 and 4 2-pole 4-pole
108. A self-excited d.c. shunt generator, driven a. A D
by its prime-mover at the rated speed 1ils b. A B
to build up voltage across its terminals at
c. C D
www.estudentzone.com
www.estudentzone.com

15 of 15
d. B C respectively. What is voltage regulation at
111. What is the form of an air gap flux density power factor 0.8 lagging and 0.8 leading?
waveform of an uncompensated 2-pole d.c. a. 2.4% and –0.8%, respectively
shunt motor at full-load? b. 3.2% and —1.6%, respectively
c. 3.2 % and —3.2%, respectively
d. 4.8% and 1.6%, respectively
a. 116. If P1 and P2 be the iron and copper losses
of a transformer at full load, and the
maximum efficiency of the transformer is
b. at 75% of the full load, then what is the
ratio of P1 and P2 ?
a. 9/16
c. b. 10/16
c. 3/4
d. 3/16
d. 117. If the iron core of a transformer is replaced
112. Which three-phase connection can be used by an air core, then the hysteresis losses in
in a transformer to introduce a phase the transformer will
difference of 300 between its output and a. increase
corresponding input line voltages? b. decrease
a. Star-delta c. remain unchanged
b. Star-star d. become zero
c. Delta-delta 118. The equivalent circuit of a transformer has
d. Delta-zigzag the leakage reactances X1, X '2 and the
113. What is the efficiency of an auto- magnetising reactance Xm. What is the
transformer in comparison to that of a two- relationship between their magnitudes?
winding transformer of the same rating?
a. X1 >> X '2 >> Xm
a. Slightly less than that of a two-winding
transformer b. X1 << X '2 << Xm
b. Same as that of a two-winding c. X1  X2 >> Xm
transformer
d. X1  X '2 << Xm
c. More than that of a two-winding
transformer 119. If the voltage applied to a transformer
primary is increased by keeping the V/f
d. As low as 1/5th of the efficiency of a
ration fixed, then the magnetizing current
two-winding transformer
and the core loss will, respectively,
114. A two-winding transformer is converted
a. decrease and remain the same
into an auto-transformer. If we apply
additive polarity and subtractive polarity b. increase and decrease
for the connections, then the secondary c. remain the same and remain the same
voltage is 2640 V and 2160 V, d. remain the same and increase
respectively. What is the ratio of primary 120. Which among the following magnetic
to secondary voltage on the original materials has the highest energy-product to
transformer? make it a permanent magnet?
a. 66 : 54 a. Alnico
b. 54 : 66 b. Ferrite
c. 10 : 1 c. Samarium Cobalt
d. 1 : 10 d. Cobalt-Iron alloy
115. Percentage resistance and percentage
reactance of a transformer are 1% and 4%,

You might also like