You are on page 1of 12

Electrical

Engineering Past
Papers
NESCOM/ NDC / Career 1737 past paper (AM Electronics)
 

                                                              AM Electronics (march 2020)

1. Carrier frequency 100 kHz and modulated signal frequency 5 kHz what is bandwidth of AM?

a)      100khz

b)      105khz

c)       5khz

d)      10khz    

Explanation:  bandwidth= 2Fm (max) = 2(5 kHz) = 10 kHz

2. What do the content of the stack pointer specify? 

a)      Address of the top of stack

b)      Address of bottom of stack

c)       Content of the top of stack

d)      content of the bottom of stack 

3. An Oscillator produces oscillations due to:


a)      positive feedback

b)      negative feedback

c)      partly positive and partly negative feedback

d)      neither positive nor negative feedback

4. In a rectifier, larger the value of shunt capacitor filter;

a)      larger the p-p value of ripple voltage

b)      larger the peak current in the rectifying diode

c)       longer the time that current pulse flows through the diode

d)      smaller the dc voltage across the load

5. A single transistor can be used to build which of the following digital logic gates?

a)      AND

b)      NAND

c)       NOT

d)      OR

6. The master slave JK flip-flop is effectively a combination of?

a)      A T flip-flop and a D flip-flop

b)      An SR flip-flop and a D flip-flop

c)       An SR flip-flop and a T flip-flop

d)      Two T flip-flops

e)      None of the above

 
7.  What is the expected modulation index in case of wide band FM?

a)      less than 1

b)       1

c)        1⁄2

d)       more than 1

8. Two important characteristics of CMOS devices are ____________.

a)      High noise immunity

b)      Low static power consumption

c)       High resistivity

d)      Both high noise immunity and low static power consumption

9. The main difference between a register and a counter is ___________.

a)           a)    A register has no specific sequence of states

b)           b)   A counter has no specific sequence of states

c)            c)   A register has capability to store one bit of information but counter has n-bit

d)           d)   A register counts data

10. Ohm’s law for magnetic circuits is _________

a)      F=ϕS

b)       F=ϕ/S

c)       F=ϕ2S

d)      F=ϕ/S2
Explanation: Ohm’s law for magnetic circuits states that the MMF is directly proportional to the
magnetic flux where reluctance is the constant of proportionality.mmf=Flux*Reluctance

11. Which of the following is the fastest switching device?

a)      JEFT

b)      Triode

c)        MOSFET

d)       BJT

12. ___________ has tendency to oscillate.

a)      Close loop system

b)      Open loop system

c)       Both (a) and (b)

d)      Neither (a) or (b)

13. Resistance of material depends on?

a)      Area    

b)      Length  

c)       Type of material   

d)      All

14. A loop antenna is a commonly used for?

a)      radar

b)      direction finding
c)       satellite communication

d)      all of the above

 15. A better SNR can be obtained in a PCM by, 

a)      increasing sampling rate above Nyquist rate

b)      decreasing the code bits

c)       reducing channel bandwidth

d)      increasing quantization levels

16. Capacitor bank is used for the improvement of? 

Ans: Power Factor

Explanation: Improving power factor means reducing the phase difference between voltage and current.
Since the majority of loads are of inductive nature, they require some amount of reactive power for them
to function. Capacitor banks reduce the phase difference between the voltage and current.

17. Turn on time of an SCR can be reduced by using a, 

a)      Triangular pulses

b)      Trapezoidal pulses

c)       Rectangular pulses of high amplitude and narrow width

d)      Rectangular pulses of low amplitude and wide width

18.  A modern power semiconductor device that combines the characteristic of BJT and MOSFET is?

a)      IGBT

b)      FCT

c)       MCT

d)      GTO
 

19. For type 1 system with parabolic input, the steady state error is? 

a)      Finite constant

b)      Infinite

c)       zero

20. Relaxation oscillators are used to generate?

a)      Sinusoidal wave 

b)      Triangular wave 

c)       Saw tooth wave 

d)      Both B and C (non-sinusoidal)

21. An Op-Amp comparator circuit employs?

a)      no feedback

b)      +ve feedback

c)       -ve feedback

d)      Both (b) and (c)

22. RC snubber circuit is used to limit the rate of?

1. Rise of current in SCR

2. Rise of voltage across SCR

