Communication Engineering
Communication Engineering
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
2015 E.C COMMUNICATION ENGINEERING STREAM
A. 2.5
B. 7.5
C. 25
D. 1.66
Answer: D
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
2015 E.C COMMUNICATION ENGINEERING STREAM
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
8. What is the Thevenin equivalent resistance at terminal a and b on 5 indicated on the
circuit given below
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
2015 E.C COMMUNICATION ENGINEERING STREAM
#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
2015 E.C COMMUNICATION ENGINEERING STREAM
#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
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
2015 E.C COMMUNICATION ENGINEERING STREAM
Answer: C
25. The best frequency response of amplifier is achieved using
A. RC coupling
B. Transformer coupling
C. Direct coupling
D. None of the above
Answer: C
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
2015 E.C COMMUNICATION ENGINEERING STREAM
𝟏 𝒏
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
𝒔𝟐 𝒔 𝟐
A. Causal and stable
B. Causal and unstable
C. Non-causal and stable
D. Non-causal and unstable
Answer: D
𝒕
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)
t
0 3 5
A. (𝑒 −𝑒 )
B. (𝑒 −𝑒 )
C. (𝑒 −𝑒 )
D. (𝑒 −𝑒 )
Answer: D
2015 E.C COMMUNICATION ENGINEERING STREAM
A. , z< 𝑎
B. , z> 𝑎
C. , z>𝑎
D. , z< 𝑎
Answer: B
A. 3, 4
B. 1, 2
C. 1, 3
D. 2, 4
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
2015 E.C COMMUNICATION ENGINEERING STREAM
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
a Cauer I 1 L in series arms and C in shunt arms of a ladder
Answer A
40. A two-port network is described by relations
𝑉 = 2𝑉 + 0.5𝐼
𝐼 = 2𝑉 + 𝐼
What is the value of the ℎ parameter of the network
A. 2Ω
B. 2 mho
C. -2Ω
D. -2 mho
Answer D
41. Ideal response of filter takes place in
A. Pass band and stop band frequency
B. Stop band frequency
C. Pass band frequency
D. None of the mentioned
Answer C
2015 E.C COMMUNICATION ENGINEERING STREAM
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
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
2015 E.C COMMUNICATION ENGINEERING STREAM
Answer C
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
2015 E.C COMMUNICATION ENGINEERING STREAM
53. ________ defines how a particular pattern to be interpreted, and what action is to be
taken based on that interpretation
A. Syntax
B. Timing
C. Logistics
D. Semantics
Answer D
56. When a packet with the code is transmitted, it is received and processed by every
machine on the network. This mode of operation is called………………
A. Unicasting
B. Point to Point
C. Multicasting
D. Broadcasting
Answer D
57. Frequency of failure and network recovery time after a failure are measure of the __of a
network.
A. Security
B. Reliability
C. Performance
D. Feasibility
Answer B
58. Which error detection method consists of one redundant bit per data unit?
A. CRC
B. Checksum
C. Simple parity check
D. Two dimensional parity check
Answer C
59. Which one of the following is not true?
A. Increasing the modulating signal frequency will increase the transmission bandwidth
B. Quantization noise will increase if the quantization level is increased
C. Aliasing is the effect of under sampling
D. Pulse length modulation is one type of pulse time modulation
Answer B
60. In PCM system each quantization levels are encoded in to 5 bits. The signal to
quantization noise ratio is
A. 6 dB
B. 32 dB
C. 48 dB
D. 36 dB
Answer B
2015 E.C COMMUNICATION ENGINEERING STREAM
61. Consider an angle modulated signal x(t) = 8cos[2π ×106 t +2sin(8000πt) + 4cos(8000πt)]
V. The average power of x(t) is.
A. 6W
B. 72kW
C. 32 W
D. 144 W
Answer C
Answer A
65. A 1 MHz sinusoidal carrier is amplitude modulated by a symmetrical square wave of
period 1000 µsec. Which of the following frequencies will not be present in the
modulated signal?
A. 999 kHz
B. 1001 kHz
C. 1020 kHz
D. all
Answer C
2015 E.C COMMUNICATION ENGINEERING STREAM
66. A balanced modulator eliminates which of the following from its output?
A. Upper sideband
B. Lower sideband
C. Carrier
D. One of the sidebands
Answer C
67. One of the following is efficient modulation technique
A. Pulse Length Modulation
B. Pulse Width Modulation
C. Pulse Amplitude Modulation
D. Pulse Position Modulation
Answer D
68. The output SNR can be made independent of input signal level by using
A. Uniform quantizer
B. Non uniform quantizer
C. Uniform & Non-uniform quantizer
D. None of the mentioned
Answer B
69. Which type of quantization is most preferable for audio signals for a human ear?
A. Uniform quantization
B. Non uniform quantization
C. Uniform & Non-uniform quantization
D. None of the mentioned
Answer B
70. When pulse code modulation is applied to non-binary symbols we obtain waveform
called as
A. PCM
B. PAM
C. M-array
D. line codes
Answer C
2015 E.C COMMUNICATION ENGINEERING STREAM
76. In precoding technique, the binary sequence is _____ with the previous pre-coded bit.
A. And-ed
B. Or-ed
C. EXOR-ed
D. Added
Answer C
77. Among the following one is not multiple access technique?
A. SDMA
B. TDMA
C. NOMA
D. OFDM
Answer: D
78. There are different models used to characterize wireless channel behaviors. Among these
different models which one is employed to model the channel characteristics in cellular
communication system?
A. AWGN
B. Rayleigh Fading
C. Nakagami Fading
D. Racian fading
Answer: B
79. Which of the following is not a multipath channel parameter that can be determined from
the power delay profile?
A. RMS delay spread
B. Doppler spread
C. Mean excess delay
D. Excess delay spread
Answer: B
81. The type of Access technology which can enhance the battery life is
A. CDMA
B. TDMA
C. OFDMA
D. None of the above
Answer: A
2015 E.C COMMUNICATION ENGINEERING STREAM
82. Which of the following technology distributes the coverage of the cell and extends the
cell boundary to hard-to-reach places?
A. Sectoring
B. Cell splitting
C. Micro cell zone concept
D. Scattering
Answer: C
83. Grade of service refers to
A. Accommodating a large number of users in a limited spectrum
B. Ability of a user to access the trunked system during busy hour
C. Two calls in progress in nearby mobile stations
D. High-speed users with a large coverage area
Answer: C
84. Which one is true for path loss fading in large-scale path loss model in line-of -sight
communication system?
A. As the path distance increases the attenuation decreases
B. The path loss increases as the wavelength of the system decreases keeping the path
distance constant
C. As the path distance increases by two times the path loss also decreases by two times
D. The path loss value has nothing to do with the frequency of operation
Answer: B
88. Varactor diode is a semiconductor diode in which the _________ can be varied as a
function of reverse voltage of the diode
A. Junction resistance
B. Junction inductance
C. Junction capacitance
D. Junction impedance
Answer C
89. When a reverse bias voltage exceeding the breakdown voltage is applied to an IMPATT
diode, it results in:
A. Avalanche multiplication
B. Break down of depletion region
C. High reverse saturation current
D. Avalanche breakdown
Answer A
90. Which of the following devices a slow wave structures?
A. Reflex klystron
B. Klystron two cavity amplifier
C. Klystron multi cavity amplifier
D. TWT
Answer D
91. Which of the following devices cannot be used as microwave oscillator
A. TRAPATT
B. IMPATT
C. BARITT
D. PN junction
Answer D
92. The kind of wave energy is transformed into plane waves in lens antenna is
A. Convergent
B. Divergent
C. Contingent
D. Congruent
Answer B
2015 E.C COMMUNICATION ENGINEERING STREAM
93. The electric field E and the magnetic field H of a short dipole antenna satisfy the
condition
A. The r component of E is equal to zero
B. Both r and 𝜃 components of H are equal to zero
C. The 𝜃 component of E dominates the r component in the far field region
D. The 𝜃 and ∅ components of H are of the same order of magnitude in the near field region
Answer B
94. The concept of magnetic vector potential finds its major application in deriving
expression of magnetic field intensity especially for ______
A. Real fields
B. Imaginary fields
C. Complex fields
D. Intensity fields
Answer C
95. Which of the following is false about the single antenna for long distance communication?
A. No side lobes
B. Enlarging may create side lobes
C. High directivity is required
D. High Gain is required
Answer A
96. The directivity of an antenna array can be increased by adding more antenna elements, as
a larger number of elements
A. Improves the radiation efficiency
B. Allow more power to be transmitted by the antenna
C. Results in a better impedance matching
D. Increases the effective area of the antenna
Answer D
2015 E.C COMMUNICATION ENGINEERING STREAM
97. The line-of sight communication requirest ransmit and receive antennas to face each
other. If the transmit antenna is vertically polarized for best reception the receiver
antenna should be
A. Horizontally polarized
B. Vertically polarized
C. At 450 with respect to horizontal polarization
D. At 450 with respect to vertical polarization
Answer B
98. Which of the following is False regarding a reflector antenna?
A. Reflector antennas are high gain antenna with two antennas
B. Both the primary and secondary antennas are excited
C. The pattern of the reflector in the reflector antenna is the secondary pattern
D. A dual reflector contains two reflectors and are primary feed
Answer B
99. Which of the following is the disadvantage of Microstrip line feeding?
A. Spurious feed radiation decreases with increase in substrate thickness
B. There is no Bandwidth limit
C. Spurious feed radiation increases with increase in substrate thickness
D. Low spurious radiation
Answer C
100. Which of the following efficiency is used to measure the power-loss at the feed
pattern which is intercepted by reflector?
A. Illumination
B. Spill over
C. Aperture
D. Taper
Answer B