3. Conduction period

4. All of the above 

23. In PCM system, output S/N increases ________.


a) parabolically with bandwidth

b) exponentially with bandwidth (not sure)

c) inversely with bandwidth

d) linearly with bandwidth

 24. An ideal voltmeter has ______equivalent resistance and ideal ammeter has _____equivalent
resistance.

a)       Unity, Unity

b)       Zero, infinite

c)       Infinite, Zero

d)      Zero, Zero

25. CPU does not perform the operation?

a)      data transfer

b)      logic operation

c)       arithmetic operation

d)      all of the above

26. An RC differentiator acts as a

a)      Low pass filter

b)      High pass filter

c)       Band stop filter

d)      Band pass filter

27. The instructions like MOV or ADD are called as ___________.


a)      Op code

b)      Operators

c)       Commands

d)      None of above

28. Output of the following program?

#include<stdio.h>

Int main()

     int i=0;

     for(i=0; i<5; i++);

            cout<<”out =”<<i;

     return 0;

a)      out = 0 1 2 3 4

b)      out = 1 2 3 4 5

c)       out = 5

d)      out = 4

 
Explanation:
 
Step 1: int i = 0; here variable i is an integer type and initialized to '0'.
Step 2: for(i=0; i<5; i++); variable i=0 is already assigned in previous step. The semi-colon at the end of
this for loop tells, "there is no more statement is inside the loop".

Loop 1: here i=0, the condition in for(i=0; 0<5; i++) loop satisfies and then i is incremented by '1'(one)
Loop 2: here i=1, the condition in for(i=0; 1<5; i++) loop satisfies and then i is incremented by '1'(one)
Loop 3: here i=2, the condition in for(i=0; 2<5; i++) loop satisfies and then i is incremented by '1'(one)
Loop 4: here i=3, the condition in for(i=0; 3<5; i++) loop satisfies and then i is increemented by '1'(one)
Loop 5: here i=4, the condition in for(i=0; 4<5; i++) loop satisfies and then i is incremented by '1'(one)
Loop 6: here i=5, the condition in for(i=0; 5<5; i++) loop fails and then i is not incremented.
Step 3: cout<<”out=”<<i; here the value of i is 5. Hence the output is '5'.
 

29. In a frequency counter, what happens at high frequencies when the sampling interval is too long?

a)      The counter works fine

b)      The counter undercounts the frequency

c)       The measurement is less precise

d)      The counter overflows

30. When transistors are used in digital circuits they usually operate in the:

a)      active region

b)      breakdown region

c)       saturation and cutoff regions

d)      linear region

31. In a generic microprocessor instruction cycle time is,

Shorter than machine cycle

  Larger than machine cycle time  (not sure)

Ten times the machine cycle time

  Exactly the same as the machine cycle time

32. _______ is less dependent on the transistor beta

a)      Fixed Bias
b)      Emitter Bias

c)       Voltage Divider

d)      Voltage feedback

33. Multimeter typically provides measurements of __________ values.

a)      Peak

b)      RMS

c)       Average

d)      Instantaneous

34. Voltage multipliers are circuits best used to produce?

a)      low voltage and low current

b)      low voltage and high current

c)       high voltage and low current

d)      high voltage and high current

35. The Process in which A.C is converted into D.C is called?

a)      Induction

b)      Rectification

c)       Dispersion

d)      Inversion

36. Avalanche breakdown occurs at? 

a)      Knee voltage

b)      Breakdown voltage
 
37. The forward voltage drop across a silicon diode is about? 

a)      2.5 V

b)      3 V

c)       10 V

d)      0.7 V

Reactions: 
Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest

No comments:
Post a Comment
Newer PostOlder PostHome
Subscribe to: Post Comments (Atom)
Search This Blog

Search

Featured Post

NESCOM/ MTC /Tech and Research past paper (AM ELECTRONICS)


Blog Archive

 ▼  2020 (12)
o ►  December (1)
o ►  October (2)
o ►  September (4)
o ►  August (1)
o ►  July (1)
o ▼  June (2)
 NESCOM/ NDC / Career 1737 past paper (AM Electronics)
 NESCOM/ MTC /Tech and Research past paper (AM ELEC...
o ►  May (1)
Follow by Email

Submit
copyright EQureshi. Powered by Blogger.

You might also like