Electronics 2
Electronics 2
ELECTRONICS-II
Ans. (a) : The standard binary code for the
I. Number system alphanumeric characters is ASCII (American Standard
code for Information Interchange). It uses seven bits
1. What is the decimal equivalent of the
code. If the ASCII character H is sent and the character
hexadecimal number BF9?
I is received, then single bit error is represented.
(a) 2802 (b) 3065
(c) 2048 (d) 1024 6. Express 84 in octal system.
PGCIL NR-III, 22.08.2021 (a) (1000)8 (b) (10000)8
(c) (10100)8 (d) (101000)8
Ans. (b) : RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II
(BF9) 16 = (11159)16
( )
4
= (1011 1111 1001)2 Ans. (b) : 84 = 23 = 212 = 4096
=1×211+0×210+1×29+ 1×28+1×27+1×26+1×25 (10000)8
+1×24 + 1×23 +0×22+0×2+1×20
= (3065)10
2. Decimal equivalent of a binary number
1010111 is :
(a) 71 (b) 77
(c) 87 (d) 89
GSSSB AAE 2021
Ans. (c) :
(1010111)2 = 1×26 + 0×25+1×24+0×23 +1×22+1×21 +1× 20
64+0+16+0+4+2+1 = (87)10.
7. What is 10011010 in decimal?
3. Given (125)R = (203)5. The value of radix R will (a) 154 (b) 128
be (c) 142 (d) 136
(a) 16 (b) 10 PGCIL SR- II, 22.08.2021
(c) 8 (d) 6
Ans. (a) : (10011010)2 → (154)
RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II
= 1×27 +0 ×26 + 0×25 +1×24+1×23+0×22+1×21+0×20
Ans. (d) : (125)R= (203)5
⇒ 128 +16 +8 + 2 ⇒154
1×R2+2×R+5×R0 = 2×52 + 0 × 51 + 3 × 50
R2 + 2R + 5 = 50 + 3 8. Basically the ASCII scheme uses how many
bits for 128 different characters?
R + 2R –48 = 0
2
(a) 6 (b) 7
R = 6, – 8 (c) 8 (d) 16
Take positive value RRB JE Bhopal Paper II (Shift-II), 26.08.2015
So, radix will be- RRB SSE (shift-III), 02.09.2015
R=6 RRB JE (Shift - III) 26.08.2015
4. The decimal equivalent of hexadecimal number RRB Chandigarh 2014
of 2A0F is Ans : (b) ASCII (American standard code for
(a) 17670 (b) 17667 information interchange) can represent 128 characters.
(c) 17067 (d) 10767 It uses 7 bits to represent each character.
RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II 9. What is the ‘base’ of the hexadecimal number
Ans. (d) : (2A0F)16 →(10767)10 system?
3 2 1 (a) 16 (b) 8
2 × 16 + A × 16 + 0 × 16 + F × 16º
3 2 1 (c) 2 (d) 10
= 2 × 16 + 10 × 16 + 0 × 16 + 15 × 16º
PSPCL JE 2019, Shift-I
= 2 × 4096 + 10 × 256 + 0 + 15
UPPCL JE 27.11.2019, Shift-I
= 10767 BSNL TTA 26.09.2016, 3 PM
5. If the ASCII character H is sent and the Ans. (a) : Hexadecimal: Number system the word
character I is received, what type of error is
"Hexadecimal" means sixteen because this type of
represented?
digital numbering system uses 16-different digit from 0
(a) Single bit (b) Multiple bit
(c) Burst (d) Recoverable to 9, and A to F. Thus the base of the hexadecimal
RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II number system is '16'.
Electronics-II 786 YCT
10. 2’s complement of the number of 1010101 is Ans. (a) : To determine 1's compliment of binary
(a) 0101010 (b) 0101011 number, the given number is subtracted from maximum
(c) 1101010 (d) 1110011 possible number is given base.
SSC JE 26.09.2019 Shift - II Given number - 010010
HPSSSB JE 2018 (Post code 663) 1's complement =111111 - 010010
HPSSC JE 2017 (Code 580)
= 101101
Ans. (b) :
1's complement of the number 1010101= 0101010. 17. The result of binary addition of 16 and -83
2’s complement of the number of (1010101) using 2's compliment is:
= 0101010+1 (a) 10000102 (b) 10000112
= 0101011 (c) -10000102 (d) -10000112
11. Binary number 11001 is equivalent to decimal MPPKVVCL JE-2018
number: PGCIL Diploma Trainee 27.10.2018
(a) 35 (b) 15 Ans. (d) : Greater negative : add(–83)10 and (16)10
(c) 105 (d) 25 We have (1010011)2→(83)10
NMRC JE 2019 (10000)2 →(16)10
HPSSSB JE-2017 (Post code- 579)
∴ ( 0101101)2 →2's complement of 83
Ans. (d) : (11001)2 = ( )10
= 1×24+1×23+0×22+0×21+1×20 Addition of (–83) and (16)
= 16+8+0+0+1
= 25
∴(11001) 2 = (25)10
12. Which one of the following is non-valid BCD
code ?
(a) 01111001 (b) 01011011
(c) 01001000 (d) 01001001 Carry is not generated then asign 2's complement and
HPSSSB JE-2017 (Post code- 579) result is negative.
Ans. (b) : A BCD is Binary coded decimal number 1 0 1 1 1 1 0 1
BCD number range from 0 to 9 After 9 the number 10
to 15 are not part of a BCD (0 to 9) system and hence 0 1 0 0 0 0 1 0
invalid. + 1
8421 8421
the 0 1 0 0 0 0 1 1→( 67 )10
0 1 0 1 ⇒ 5 1 0 1 1 ⇒ 11
the 01011011 is not valid for BCD code The result of binary addition of 16 and -83 using 2's
13. The decimal equivalent of (1431)8 is compliment is -10000112.
(a) 793 (b) 739 18. The 2’s complement representation of 17 is
(c) 379 (d) 397 (a) 01110 (b) 11110
HPSSSB JE-2017 (Post code- 579) (c) 01111 (d) 10001
Ans. (a) : (1431)8 = 1×83+4×82+3×81+1×80 Ans. (d) : Binary number of 17 = 10001
= 512 +256 +24+1 = (793)10 ∵ We can find 2's complement of (–Ve) number only.
14. The BCD equivalent of decimal number 7 is:
(a) 0111 (b) 1110 ∴ 2's complement of 17 =10001
(c) 0011 (d) 1100 19. The octal equivalent of (177)10 is:
MPPKVVCL (Jabalpur) JE -2018 (a) (261)8 (b) (251)8
Ans. (a) : (7)10 = (111)2 (c) (231)8 (d) (162)8
↓ PGCIL Diploma Trainee 14.11.2018
( 0111)BCD Ans : (a) (177)10 =
15. What is the decimal equivalent number of
binary number 101101?
(a) 45 (b) 90
(c) 40 (d) 8
MPPKVVCL (Jabalpur) JE -2018
Ans. (a) : (101101) 2 → ( )10 Hence (177)10 = (261)8
20. What is binary equivalent of decimal number
1×25+0×24+1×23+1×22+0×21+1×2º= 45
26?
16. What is the value of 1's compliment of 010010?
(a) 101101 (b) 100110 (a) 11110 (b) 11001
(c) 011001 (d) 011101 (c) 11111 (d) 11010
MPPKVVCL (Jabalpur) JE -2018 PGCIL Diploma Trainee 14.11.2018
Electronics-II 787 YCT
Ans : (d) Ans : (b) Extracting 1's complement of-
( −01101)2 = ( 01101)2 = (10010 )2
Note: 1's complement means that instead of 1 is 0 and
instead of 0 is 1, then 1's complement will be obtained.
26. Find the decimal equivalent of the 6-bit binary
number 101.1012.
(a) 5.62510 (b) 5.2510
(c) 6.62510 (d) 5.12510
UPPCL JE 25.11.2019, Shift-I
Ans : (a)
Hence, (26)10 = (11010)2 (101.101) 2 = 1× 22 + 0 × 21 + 1× 20 + 1× 2 −1 + 0 × 2−2 + 1× 2 −3
21. What is the decimal equivalent of the
1 1
hexadecimal number (2F)16? = 4 +1+ + 0 + 3
(a) 47 (b) 572 2 2
(c) 527 (d) 74 = 5 + 0.5 + 0.125
PSPCL JE 2019, Shift-I = (5.625)10
Ans. (a) : Given hexa decimal number (2F)16 27. What is the binary equivalent of the decimal
Decimal number = ? number 13?
1
(2F)16 = 2 × 16 + 15 × 16 0
{∵ F = 15} (a) 1111 (b) 1011
= 2 ×16 + 15 × 1 (c) 1101 (d) 1001
= 32 + 15 Vizag Steel JET 25.10.2018, Shift-II
( 2F )16 = ( 47 )10 Ans. (c) : Decimal to binary
UGVCL JE - 2014
(63)10 = (111111)2
87. The 9's complement of a decimal digit is the
(a) 1's Complement of the Excess-3 code for the
83. For the binary number 11101000, the Digit
equivalent hexadecimal number is (b) 2's Complement of the Excess-3 code for the
(a) F9 (b) F8 Digit
(c) E9 (d) E8 (c) 1's Complement of the Excess-4 code for the
HPSSC JE 2017(Code-580) Digit
Ans. (d) : Given binary number- (d) 2's Complement of the Excess-4 code for the
(11101000)2= ( )16 Digit
( 1110 1000)16 BSNL TTA (JE) 25.09.2016, Shift-I
1000 → 8, 1110 → 14 → E Ans. (a) : The 9's complement of a decimal digit is the
(1110 1000)2 → (E8)16 1's complement of the excess-3 code for the digit.
84. The hexadecimal equivalent of 43 in decimal Excess-3 code can be obtained by adding the first 3 to
numbering system is each decimal digit converting the sum to 4-bit binary
(a) B2 (b) 2B number.
(c) 3A (d) A3
BSPHCL JE 30.01.2019, Shift-II
Ans. (b) :
16 43 11 → B
2 1's complement - 0111
Complement value will be 0111 which is the excess-3
(43)10→(2B)16 code of 9's complement of 5, i.e. 4(0111).
II. Logic Gate & Logic Circuits Basic gate- AND, OR , NOT
1. A + AB gets simplified to Universal gate- NAND, NOR
(a) A+B (b) A 5. Identify the logic gates in the given symbol.
(c) B (d) AB
UPPCL JE- 08.09.2021, Shift-II
DFCCIL JE 11.11.2018
BWSSB Code 198, 30.05.2017 (a) NAND (b) EX-NOR
Karnataka PSC JE 2017 (c) EX-OR (d) NOR
RRB JE (Shift - I) 29.08.2015 UPPCL JE- 07.09.2021, Shift-I
Ans. (b) : A+AB Ans. (b) : Given symbol represent EX-NOR gate.
= A (1 + B) (∵1 + B = 1)
=A
2. _______ is known as universal gate.
(a) AND gate (b) NAND gate
(c) OR gate (d) NOT gate
UPRVUNL JE- 21.10.2021, 2:30-5:30 PM
UPPCL JE- 08.09.2021, Shift-I
UPPCL JE 08.09.2021, Shift-II
UPPCL JE 07.09.2021, Shift-I
BIS TA (Lab) 2020
Kerala PSC Draftman 2016, Grade II
NPCIL Stipendiary Trainee - 2016
BSNL TTA 27.09.2016, 3:00 PM 6. If the inputs are P, Q and R, then sum output
RRB JE Shift - II 04.09.2015 of full adder is
RRB JE Shift - II 29.08.2015
DMRC JE - 2015
(a) P OR Q OR R (b) P XOR Q XOR R
Mizoram PSC Nov. 2015, Paper-III (c) P OR Q AND R (d) P AND Q AND R
RRB Chandigarh 2014 UPPCL JE- 07.09.2021, Shift-I
Ans. (b) : A universal gate is a gate which can Ans. (b) :
implement any Boolean function without need to use
any other gate type.
The NAND and NOR gates are universal gate.
3. _______ is also called an anti-coincidence gate
or inequality detector.
(a) OR gate (b) X-NOR gate
(c) NOR gate (d) X-OR gate
UPPCL JE- 07.09.2021, Shift-II
Ans. (d) : X-OR gate is also called an anti - coincidence
gate or inequality detector. Because when both the input
are same, then output becomes low or logic 0 and when
both the inputs are different, then output becomes high
or logic 1
(b)
(d)
Y = AB + AB + AB
= A + B + AB + AB
= A (1 + B ) + B (1 + A )
= A+B
37. Which of the following is equivalent to the
( )
f = a + b + (c + d)
( ) ( )
∴ Z = PQ .Q. QR
= PQ + Q + QR = Q ( P + 1) + QR
( )( )
= Q + QR = Q + R Q + Q (distributive law)
Z=Q+R
42. In the below circuit, X=? A B XNOR AND
0 0 1 0
0 1 0 0
(a) B (b) A 1 0 0 0
(c) A+B (d) A.B 1 1 1 1
SSC JE 26.09.2019, Shift-I
∴X= (A ⊕ B).(B ⊕ C).C
Ans. (d) : The circuit shows a AND gate. in AND gate
for any input A&B the output is A.B. To make,
X=1
A ⊕ B = 1 & B ⊕ C = 1 & C = 1 Should be 1.
∴C=1
if C = 1, Then. B ⊕ C will be 1 when, B = 1
Now, if B = 1, the A ⊕ B will be 1, when, A = 1
∴ X = 1.1.1
X = 1 for inputs, A = B = C = 1
43. The output of logic circuit given below -
represents _____ gate. 45. In Boolean algebra (A. A)+ A = ?
(a) 0 (b) 1
−
(c) A (d) A
SSC JE 26.09.2019, Shift-II
RRB SSC (Shift-III) 02.09.2015
(a) NAND (b) NOR −
(c) OR (d) AND Ans. (c) : (A. A ) + A = 0 + A = A
SSC JE 26.09.2019, Shift-I 46. Four statements are given below. Identify the
Ans. (a) : At stage 1 the output will be A & B correct statement?
(a) XOR is a derived gate
at stage 2 output will be
(b) XOR is a universal gate
(c) XOR is a basic gate
(d) XNOR is a basic gate
SSC JE 26.09.2019, Shift-II
Ans. (a) : XOR gate is a derived logic gate. It can made
by AND, OR, NOT, NAND, NOR gate.
Electronics-II 807 YCT
49. The input waves of a logic block A, B provide
the logic output X. Identify the logic operation
performed by the logic block.
A
( )
= A. AB
∵ X.Y = X + Y
(a) X = AB (b) X = AB =A A+B( )
(c) X = A+ B (d) X = A + B
UPPCL JE 25.11.2019, Shift-I ∵ X=X
Ans : (a) =A A+B( )
= A.A + AB
Y=AB
∵ X.X = 0
=AB or A.B
= AB
X=A+B
51. An XNOR gate produces an output only when
the two inputs are:
(a) same (b) low
(c) different (d) high
UPPCL JE 25.11.2019, Shift-I
Electronics-II 808 YCT
Ans : (a) In case of 4th-
It is clear from the truth table that an XNOR gate By truth table–
produces an output only when the two inputs are same. Hence, it is clear that OR operation is achieved by the
52. If A and B are the logical inputs to the given circuit.
following circuit, determine the logical relation
between the inputs and the output C. A B C
0 0 0
0 1 1
1 0 1
1 1 1
∴ C= A+B
53. Find the output X for the given logic circuit.
(a) C = A xor B (b) C = AB
(c) C = A + B (d) C = AB
UPPCL JE 25.11.2019, Shift-I
Ans : (c)
Output of X-OR gate Y = A ⊕ B EX-OR (XOR) gate gives true or high output when both
= AB + AB input different in case of same input output will low.
( )( )
when:
Y = A.AB . B.AB = A.AB + B.AB (a) all the three inputs are high
(b) no input is high
( ) ( )
Y = A A + B + B A + B = AB + AB = A ⊕ B (c) any two inputs are high
(d) any one input is high
X- NOR Using NAND gate- UPPCL JE 27.11.2019, Shift-I
Ans : (a) The output of AND gate will be high at this
stage when all its input are high
∵X = A ⊕B
Y = X = A⊕B = A⊙B
Y = AB + AB
66. Number of NAND gates required to realise a
half adder circuit is ______.
(a) three (b) five 70. If we group four 1's from the adjacent cells of a
(c) six (d) four K-map, the group is called:
LMRC (SCTO) 17.04.2021 (a) nibble (b) quad
Ans. (b) : Total number of NAND-gates required to (c) byte (d) word
implement Half adder = 5 UPPCL JE 27.11.2019, Shift-I
While, Total 9 NAND gates are required to implement a Ans : (b) When there are four 1's type of cell in a k-map
full adder. the that group called quad
Electronics-II 811 YCT
74. Y=A ⊙B
Which logic GATE function is represented by
above equation.
(a) NOR (b) EX-OR
(c) EX-NOR (d) NAND
UPPCL JE 27.11.2019, Shift-II
Ans. (c) :
AND AB
OR A+B
The quad is a group of four 1's that are horizontally NOT
and vertically close together. A
NAND AB
71. Simplification of the Boolean expression Y =
NOR A+B
AB + ABC + ABC' is:
(a) Y = AB (b) Y = AB + BC EX-OR A⊕B
(c) Y = BC (d) Y = ABC EX-NOR A⊙ B
UPPCL JE 27.11.2019, Shift-I 75. Write the simplified equation for the given K-
Ans : (a) y = AB + ABC + ABC Map.
= AB(1 + C) + ABC = AB + ABC
( )
= AB 1 + C = AB
72. If A = 1, B=1, what will be the values of Y and
Z?
= AC + ABC ∵B + B = 1
Logical expression of half subtractor. (
= A C + BC )
Difference = AB + AB = A ⊕ B
Borrow = AB = A ( C + B) ( C + C ) ∵ C + C = 1
87. If X=1 in the logic equation = A ( C + B)
{ (
[X + Z Y + Z + XY )}{X + Z ( X + Y )} = 1 then 90. Which one of the following relations from the
(a) Y=Z (b) Y= Z Boolean algebra pertaining to 'AND' operation
(c) Z=1 (d) Z=0 cannot be verified when A and B can take on
ISRO TA 2017 only the value 0 or 1?
(a) AB = BA (b) AA = A
{ (
Ans. (d) : [X + Z Y + Z + XY )} X + Z ( X + Y )] = 1 (c) A1 = 1 (d) A0 = 0
ESE 2020
Given X = 1
Ans. (c) : AB = BA, AA = A and A0 = 0 can be verified
So, { (
[1 + Z Y + Z + 1.Y )} 1 + Z (1 + Y )] = 1 but A1 = 1 cannot be verified as.
A can have 0 or 1.
Z =1 [∵ 1 + A = 1] If A = 1 ⇒ A.1 = 1.1 ⇒ 1 True but
Z=0 If A = 0 ⇒ 0.1 = 1 which is not true.
Y1 = A.A = A
Y2 = B.B = B
Y = Y1.Y2
= ABC + ABC + ABC + ABC = A⊕B⊕C Y = A.B
129. Y = A+B
Y=A+B
132. The Boolean expression Y = AB+CD represents
(a) Two ORs AND together
For the above circuit each NOT gate has delay (b) A 4-Input AND gate
of 10 nsec find the output frequency (c) Two ANDs and one OR Gate together
(a) 33.33 MHz (b) 3.33 MHz (d) An exclusive OR
(c) 1.667 MHz (d) 16.67 MHz BSNL TTA (JE) 25.09.2016, Shift-I
APGCL JM 2021 Ans. (c) :
Ans. (d) :
1
fo =
2nTd
1
= Hz = 16.67 MHz 133. If A and B are two input in AND gates, and
2 × 3 ×10 ×10−9 AND gate has output of 1, when the values of A
130. Which gate operation gives high output when and B are
any one of its input is high? (a) A = 0, B = 0 (b) A = 1, B = 1
(a) EX-OR Gate (b) NAND Gate (c) A = 1, B = 0 (d) A = 0, B = 1
(c) NOR Gate (d) EX-NOR Gate BSNL TTA (JE) 25.09.2016, Shift-I
UPPCL JE 11.02.2018, Shift-I
Ans. (b) : If the AND gate has two inputs A and B,
Ans : (a) Exclusive OR gate or XOR gate is a digital
logic gate that implements an exclusive OR, that is, a then the output of AND gate will be one (1) when
true output High results if one, and only one, of the A=B=1.
inputs to the gate is true.
A
Y=A+ B
B
Truth Table of Ex-OR Gate
A B Y
0 0 0 134. Which of the following can be used as an
0 1 1 inverter
1 0 1 (a) AND (b) NOR
(c) OR (d) None of these
1 1 0
BSNL TTA (JE) 25.09.2016, Shift-I
Electronics-II 819 YCT
Ans. (b) : NOR gate can be used as an inverter. For 138. The minimized expression for the given K map
inverters the output is 1 when the input is 0. There are (x:don't care) is
two ways to use the NOR gate as an inverter- (a) C + AB (b) B +AC
(c) A + B C (d) AB + C
(a) 1 (b) 2
Universal Gate NAND & NOR are made by the used of (c) 3 (d) 4
basic gate AND, OR, NOT. BSNL TTA 28.09.2016, 10 AM
Electronics-II 821 YCT
Ans. (b) : • Buffer using 2-NAND gates-
(a) M1 = (P OR Q) XOR R
(b) M1 = (P AND Q) XOR R
(c) M1 = (P NOR Q) XOR R
(d) M1 = (P XOR Q) XOR R
f = BC + BD + BC BSNL TTA 25.09.2016, 3:00 P.M.
Electronics-II 823 YCT
Ans : (d) Ans. (a) : The block diagram-
= ( P + Q ) ( P + Q ) R + R PQ + P.Q
(a) 1, 0, 1 (b) 0, 0, 1
(c) 1, 1, 1 (d) 0, 1, 1
so BSNL TTA 29.09.2016, 10 AM
Ans : (d)
P⊕Q⊕R
output M1 = (P XOR Q) XOR R
160. NOR Gate is equal to :
(a) OR Gate with negative inputs
(b) NAND gate with negative output
(c) AND gate with negative input ( )
X = ( A ⊕ B ) . B ⊕ C .C
(d) None of these
BSNL TTA 25.09.2016, 3:00 P.M. = ( AB + AB ) . ( CB + CB ) .C
Ans : (c) For NOR gates- = ( AB + AB ) .(CCB + C.CB)
AND gate with negative inputs,
∵CC = 0
= ( AB + AB ) (0 + BC)
(NOR gate) CC = C
161. Logic 1 in positive logic system is represented = ( AB + AB ) BC
by :
(a) zero level (b) lower voltage level ∵ BB = 0
= ABBC + AB.BC
(c) higher voltage level (d) negative voltage BB = B
BSNL TTA 25.09.2016, 3:00 P.M. = 0 + ABC
Ans : (c) Logic 1 in positive logic system is
represented by higher voltage level. x = ABC
162. A + AB + ABC + ABCD simplifies to : To be X = 1, We put A = 0, B = C = 1 X = 0 .1.1 = 1
(a) A (b) A + B ∴ A = 0, B = 1, C = 1
(c) A + B (d) A ⋅ B 165. The output Y in the circuit below is always '1'
when-
KVS WET 2017
Ans. (a) : A + AB + ABC + ABCD
A + AB + ABC 1 + D( )
A + AB + ABC
A + AB (1 + C ) (a) two or more of the inputs P, Q, R are '0'
(b) two or more of the inputs P, Q, R are '1'
A + AB (c) any odd number of the inputs P, Q, R is '0'
(
A 1+ B ) (d) any odd number of the inputs P, Q, R is '1'
BSNL TTA 29.09.2016, 10 AM
=A
Ans : (b)
163. The open collector output of two 2- input
NAND gates are connected to a common pull-
up resister. If the inputs of the gates are A, B
and C, D respectively, the output is equal to -
(a) A.B.C.D (b) A.B + C.D
(c) A.B + C.D (d) A.B.C.D.
Mizoram PSC IOF 2019, Paper-III
Electronics-II 824 YCT
From the fig, we can see that, 170. Logic expressions can be simplified by using-
Y = PQ.QR.PR (a) Boolean algebra method
(b) Karnaugh-map method
Y = PQ + QR + PR (By Demorgon's law) (c) Tabulation method
Y = PQ + QR + PR (d) Any of the these
So, To be Y = 1 when two or more of the I/Ps P,Q,R are 1. BSNL TTA 27.09.2016, 3 PM
166. The parity bit is added for_____ purpose BSNL TTA 21.02.2016
(a) Coding (b) Indexing Ans : (d) Logic expressions can be simplified by using
(c) Error Correction (d) Controlling following method-
BSNL TTA 29.09.2016, 10 AM • Boolean algebra method
Ans : (c) A parity bit is a check bit, which is added to a • Karnaugh-map method which is known as K-map
block of data for error detection purpose. It is used to • Tabular method or Quine-McCluskey method.
validate the integrity of the data. The value of the parity 171. An AND circuit-
bit is assigned either 0 or 1 that makes the number of 1s (a) Is a memory circuit
in the message block either even or odd depending upon (b) Gives an output when all input signals are
the type of parity. present simultaneously
167. Digital circuit can be made by the repeated use (c) Is a negative OR circuit
of (d) Is a linear circuit
(a) OR gates (b) NOT gates BSNL TTA 27.09.2016, 3 PM
(c) NAND gates (d) None of these Ans : (b) According to truth table in AND gate if
BSNL TTA 29.09.2016, 10 AM both input are high then the output will be high and
Ans : (c) NAND and NOR gate is called universal gate in other condition output will be low.
because all other logic gates such as AND, OR and Truth table
NOT can be constructed from various combinations of A B Y=AB
NAND gates. Thus, any digital circuit can be made by 0 0 0
appropriate repetitive use of NAND gate.
0 1 0
168. The K-map for a boolean function is shown in 1 0 0
the figure. The number of essential prime 1 1 1
implicates for this function is-
172. In which logic gate, the output is HIGH when
all the inputs are LOW?
(a) AND (b) OR
(c) NOR (d) NAND
BSNL TTA 27.09.2016, 3 PM
Ans : (c) In logic gate, the output is HIGH when all the
inputs are LOW is NOR gate.
(a) 4 (b) 5
(c) 6 (d) 8
BSNL TTA 27.09.2016, 3 PM
Ans : (a) Y = ACD + CAB + ABC + BCD
( x + y)( x + y)
(B) Complement of (M) y
( ) ( )
xy x xy y
(C) ( xyz ) + ( xy ) + ( xyz ) (N) 0
( )
(D) x y + z + z + xy + wz (O) x + y + z + w
(P) x + y + z
(a) A-L; B-N; C-M; D-O
(b) A-L; B-N; C-O; D-P
(c) A-N; B-M; C-O; D-P
(d) A-N; B-L; C-M; D-P
TSPSC Manager (Engg.)HMWSSB 2020
Ans. (d) : (A) (x + y) (x + y) (x + y) (x + y)
(x + x y + yx + yy) (xx + xy + yx + yy) Thus if the output of logic gate is one when all the its
Y = (x + xy + yx) (x + xy + yx + 0) input are at logic 0, then gate is either a NOR or an EX-
Truth table NOR gate.
x y Y 180. Hamming code is capable of
0 0 0 (a) Only detects single bit error
0 1 0 (b) Only corrects single bit error
1 0 0 (c) Detects and corrects single bit error
1 1 0 (d) None of the above
UPPSC AE 13.12.2020, Paper-II
Hence Y = 0
Ans. (c) : Hamming code is a block code that is capable
( )( )
(B) F(x) = xyx xyy = (x + y)x + (x + y)y of detecting up to two simultaneous bit errors and
correcting single bit errors. Hamming code for single
= (xx + yx) + (xy + yy) error correction includes two parts, encoding at the
sender's end and decoding at receiver's end.
(
= yx + xy = y + x + x + y ) ( ) ( )
181. The complement of A.B + C .D + E .Fis
(
= x+x + y+y ) ( )
F(x) = 1 ( )
(a) A + B .C + D.E + F
= ABC + AB + AC
191. Which one of the following gate-symbol
combinations is false?
( )( ) ( ∵ B = B)
Ans. (c) : Demultiplexer circuit:- A Demultiplexer
Y = A.B.C B.C circuit is a 'decoder circuit' with enable input. It receives
information at one line and transmits it on one of 2n
( )( )
Y = A.B.C B.C possible output lines.
5. Which of the following is not a sequential
Y= 0 ∵ BB = 0
circuit?
(a) Flip flop (b) Counter
III. Combinational Circuit (c) Shift register (d) Multiplexer
MPPKVVCL (Jabalpur) JE -2018
1. _______converts binary-coded information to Ans. (d) :
unique outputs such as decimal, octal digits, Combinational circuit Sequential circuit
etc. Present output depends Present output depends on
(a) Decoder (b) Demultiplexing on present input only present input as well as
(c) Multiplexing (d) Encoder previous output
UPPCL JE- 07.09.2021, Shift-II No feedback is present Feedback is present
Ans. (a) : A decoder have many inputs and many No memory is present memory is present
outputs, it is a combinational circuit and decoder is used e.g. half adder, full e.g. flip-flop, counter,
to convert a particular code such as - adder, multiplexer, register
i. Binary to octal encoder, decoder.
ii. Binary to Hexa decimal 6. A combinational circuit is the one in which the
iii. BCD to decimal output depends on the :
iv. BCD to 7 segment. (a) Present input combination and the previous
2. In half adder, the total number of inputs and output
outputs are: (b) Present and the previous output
(a) 1, 2 (b) 2, 1 (c) Input combination at that time
(c) 3, 2 (d) 2, 2 (d) Present input combination and the previous
UPPCL JE- 07.09.2021, Shift-I input combination
Ans. (d) : PGCIL Diploma Trainee 14.11.2018
Ans : (c) A combinational circuit is a memory less
device. Hence its output value depends upon the present
value of input combination at that time.
7. How many input lines are there in a ‘Full
Adder’?
(a) 2 (b) 4
(c) 1 (d) 3
PSPCL JE 2019, Shift-I
Input Output Ans. (d) : A full adder circuit is central to most
A B Sum Carry digital circuit that perform addition. It is so called
0 0 0 0 because it adds together two binary digits, plus a carry
0 1 1 0 in digits to produce a sum and carry out digit.
1 0 1 0 Therefore it has three input lines and two output.
1 1 0 1
3. A frequency division multiplexing system is
used to multiplex 24 independent voice signals.
Single sideband modulation is used for the
transmission. Each voice signal is allotted a
bandwidth of 4 kHz. What is the overall Truth table-
transmission bandwidth of the channel? Input Output
(a) 4 kHz (b) 6 kHz A B Cin Sum Cout
(c) 24 kHz (d) 96 kHz 0 0 0 0 0
ESE (Pre) 18.07.2021 0 0 1 1 0
Ans. (d) : Number of independent voice signal = 24 0 1 0 1 0
Band width of each signal = 4kHz 0 1 1 0 1
Transmission Band width = 24×4 1 0 0 1 0
= 96 kHz 1 0 1 0 1
4. Demultiplexer circuit is: 1 1 0 0 1
(a) an encoder circuit 1 1 1 1 1
Electronics-II 831 YCT
8. Which of the following is a combinational logic 12. Identify the IC-74147
circuit designed to switch one of several input (a) BCD to decimal Decoder
lines to a single common output line? (b) Octal to Binary priority Encoder
(a) Flip-flop (b) Full adder (c) BCD to 7- Segment Decoder
(c) Multiplexer (d) Demultiplexer (d) Decimal to BCD priority Encoder
PSPCL JE 2019, Shift-II UPPCL JE 27.11.2019, Shift-II
Ans. (c) : Ans. (d) : IC-74147 is a Decimal to BCD priority
S1 S0 Y Encoder.
0 0 I0 13. The logic function implemented by the
0 1 I1 multiplexer circuit below is (ground implies a
1 0 I2 logic "o")
1 1 I3
( )
f = C1 C 2 .1 + C1 C 2 A + B + C 2 C1 .S + C1C 2 .0
Ans. (a) : In electronics, a multiplexer or mux also
known as a data selector. It is a device that selects
= C C + C C ( AB ) + C C S
2 1 2 1 2 1
between several analog or digital input signals and
forward the selected input to a single output line.
f = C C + C C S + C C ( AB )
2 1 2 1 2 1
1 1 Invalid
69. Which of the following counters has the highest
speed?
( fout )
min
= 3kHz
(a) Asynchronous counter 74. The three-stage Johnson-Ring Counter as
(b) Synchronous counter shown below is clocked at a constant frequency
(c) Ripple counter of fc from the starting state of Q0Q1Q2 = 101.
(d) Ring counter The frequency of output Q0Q1Q2 will be
BSNL TTA 26.09.2016, 10 AM
Ans. (b) : Synchronous counter doesn't have
propagation delay. In synchronous counter the clock
input of the flip-flops are all clocked together at the
same time with the same clock signal, thus there is no
inherent propagation delay, in this way overall faster
operation may be achieved in synchronous counter. fc fc
70. Popular application of flip-flop are (a) (b)
8 6
(a) counters (b) shift registers
(c) transfer register (d) all of these fc fc
(c) (d)
BSNL TTA 28.09.2016, 10 AM 3 2
Ans. (d) : Flip-flops are popularly used in all given- ESE 2003
(1) Counters:- Three master slaves in the counter are Ans. (d) : The given figure is a 3-bit Johnson ring
used in the JK flip-flop cascade. These change the counter. Johnson ring counter has a property that its
negative edge of the flip-flops state input clock pulse. modulus is equal to twice the number of flip flops used.
(II) Shift Register:- A group of flip-flops is called a According to the connections, the output is switching
register. All flip-flop of a register serves as units. between 101 and 010. So, this is a modulo-2 counter
(III) Transfer Register:- It has two methods of data and its output frequency to be divided by 2 times.
transfer from flip-flop to parallel shifting, Range shifting. f
Hence, output frequency = c
71. A flip-flop can store 2
(a) 1 bit of data (b) 2 bits of data 75. The flip-flop which acts as frequency divider
(c) 3 bits of data (d) 4 bits of data is-
BSNL TTA 28.09.2016, 10:00 AM (a) SR flip-flop (b) D flip-flop
BSNL TTA 28.09.2016, 3:00 PM (c) T flip-flop (d) None
Ans. (a) : A flip-flop can store one bit of data. A flip- BSNL TTA 21.02.2016
flop is basically a digital memory circuits. It has two BSNL TTA (JE) 27.09.2016, 10:00 AM
stages- Ans : (c) The T flip-flop acts as frequency divider. In T
One stage is '1' and other is '0'. A device or circuits that flip-flop only one inputs. This flip-flop can be made by
has two stages is called a bistable for example-Toggle. giving feedback from output to input in clocked SR
72. Divide by 78 counter can be realized using flip-flop. This flip-flop drives a train input of a very
(a) 6 number of mod-13 counters short width trigger pulse.
(b) 13 number of mod-6 counters
(c) 13 number of mod-13 counters
(d) one mod-13 counter followed by one mod-6
counter
BSNL TTA 28.09.2016, 10 AM
Ans. (d) : Divide by 78 counter can be realized using
one mod-13 counter followed by one mod-6 counter. This output waveform requires twice triggering to
The common method of creating counters of more generate one cycle. So frequency of output is half of
modulus is to use counters of less modulus end to end. input.
Electronics-II 847 YCT
76. Race around condition occur in J-K flip-flop is 80. In the circuit as shown in figure below, assuming
due to- initially Q0 = Q1 = 0. Then the states of Q0 and Q1
(a) The clock time period is less than immediately after the 33rd pulse are
propagation delay
(b) The clock time period is greater than
propagation delay
(c) Due to triggering
(d) None
BSNL TTA 21.02.2016
BSNL TTA 28.09.2016, 10:00 AM (a) 11 (b) 10
Ans : (b) Race around condition occur in JK flip-flop is (c) 01 (d) 00
due to the clock time period is greater than propagation ESE-2003
delay. Ans. (d) :
Both inputs are high (J=K=1) then JK flip-flop race
around condition occurring. Race around condition can
be avoided by using master slave flip-flop.
77. In a positive edge triggered JK flip- flop,
J=1,K= 0 and clock pulse is rising, Q will be:
(a) 0 (b) 1
(c) showing no change (d) toggle Truth table-
( n +1) ( n +1)
NSCL Diploma Trainee 24.02.2021 J0 K0 J1 K1 Q1n Q n0 Q1 Q0
Ans. (b) : Truth table of JK flip-flop is
1 1 0 1 0 0 0 1
CLK Input J Input K Output
1 1 1 0 0 1 1 0
↑ 0 0 Qn
0 1 0 1 1 0 0 0
↑ 0 1 0 1 1 0 1 0 0 0 1
↑ 1 0 1 ( n +1) ( n +1)
The state of Q1 and Q0 is repeating itself after 3-
↑ 1 1 Not allowed
From that table we can say that when J = 1, K = 0 then clock pulses. So it is MOD-3 counter and therefore after
the output will be Q = 1 33rd pulse, the state of Q 0 and Q1 will be 00.
78. Which of the following flip-flop is used as 81. Master-slave configuration is used in FF to-
latch? (a) Increase its clocking rate
(a) JK-FF (b) D-FF (b) Reduces power dissipation
(c) RS-FF (d) T-FF (c) Eliminates race around condition
NSCL Diploma Trainee 24.02.2021 (d) Improves its reliability
Ans. (c) : RS flip-flop is used as latch: BSNL TTA 26.09.2016, 3 PM
The RS flip-flop is considered as one of the most basic Ans : (c) Master-slave J-K flip-flop is designed to
sequential logic circuit. A flip-flop is a bi-stable device. eliminate the race-around condition in J-K flip-flops.
There are three classes of flip-flop they are known as Master slave flip-flops are obtained by connecting two
latches pulse triggered flip-flop, Edge-triggered flip- J-K flip-flops in series with one is positive clock trigger
flop. and other is negative clock trigger.
79. Triggering action can be obtained in a J-K FF 82. A master slave JK flip-flop consists of-
by joining- (a) A cascade of two SR flip-flops
(a) J and K points to ground (b) A JK flip-flop connected in series with a D
(b) J point X and K to X flip-flop
(c) J and K points to positive supply (c) Two SR flip-flops connected in parallel
(d) J point to positive supply (d) An SR flip-flop and a T flip-flop
BSNL TTA 26.09.2016, 3 PM BSNL TTA 26.09.2016, 3 PM
Ans : (b) To obtained triggering action from J-K flip- Ans : (a) A master slave flip-flop is the cascade
flop, We connected J to X and K to X . combination of two flip-flops among which the first is
designated as master flip-flop while the next is called
slave flip-flop. Here the master flip-flop is triggered by the
external clock pulse train while the slave is activate at its
inversion i.e. if the master is positive edge triggered, then
the slave is negative-edge triggered and vice-versa.
83. A n-state ripple counter will count up to-
(a) 2n (b) 2n– 1
(c) n (d) 2n –1
BSNL TTA 26.09.2016, 3 PM
Ans : (a) A n-bit ripple counter can count upto 2n states.
It is also known as MOD-n counter.
T T 3T
Output pulse gets high for time = − =
2 5 10
3T /10 3
Duty cycle of output pulse (D) = =
T 10
% D = 30%
106. Using an additional NOT gate J-K flip flop can
be converted into
(a) T-Flip-Flop
(b) Master Slave Flip-Flop
(c) RS Flip-Flop
(d) D-Flip-Flop
JPSC AE 10.04.2021, Paper-I
Ans. (b) : Master - Slave flip-flop - To avoid race
around condition Master Slave FF is used.
Vizag Steel MT 13.12.2020
Ans. (b) : D flip flop
Q D Q+
0 0 0
0 1 1
1 0 0
In master slave flip-flop, output will changes only when 1 1 1
slave output change.
Master Slave flip-flop can be obtained by connecting Characteristic diagram-
two J-K flip-flop with an additional NOT gate. Q +n = D
= 4 × 1024 B
= 4 × 1kB {∵1024B = 1kB}
= 4 kilobyte From above address of port C = FEH
78. After an arithmetic operation, the flag register 82. A direct memory access (DMA) transfer
of a 8085 microprocessor has the following implies
look: (a) Direct transfer of data between memory and
accumulator
D7 D6 D5 D4 D3 D2 D1 D0
(b) Direct transfer of data between memory and
1 0 X 1 X 0 X 1 I/O device without the use of microprocessor
The arithmetic operation has resulted in (c) Transfer of data exclusively within
(a) A carry and an odd parity number having 1 as microprocessor registers
the MSB (d) A fast transfer of data between
(b) Zero and the auxiliary carry flag being set microprocessor and I/O devices
(c) A number with even parity and 1 as the MSB ESE-2003
(d) A number with odd parity and 9 as the MSB Ans. (b) : A 'DMA' transfer implies direct transfer of
ESE-2003 data between memory and input device without the use
Ans. (a) : of MP but in microprocessor based system DMA
D7 D6 D5 D4 D3 D2 D1 D0 facility is required to increases the speed of data transfer
1 0 X 1 X 0 X 1 between the memory and the input devices.
Carry flag cy = 1 83. In a microprocessor, op- code fetch cycle is?
Parity flag P = 0 i.e. odd parity (a) Last part of instruction cycle
Auxiliary carry = 1 (b) First part of instruction cycle
Zero flag = 0 (c) Intermediate part of instruction cycle
Sign flag = 1 i.e., at MSB (d) Data reception through bus
ISRO TA 2016
79. If 8255 a chip is selected when A2 to A7 bits are ESE -2011, 2008
all 1, what is the address of port A?
Ans. (b) : The op-code fetch cycle, fetches the instruction
(a) 80 (b) FA from memory and delivers it to the instruction register of
(c) FB (d) FC the microprocessor. For any instruction cycle, op-code
ESE-2007 fetch is the first machine cycle.
Ans. (d) : When chip select- 84. Consider the following statements:
A1 A0 1. The process of entering data is called burning
Port A → 0 0 in ROM.
Port B → 0 1 2. ROMs are volatile memories.
Port C → 1 0 3. ROMs are used in microcontroller security
Control register → 1 1 systems.
What of these statements are correct?
(a) 1,2 and 3 (b) 1 and 2
(c) 2 and 3 (d) 1 and 3
ESE-2007
Then address of port A is FC. Ans. (d) : The process of entering data is called burning
80. NMI stands for in ROM. ROMs are used in microcontroller security
(a) Non-mask interface systems. ROM is non volatile memory. In ROM data
(b) Non-maskable interrupt stored permanently.
(c) Non-mask interaction 85. In 8085 microprocessor, how many interrupts
(d) None of there are maskable?
UPSSSC JE-2015 (a) Two (b) Three
Ans. : (b) NMI stands for Non-maskable interrupt. It is a (c) Four (d) Five
hardware interrupt that standard interrupt- masking HPSSSC JE 2018 Code -387
technique in the system can not ignore. It typically occurs Ans. (c) : Maskable Interrupts−Maskable Interrupts
to signal attention for non-recoverable hardware errors. are there which can be disabled or ignored by the
81. If 8255 A chip is selected when A2 to A7 pins are microprocessor. These interrupts are either edge-
1, what is the address of port C? triggered or level-triggered, so they can be disabled
(a) FC (b) FD INTR, RST 7.5, RST 6.5, RST 5.5 are maskable
(c) FB (d) FE interrupts in 8085 microprocessor and TRAP is a non-
ESE-2007 maskable interrupt.
Electronics-II 879 YCT
86. The power failure alarm must be connected to (c) selecting which peripheral should be
which of the following inputs of 8085? addressed
(a) RST 7.5 (b) TRAP (d) Storing instructions
(c) INTR (d) HOLD (e) for carrying out logical operations
HPSSSC JE 2018 Code -387 RSEB JE 2011
ESE- 2007 Ans. (a) : An accumulator is a type of register included
Ans. (b) : TRAP is a non-maskable interrupt. It consists in a CPU. It acts as a temporary storage location which
of both level as well as edge triggering and is used in holds an intermediate value in mathematical and logical
critical power failure condition. So the power failure calculations.
alarm must be connected to TRAP. 92. Consider the following statements:
87. An 8254 programmable interval timer consists 1. The output unit of a computer communicate
of independent 16-bit programmable counters. the response of the computer to the uses.
This number is 2. Read/write memory is volatile.
(a) 2 (b) 3 3. the flip-flops in a register are connected in
(c) 4 (d) 5 parallel.
ESE-2008 Which of these statements is/are correct?
Ans. (b) : The 8254 programmable interval timer (a) 1 only (b) 1 and 2
includes 3 identical 16 bit counters that can operate (c) 2 and 3 (d) 3 only
independently in any one of six modes. It is 24 Pin IC ESE-2009
and power supply +5 Volt. Ans. (b) : The output unit of a computer communicate
88. A handshake signal in a data transfer is the response of the computer to the uses. Read/write
transmitted memory is volatile.
(a) Along with the data bits Read/write memory also known as random access
(b) Before the data transfer memory.
(c) After the data transfer The flip-flops in a register are connected in series.
(d) Either along with the bits or after the data 93. In microprocessor 8085, LDA 2000H is
transfer ________
ESE-2003 (a) Direct addressing mode
Ans. (b) : Handshaking mechanism has two hardware (b) Indirect addressing mode
lines-strobe and acknowledge. The sender provides the (c) Implied addressing mode
signal on the strobe line and the receiver provides the (d) Immediate addressing mode
signal on the acknowledge line before the data transfer. PGVCL JE 2018
89. In a µP based system, the stack is always in Ans. (a) : In 8085 Instruction set LDA is a mnemonic
(a) µP (b) RAM that stands the contents of a memory location, specified
(c) ROM (d) EPROM by a 16-bit address in the operand, are copied to the
HPSSSC JE 2018 Code -387 accumulator.
Ans. (b) : Stack pointer is nothing but the register LDA: Load Accumulator
which holds the address of the top of the stack, resides Opcode Operand Bytes M-cycles T-states
with the microprocessor. In a microprocessor based LDA 16-bit 3 4 13T
system the stack is always in Random Access memory address
(RAM). Thus, LDA 2000H is direct addressing mode.
90. What is the total number of memory locations 94. In microprocessor 8085, CALL instruction
and input-output devices that can be addressed have ______.
with a processor having 16-bits address bus, (a) 3 bytes, 18 T states (b) 3 bytes, 16 T states
using memory maped I/O? (c) 2 bytes, 16 T states (d) 2 bytes, 10 T states
(a) 64K memory locations and 256 I/O devices PGVCL JE 2018
(b) 256 I/O devices and 65279 memory locations Ans. (a) : The instruction CALL requires 3 Bytes, 5-
(c) 64 K memory locations and no I/O devices machine cycles (OP code fetch, memory Read, Memory
(d) 64K memory locations or input-output Read, Memory write, Memory write ) and 18 T- states
devices for execution in timing.
ESE-2004 95. In a microprocessor, the service routine for a
Ans. (d) : Memory Mapped I/O → In mapped I/O the certain interrupt starts from a fixed location of
I/O devices are also treated as memory location, under memory which cannot be externally set, but the
that assumption they will be given 16 bit address. interrupt can be delayed or rejected such an
memory locations = 216 = 26 × 210 = 64 K memory interrupt is–
locations. (a) Non-maskable and non-vectored
91. What is the main purpose of Accumulator? (b) Maskable and non-vectored
(a) temporary data storage (c) Non-maskable and vectored
(b) keeping track of the next instruction to be (d) Maskable and vectored
executed BSNL TTA 29.09.2016, 3 pm
Electronics-II 880 YCT
Ans : (d) In a microprocessor, the service routine for a 100. An 8085 microprocessor based system uses a
certain interrupts starts from a fixed location of memory 4k×8 bit RAM Whose starting address is
which cannot be externally set, but the interrupt can be AA00H. The address of the last byte in this
delayed or rejected such an interrupt is maskable and RAM is
vectored. (a) 0FFF H (b) 1000 H
96. In Intel 8085, the interrupt enable flip-flop is (c) B9FF H (d) BA00 H
reset by ISRO TA- 2017
(a) DI instructions only BSNL TTA 27.09.2016, 3PM
(b) System RESET only ESE- 2012
(c) Interrupt acknowledgement only Ans. (c) : Given,
(d) either DI or system RESET or interrupt The size of RAM = 4k × 8bit
acknowledgement = 2 2 × 210 × 8 bit
ESE-2004
= 212 × 8 bit
Ans. (d) : In intel 8085, the interrupt enable flip flop is
reset by either DI or system RESET or interrupt So, 12 address lines will be engaged,
acknowledgement. Hence,
The DI instruction stand for 'disable interrupts'. It is an Number of address location in RAM = 0FFF H
1 byte instruction. When this instruction is executed, the Starting address = AA00H (Given)
IE (interrupt enable) flip flop is reset. The disable the
8085 interrupt system except for the TRAP pin.
97. In how many different modes a universal shift
register operates
(a) 5 (b) 4
(c) 3 (d) 2 101. The interrupt vector table IVT of 8086 contains
BSNL TTA 29.09.2016, 3 pm (a) The contents of CS and IP of the main
Ans : (b) A universal shift register operates in four program address to which the interrupt has
modes. occurred.
Its operating modes are following (b) The contents of CS and IP of the main
Inhibit clock (Temporary data latch) program address to which the control has to
Shift Right (towards QD in direction of QA) come back after the service routine.
Shift Left (towards QA in direction of QD) (c) The starting CS and IP values of the interrupt
Parallel (Broadside) load service routine
98. The non-maskable interrupt pointer of 8086 is (d) The starting address of the IVT.
stored at ESE 2005
(a) 00000H (b) 000FFH Ans. (c) : In the real mode address space of the 8086,
(c) 00000 - 00008H (d) 00000 - 0003FFH 1024(1k) bytes are reserved for the interrupt vector
BSNL TTA 29.09.2016, 3 pm table (IVT). This table contains an interrupt vector for
Ans : (c) The non maskable interrupt pointer of 8086 is each of the 256 possible interrupts. Every interrupt
stored at 00000-00008H because 8086 automatically vector in real mode consists of four bytes and gives the
responses type-2. The 8086 has two hardware interrupt jump address of the ISR for the particular interrupt in
pins i.e. NMI and INTR. NMI is a non maskable segment: offset format.
interrupt and INTR is a maskable interrupt having lower When an interrupt is issued, the processor automatically
priority. One more interrupt P in associated in INTA transfer the current flags. The code segment CS and the
called interrupt acknowledge. instruction pointer EIP (or IP in 16 bit mode) on to the
99. What will be the contents of register AL after stack. The interrupt number is internally multiplied by
the following has been executed four and then provides the offset in the segment 00H
where the interrupt vector for handling the interrupt is
MOV BL, 8C
located. The processor then loads EIP and CS with the
MOV AL, 7E
values in the table. That way CS:EIP of the interrupt
ADD AL, BL vector gives the entry point of the interrupt handler. The
(a) 0A return to the original program that launched the
(b) 0A and carry flag is set interrupt occurs with an IRET instruction.
(c) 6A and the carry flag is set
102. The ALU of a microprocessor performs
(d) 6A and the carry flag is reset
operations of 8-bit two's complement operands.
BSNL TTA 29.09.2016, 3 pm
What happens when the operation 7AH–A2H is
Ans : (b) When performed?
MOV BL, 8C (a) Result=D8H, Overflow and negative flags set.
MOV AL, 7E (b) Result=D8H, Negative flag is set.
ADD AL, BL (c) Result= D8h, No flags set.
is executed the contents of register AL will be 0A and (d) Result= 28H, Overflow flag set.
carry flag is set. ISRO TA 2017
Electronics-II 881 YCT
Ans. (b) : The ALU of microprocessor perform 108. The Central Processing Unit (CPU) consists of
operation of 8 bit two’s complement operands. (a) ALU and Control unit only
operation of 7AH − A2H (b) ALU, Control unit and Registers only
= D8H negative flag is set (c) ALU, Control unit and System bus only
103. In 8085 microprocessor, database byte is of: (d) ALU, Control unit, Registers and Internal bus
(a) 8 bit (b) 16 bit ESE 2019
(c) 4 bit (d) 24 bit Mizoram PSC Nov. 2015, Paper-III
UJVNL JE 2016 Ans. (d) : The CPU consists of following component
BSNL TTA 25.09.2016, Shift-I ALU = Arithmetic and logic unit
Ans. (a) : Data bus used for transfer of data between Control unit
memory and processor or between output device. 8085 Register
microprocessor has 8 bit data bus. Internal bus
104. Which of the following does NOT take place 109. The total average read or write time Ttotal is
when 8085 processor is reset? 1 b 1 b
(a) TS + + (b) TS + +
(a) 8085 gives reset out signal to reset external 2r N 2r rN
hardware T b b
(b) 8085 resets program counter to FFFFH (c) S + (d) TS + 2r +
(c) The interrupt system is disabled rN N rN
(d) The buses are tristated Where,
ESE-2005 TS = average seek time
b = number of bytes to be transferred
Ans. (b) : • In 8085 µp when reset pin goes active all N = number of bytes on a track
internal operations are suspended and the program r = rotation speed, in revolutions per second
counter holds 0000H. ESE 2019
• RESET in pin is used to reset the 8085 µp by setting Ans. (b) : Total average read or write time
the program counter to zero. = Seek time + Total Delay + Time require to read b
• RESET OUT pin is used to reset all the connected bytes
devices when the microprocessor is reset. Given: Seek time= Ts
105. Which among the following is the basic Rotation speed = r revolution/second
memory cell of dynamic RAM? ∵ r revolution in 1 second
(a) MOSFET (b) Transistor and a capacitor 1
(c) Capacitance (d) Flip-flop ∴ revolution in second
NMRC JE 2019 r
1
Ans. (b) : The basic memory cell of dynamic RAM is Total delay =
transistor and a capacitor. DRAM stores bit as a charge. 2r
The advantage of DRAM are that it has high density Number of bytes on a track = N
and low power consumption cheaper than static 1
N bytes can be transferred in second
memory. r
106. Which one of the following is the software 1
1 byte can be transferred in second
interrupt of 8085 microprocessor? rN
(a) RST 7.5 (b) RST 7 b
(c) TRAP (d) INTR b bytes can be transferred in second
ESE-2006 rN
total average read or write time.
Ans. (b) : Software interrupt of 8085 microprocessor 1 b
provides 8 RESTART instruction: RST 0 - RST 7. = Ts + +
Each of these would send the execution to a 2r rN
predetermined hard wired memory location. The 110. Which one of the following statement
function of these ISR is defined by the user. corresponding to execution of SIM instruction
107. Which of the following memories requires is not correct?
refreshing cycle? (a) It will selectively mark all the interrupts of
(a) RAM (b) ROM 8085
(c) Dynamic MOS (d) All of these (b) Contents of bit (D7) are copies on SOD pin
BSNL TTA 28.09.2016, 3 PM only if bit b6 in accumulator is '1'
Ans. (c) Dynamic RAM uses a transistor and capacitor (c) RST 7.5 can reset without executing ISR for
pair that needs frequent power refreshing to retain its RST 7.5
charge because reading a DRAM discharges its (d) It can handle interrupts and serial I/O
contents, a power refresh is required after each read ESE-2007
apart from reading, just to maintain the charge that Ans. (a) : SIM- (Set Interrupt Mask) is a multipurpose
holds its content in place, DRAM must be refreshed 1-byte instruction. The main uses of SIM are-
after a specified number of cycles. DRAM is the least • It can handle interrupts and serial I/O data.
expensive kind of RAM. • Masking /unmasking of RST 7.5, RST 6.5 and RST 5.5
Electronics-II 882 YCT
• Reset 0 to RST 7.5 flip-flop 115. The contents of the accumulator and register C
• RST 7.5 can reset without executing ISR for RST 7.5 are 2EH and 6CH respectively. The instruction
• If bit D6 in accumulator is one then contain of bit D7 ADD C is used. The values of AC and P flags
are copies on SOD pin. are
(a) 0 and 0 (b) 1 and 1
(c) 0 and 1 (d) 1 and 0
ESE 2019
Ans. (b) : Given, The content of accumulator = 2E H
Content of register C = 6C H
V0 R
=− f
Vi R1
25
V0 = − × 5 = −12.5V
10
Integrator 16. Active load is used in the collector of the
differential amplifier of an op-amp to
−1 t
RC ∫0
Vo = Vi dt + Vc (0+ ) (a) increase the output resistance
(b) increases the differential gain Ad
−1 1 (c) increases maximum peak to peak output voltage
−6 ∫0
= dt (d) eliminate load resistance from the circuit.
100 × 10 × 1×10
3
ESE-2001
V0 = –10V
Ans. (b) : In the differential amplifier of an op-amp, the
14. In a non-inverting OP - AMP, if R1 = 20K ohms active load is used in the collector by replacing the
and Rf = 200K ohms, then find the gain of the resitive load for the following purpose-
amplifier. • To increase the differential gain
(a) 11 (b) 10 • To improve the common-mode rejection rotation
(c) 1.1 (d) 100 (CMRR)
MPPKVVCL (Jabalpur) JE -2018 • Active load provides large ac resistance.
Ans. (a) : Non-inverting Amplifier 17. An Op-Amplifier Comparator circuit employs
(a) No feedback (b) +ve feedback
(c) – ve feedback (d) Both (b) & (c)
HPSSSB JE 2018 (Post code 663)
Ans. (a) : An op-amp comparator circuit employs no
feedback. An op-Amp comparator circuit is used to
compare the difference between voltage level of two
inputs (inverting and non inverting) and also determines
which one is greater. It requires no feedback circuit.
18. The slew rate of an op-amp is 0.5 V/µsec. The
maximum frequency of a sinusoidal input of 2
Gain of amplifier Vrms with unity gain that can be handled
V R without excessive distortion is
A v = 0 = 1 + f (a) 3 kHz (b) 30 kHz
V1 R 1
(c) 200 kHz (d) 2 MHz
R 200 ESE-2001
gain (Av) = 1 + f = 1 + = 11
R1 20 Ans. (b) : For a sinusoidal signal of general form
Vi = Vm sin ωt the maximum votlage rate of change can
15. If the input voltage Vi = 5V, the output voltage
V0 is: be shown to be
dVi
= Vm ω cos ωt
dt maximum
To prevent distortion at the output the rate of change
must also be less than the slew rate, that is,
SR
∴ f≤ Hz
2πVm
Voltage gain = 1;
for Vm = 2 2V and SR = 0.5 V / µs
0.5
(a) -2 V (b) 2 V ∴ Input f max = −6
10 × 2 × π × 2 × 2
(c) - 12.5 V (d) 12.5 V
MPPKVVCL JE-2018 = 28.13kHz ≃ 30kHz
Electronics-II 909 YCT
19. A circuit with op-amp is shown in the below So, current i through diode D (When Vi>0)
figure. The voltage V0 is i = I0 eV / ηVT − 1 ....................(i)
Where I0 = reverse saturation current.
VT = Voltage equivalent of temperature
Now current,
V − V1 Vi
i1 = i =
R R
(a) 3 VS1–6VS2 (b) 2VS1-3VS2 ∵ Current inside the op-amp is zero
(c) 2VS1–2VS2 (d) 3VS1–2VS2 (∵ R i → ∞ )
ESE-2001 ∴ i = i1
Ans. (d) : V
i.e. I0 e V / ηVT − 1 = i
R
V / ηVT Vi
e = 1+
I0 R
V
V = ηVT ℓ n 1 + i
From virtual short method, I0 R
Point A voltage = Vs1 ∵ I 0 << 0
V
Nodal analysis at point A, So, i >> 1
Vs2 − Vs1 Vs1 − V0 I0 R
= So, we can write,
R 2R
2Vs2 − 2Vs1 = Vs1 − V0 V
V = ηVT ℓ n i
2Vs2 − 3Vs1 = −V0 I0 R
V
V0 = 3Vs1 − 2Vs2 − V0 = ηVT ℓ n i
I0 R
20. In the op-amp circuit shown below, Vi>0 and
i= I0eV/VT. The output V0 will be proportional to V0 = −ηVT ℓ n Vi
I0 R
V0 = −ηVT ℓ n kVi
V0 ∝ ℓ n kVi
21. In general, if a sine wave is fed into a Schmitt
trigger, the output will be
(a) a square wave
(b) a saw-tooth wave
(c) an amplified sine wave
(d) a triangular wave
(a) Vi (b) Vi SSC JE 2012
Ans:(a)
(c) e kvi (d) l n ( kVi )
ESE-2002
Ans. (d) :
Virtual short-
V1 = V2
∵ V2 = 0
∴V1 = 0
So, net voltage across diode D
V = V1 − V0 In Schmitt trigger the sine wave is fed the output will
= 0 − V0 = −V0 be a square wave.
If Rf =0 (Short ciruit)
Ri = ∞ (open circuit)
Voltage gain =1
ν 0 = νi
A voltage follower is also known as a unity gain
amplifier, a voltage buffer, or an isolation amplifier. In According by virtual short -
a voltage follower circuit, the output voltage is equal to V+ = V−
the input voltage. V
iL = i
Vout = Vin R1
VS .R L VS
(a) (b)
RS (R L + RS ) RS
VS 1 1
(c) (d) VS +
RL R
L R S
ESE-2007, 2001
Electronics-II 912 YCT
Applied nodal analysis at node A, 35. For the operational amplifier circuit shown in
1 − Vn 1 − Vn 1 − Vn the figure below, what is the maximum possible
+ + =0 value of R1, if the voltage gain required is
1 1 1
1 − Vn + 1 − Vn + 1 − Vn between –10 and –25? (The upper limit on RF is
=0 1MΩ)
1
3 − 3Vn = 0
Vn = 1V
At virtual ground-
Vn = node B = 1V
Applied nodal analysis at node B,
1 − Vn 1 − Vn 1 − Vn 1 − V0
+ + =
1 2 3 1
1 − V0
0+0+0 = (a) Infinity (b) 1 MΩ
1
1–V0 =0 (c) 100 kΩ (d) 40 kΩ
V0 = 1V ESE-2007
33. Which of the following is used to obtain Rf
Ans. (c) : Gain, A v =
triangular wave? R1
(a) differentiate a square wave Rf
(b) differentiate a sine wave ∴ R1 = −
Av
(c) integrate a sine wave
(d) integrate a square wave 1
R1 will be ∝
(e) first integrate and then differentiate a square Av
wave. lesser the gain higher will be R1
RSEB JE 2011 for Av = –10
Ans. (d) : The output waveform of the integrator is R1 will be maximum
triangular, if its input is square wave. Therefore, a −R f
triangular wave generator can be obtained by ∴ R1 =
connecting an integrator at the square wave generator. −10
34. Based on the operation of op amp and diodes, R f 1×106
= = = 105 Ω
the below circuit is called as ________. 10 10
R1 = 100 kΩ
36. A non inverting amplifier is nulled at 25 degree
Celsius with a gain of 100. Calculate the output
voltage when the temperature rises to 50
degree Celsius for an offset drift voltage of 0.15
millivolt per degree Celsius.
(a) 3.75 mV (b) 37.5 mV
(c) 375 mV (d) 2.75 mV
PGVCL JE 2018
Ans. (c) : Voffset = 0.15 ( 50 − 25 ) mV
(a) Positive clipper circuit
(b) Negative clipper circuit Voffset = 0.15 × 25
(c) Clamper circuit Voffset = 3.75 mV
(d) V to I converter circuit
PGVCL JE 2018 Vout = Voffset × A v
Ans. (a) : The circuit diagram of positive clipper- Vout = 3.75 × 100 ∵ A V = 100
= 375 mV
37. Assume that the operational amplifier shown in
the figure is ideal. The current I, through the
1 kΩ resistor is
(a) 3V (b) 2V
(c) 1V (d) 3.5V
SSC JE 01.03.2017, Shift-II
Ans : (c)
Apply nodal analysis at node V1-
V1 − Vb V1 − 0
+ =0
50 50
(∵ op-amp is ideal No current flow in op-amp)
2V1 = Vb
R = 2 MΩ = 2 × 10 Ω 6
66. An operational amplifier has a slew rate of
1 dvi 1 d(5cos ωt) 2 V/µ sec. If the peak output is 12V, what will
Output = = −6
×
RC dt 2 × 10 × 1× 10
6
dt be the power bandwidth?
−5ω sin ωt (a) 36.5 kHz (b) 26.5 kHz
= (c) 22.5 kHz (d) 12.5 kHz
2
ESE-2016
Output = −2.5ω sin ωt
SR 2 × 10 6
64. The operational amplifier circuit shown in Ans. (b) : f m = =
figure having a votlage gain of unity has 2π× Vm 2 × π× 12
= 26.5kHz
67. For the non-inverting amplifier as shown, find
the closed loop voltage gain.
(a) 7(V1 – V2) (b) 2(V1 – V2) (a) triangular wave and square wave
(c) 3(V1 – V2) (d) 5(V1 – V2) (b) triangular wave and sinusoidal wave
KVS WET 2017 (c) square wave and saw-tooth wave
Ans. (d) : Given circuit is− (d) saw-tooth wave and exponential wave
KVS WET 2017
Ans. (a) :
Output resistance 0 10Ω to 100 Ω Ans. (d) : Wien Bridge oscillator uses a feedback
B.W. ∞ 106 Hz network which is same as lead-lag network.
6
CMRR ∞ 10 or 120 dB 113. In an ideal operational amplifier, the non-
Slew rate ∞ 80V/µ sec inverting terminal is grounded and the
110. The circuit shown below is: inverting terminal is connected to the output
through a capacitor of capacitance 1000µF. A
dc input voltage source of 15V is connected to
the inverting terminal through a resistor of
1kΩ. The op-amp supply is from +/-15V. Initial
voltage at the output is zero. What happens to
the output as time progresses?
(a) Clamper (b) Clipper (a) Saturates at +15V (b) Saturates at –15V
(c) Log amplifier (d) Anti-log amplifier (c) Remains zero (d) None of the above
RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II ISRO VSSC (TA) 14.07.2021
Ans. (d) : An anti log amplifier is an electronic circuit Ans. (b) : Integrator op-amp-
that produces an output that is proportional to the anti
logarithm of the applied input.
V If , Vin = 15V
ηV
V0 = –Rf Is e T C = 1000 µF
∫
= 2π [ f c + k f A m cos(2πf m t)] dt (d) Frequency as well as phase modulated
ESE-2002
0
2π k f A m Ans. (d) : A cos ( ω1t + k cos ω2 t ) is the general equation
= 2πfc t + sin(2πf m t) of frequency modulation and phase modulation both.
2πf m
(Angle modulation).
k A
θi (t) = 2πfc t + f m sin(2πf m t) In angle modulation frequency or phase of the carrier
fm varies according to the information signal.
kf Am 181. The signals contaminated with large noise are
∆θ |max =
fm demodulated by ––––––––––––
(a) Envelop detector
So, mf = ∆θ ……..(ii) (b) Synchronous detector
Hence, in both case mp= mf = ∆θ (c) Envelop detector followed by low pass filter
178. A communication channel is to receive signal (d) Envelop detector followed by high pass filter
power S and the noise at the receiver input is BSNL TTA 28.09.2016, 3 PM
additive thermal noise, with uniform power Ans. (b) Demodulation of DSBSC signal synchronous
spectral density (psd). It is found that if the detection clearly an envelope detector can not be used
bandwidth is 1 MHz, the channel capacity is 10 to demodulate the DSBSC signal, because its envelope
Mbps. What would be the channel capacity for is a distorted version of the modulating signal's wave
the same signal power and same noise psd, if the form. Instead, the technique of synchronous detection is
bandwidth is unlimited (tends to be infinite)? used.
(a) Zero (b) Infinite
(c) 15 Mbps (d) 1.5 Gbps 182. Bandwidth occupied by 100 MHz carrier, AM
ESE-2009 modulated by signal frequency of 10 kHz is
(a) 100 MHz (b) 20 kHz
Ans. (d) : Given that, Bandwidth (B) = 1 Mhz
channel capacity (C) = 10 Mbps (c) 10 kHz (d) 110 MHz
ESE-2012
S
We know, channel capacity (C) = B log2 1 + Ans. (b) : We know that,
N Bandwidth of AM signal
if B increase then C increase, BW = 2fm
when B → ∞ S/N → 0 and C → ∞ = 2 × 10 kHz
signal power (S) → ∞ value = 1.44 S/η = 20 kHz
C = B log2 (1 + S/N) 183. The beat frequency between 1500 KHz and
10 × 106 = 106 log2 (1 + S/N)
1955 KHz will be –––––––
S/N ≃ 210 (a) 455 KHz (b) 100 KHz
η (c) 150 KHz (d) 195.5 KHz
Noise power (N) = × 2B = ηB BSNL TTA 28.09.2016, 3 PM
2
η Ams. (a) Given, f1 = 1500 KHz, f2 = 1955 KHz
= 106 × 210 (∴ signal power is fixed) ∵ Beat frequency ( f b ) = f 2 − f1
2
If B →∞ Where, f1 and f 2 two wave frequencies
S
C = 1.44 = 1.44 × 106 × 210 f b = 1955 − 1500
η
fb = 455 KHz
C = 1 .474 56 × 106 bps
C = 1.5 Gbps 184. Which one of the following is the correct
179. Which of the following circuits transmits two statement?
messages simultaneously in the direction ? Time division multiplexing
(a) Duplex (b) Simplex (a) Stacks several channels in adjacent frequency
(c) Quadruplex (d) Diplex slots
BSNL TTA 28.09.2016, 3 PM (b) Interleaves pulses belonging to different
ESE-2001 transmissions
Ans. (d) A circuit or device that supports simultaneous (c) Combines groups into a signal super group
transmission or reception of two independent signals. (d) Can be used with PCM only
Diplex communications technology is a simple form of ESE-2007
multiplexing that was considered quite revolutionary in Ans. (b) : TDM – Time division multiplexing method
the early days of telegraphy, when a diplex circuit is one in which multiple information signals are
would support transmission of two independent signals transmitted by a transmission channel on the basis of
in one direction only. time sharing without mutual interface.
Electronics-II 955 YCT
185. A trimmer is basically, a ––––––––– of the public switched telephone network. The main
(a) Insulator (b) Inductor feature of ISDN is that it can integrate speech and data
(c) Capacitor (d) Variable resistor on the same lines, which were not available in the
BSNL TTA 28.09.2016, 3 PM classic telephone system.
Ans. (c) A trimmer is basically a capacitor but in 190. RF carrier 10 kV at 1 MHz is amplitude
special cases it's behave like variable resistor (In case of modulated and modulating index is 0.6 peak
potentiometer) variable inductor (In case of superhet voltage of the signal is
radio receiver). It is also known as pre-set capacitor (a) 600 kV (b) 1200 kV
186. Let x(t) = 5 cos (50t + sin 5t). Its instantaneous (c) 6 kV (d) 10 kV
frequency (in rad/s) at t=0 has the value ESE-2013
(a) 5 (b) 50 Ans. (c) : Given that Ac = 10 kV, fc = 1 MHz, ma = 0.6
(c) 55 (d) 250 A
ESE-2002 ∴ ma = m
Ac
Ans. (c) : Given that,
∴ Am = maAc = 0.6 × 10 = 6 kV
x ( t ) = 5cos ( 50t + sin 5t )
191. In a certain parallel resonant band-pass filter,
Phase θ(t) = (50t + sin5t) the resonant frequency is 14 kHz. If the
Then instantaneous frequency = bandwidth is 4 kHz, the lower frequency-
dθ(t) d ( 50t + sin 5t ) (a) Is 12 kHz
ωi = = (b) Is 7 kHz
dt dt
(c) Is 10 kHz
ωi = 50 + 5cos5t
(d) Can not be determined
At t = 0 BSNL TTA 28.09.2016, 3 PM
ωi = 50 + 5 = 55 rad / sec Ans. (a) Given, fr = 14 kHz, B.W = 4 kHz
187. The total information transmitted is B.W.
proportional to–––––– ∵ fL = fr − here, fL = Lower frequency
2
(a) Bandwidth-time product fR = Resonance frequency
(b) Channel capacity B.W = Bandwidth
(c) Bandwidth-capacity product
4
(d) None of these f L = 14 −
BSNL TTA 28.09.2016, 3 PM 2
Ans. (a) The total information transmitted is f L = 12 kHz
proportional to bandwidth time product which is 192. An FM wave uses a 2-5 V, 500 Hz modulating
transmitted and the time which is available for the frequency and has a modulation index of 50.
transmission. It is Hartley’s work. The deviation is
188. If ACF denoted the autocorrelation function (a) 500 Hz (b) 100 Hz
and PSD denoted the power spectral density, (c) 1250 Hz (d) 25000 Hz
then for white noise, ACF is ESE-2002
(a) A Gaussian while PSD is uniform Ans. (d) : Given fm = 500Hz
(b) A delta function will PSD is uniform We know that, Modulation index -
(c) A delta function while PSD is exponential ∆f
(d) An exponential while PSD is uniform β =
ESE-2011 fm
Ans. (b) : For white noise PSD is a constant. or ∆f = β× f m = 50 × 500
∴Fourier transform of ACF is PSD and Fourier = 25000 Hz
transform of delta function is constant, So, ACF will be 193. A system has a receiver noise resistance of 50
a delta function. Ω. It is connected to an antenna with an output
The random process X(t) is called a white noise process resistance of 50 Ω. The noise figure of the
if- system is
N (a) 1 (b) 2
Sx(f) = 0 for all f. (c) 50 (d) 101
2
189. ISDN facility is available in following switching ESE-2013
technologies- Ans. (b) : Noise figure can be given as,
(a) E-10B (b) Cross-bar R eq
(c) Strowger (d) OCB Noise figure = 1 +
Rs
BSNL TTA 28.09.2016, 3 PM
Ans. (c) Integrated Services Digital Network (ISDN) Where, Req= Equivalent noise resistance
:- It is available for Strowger switching technology. Ra = Antenna resistance
These are set of communication standards for Then,
simultaneous digital transmission of voice, video, data, 50
Noise figure = 1 + =2
and other network services over the traditional circuits 50
Electronics-II 956 YCT
194. The speed of the modems could be increased Ans. (b) : Pre-emphasis circuit is used before the
from 9.6 kbps to higher by- modulation of information signal to equalize drive
(a) Increasing the compression rate power of transmitting signal in terms of deviation ratio.
(b) Using high class decoding It provides extra noise immunity by amplifying the
(c) Use of parity bits for error check higher audio frequencies.
(d) Simultaneous transmission of signals
BSNL TTA 28.09.2016, 3 PM 199. The speed at which serial data is transmitted is
Ans. (c) The speed of the modems could be increased referred to?
from 9.6 kbps to higher by use of parity bits for error (a) Bps (b) Baud rate
check. Modems and dial-up telephone lines are (c) Either (a) or (b) (d) None
commonly used when the connection is described as BSNL TTA 21.02.2016
"Causal" that is, it is used for very low volumes of Ans : (c) Baud rate is the speed of transferring data
information transfer and for just a few minutes at a from the transmitter to a receiver in the form of bits per
time. Usual speeds are now 9.6 kbps to 28.8 kbps. second. Baud rate is same as bits per second (Bps). In
195. A carrier wave of frequency 2.5 GHz amplitude serial data transmission send data to long distance
is modulated with two modulating frequencies quickly and reliable. In this standard data are sent over
equal to 1 kHz and 2 kHz. The modulated wave a single line from a transmitting device to a receiving
will have the total bandwidth device in bit serial format at a pre specified speed, and
(a) 6 kHz (b) 2 kHz also known as baud rate or number of bit sent per
(c) 4 kHz (d) 3 kHz second.
ESE-2013
200. Which one of the following statements is
Ans. (c) : Given fc = 25 GHz
correct?
fm1 = 1kHz
fm2 = 2kHz One hundred percent modulation of the carrier
The modulated wave bandwidth will be twice the for the broadcast FM radio band is achieved
highest message signal frequency ( f m2 > f m1 ) when
(a) Carrier frequency changes by ± 100%
So, Bandwidth = 2fm2 = 2×2
= 4 kHz (b) Carrier envelope changes by ± 100%
196. In TV transmission, the modulation schemes (c) Carrier frequency change by ± 75kHz
for Video and Audio are, respectively (d) Audio frequency changes by ± 15kHz
(a) FM and AM (b) AM and FM ESE-2004
(c) AM and FM (d) AM and AM Ans. (c) : In case of FM radio broadcasting 100%
ESE-2003 modulation of carrier is assumed when carrier
Ans. (c) : For better audio signal at receiver → FM is frequency changes by ± 75 kHz i.e. maximum
used. For less complex receiver for video → AM is frequency deviation = 75 kHz.
used. In FM percentage modulation is given by-
AM= For video signal ∆f
FM = For audio signal %β = ×100
fm
197. Attenuator have ––––––––
(a) Attenuation constant In standard FM the maximum permitted frequency is 15
(b) Phase constant kHz.
(c) Gain and phase constant So, ± 15 kHz deviation in carrier will give 100%
(d) Attenuation and phase constant modulation. Deviation of ± 15kHz gives carrier
BSNL TTA 28.09.2016, 3 PM
frequency change by ± 75kHz.
Ans. (a) Attenuator - To simplify the design of the
attenuator (K) for constant value can be used. This 'K' 201. The data transfer rate of a modem is measured
value is the ratio of the voltage, current or power in-
corresponding to a given value of dB attenuation and is (a) Bytes per second (b) Baud rate
given as- (c) Bits per second (d) Hertz
dB dB / 20 BSNL TTA 26.09.2016, 3 PM
K = anti log = 10 for voltage or current
20 Ans : (c) The data transfer rate of a modem is typically
dB dB /10
measured in bits per seconds. MODEM stands for
K = anti log = 10 for power modulator demodulator.
10
202. In an Amplitude Modulated (AM) wave with
198. A Pre-emphasis circuit provides extra noise
100% modulation (ma), the carrier is
immunity by
(a) Boosting the base frequencies suppressed. The percentage of power saving
(b) Amplifying the higher audio frequencies will be
(c) Pre-amplifying the whole audio band (a) 100% (b) 50%
(d) Converting the phase modulation to FM (c) 25% (d) 66.7%
ESE-2014 ESE-2013
Electronics-II 957 YCT
Carrier power Ans. (d) : For (B+1) quantizer SNR,
Ans. (d) : % Power saving = ×100
Total power 3σ
SNR = 6.02 B+ 10.8–20 log10 x
=
Pc
× 100 σx
ma2 According to question,
Pc 1 + SNR = 90dB
2
Then,
∴ 100% modulated means ma = 1 90 = 6.02B + 10.8 − 20log10 3
Pc 90 = 6.02B + 10.8 − 9.54
= ×100
1 B = 14.74 ≅ 15
Pc 1 +
2 Then,
B +1 = 15 +1 = 16 bits
2
= = 66.7% 206. In a radio receiver, which of the following
3 stages does not need alignment ..............
203. Which of the following is not a component of (a) TRF stage
PLL? (b) IF stage
(a) Frequency multiplier (b) Phase detector (c) Antenna input stage
(c) VCO (d) Loop filter (d) Audio stage
BSNL TTA 26.09.2016, 3 PM
ESE-2005
Ans : (d) The input to the audio stage is a demodulated
Ans. (a) : message signal and does not require any alignment to
• PLL is a feedback control system that automatically receive the desired frequency.
adjusts the phase of a locally generated signal to match 207. Which of the following are the advantages of
the phase of an input signal. FM broadcasting over AM broadcasting
• PLLs are used to generate, stabilize, modulate, 1. Better S/N ratio
demodulate, filter or recover a signal from a noisy 2. Not subject to signal fading
communications channel where data has been 3. Power efficiency is superior
interrupted. 4. Demodulation is simpler
Select the correct answer from the code given
Block diagram of PLL- below.
(a) 1 and 2 (b) 1, 2 and 4
(c) 2, 3 and 4 (d) 1 and 3
ESE-2005
Ans. (d) : • In FM the information is in the frequency
of the signal not in the amplitude, whereas the effect of
noise is mainly on the amplitude of the signal.
• Amplitude limiter can be used in FM system.
• The effect of noise can be reduced by increasing the
deviation (ie. by increasing the value of modulation
Frequency multiplier is not a part of PLL (phase intake PM).
locked loop). • FM broadcast in the VHF and UHF ranges, where the
204. Intermediate frequency used in commercial impact of noise is minimum.
medium wave super heterodyne receiver is- 208. A 1000 W carrier is amplitude-modulated and
(a) 455 kHz (b) 10.7 MHz has side-band power of 300 W. the depth of
modulation is
(c) 38.9MHz (d) 1450 kHz
(a) 0.255 (b) 0.545
BSNL TTA 26.09.2016, 3 PM (c) 0.775 (d) 0.95
Ans : (a) Standard intermediate frequency used is ESE-2013
455kHz for medium wave super heterodyne receiver. Ans. (c) : Given Pc = 1000W, PSB = 300W
This receiver used the principle of non-linear mixing or We know that,
frequency multiplication. P m2
205. How many bits are required in an A/D Total sideband power PT(SB) = c a
2
converted with a B + 1 quantizer to get a
1000 ma2
signal-to-quantization noise ratio of at least 90 300 =
dB for a Gaussian signal with range of ±3σ x ? 2
1000 ma2 = 600
(a) B + 1 = 12 bits (b) B + 1 = 14 bits ma2 = 0.6
(c) B + 1 = 15 bits (d) B + 1 = 16 bits ma = 0.7745
ESE-2019 ≃ 0.775
-
the deviation in frequency and fm is the frequency of
(a) P-Z, Q-Y, R-X, S-W sinusoidal signal.
(b) P-W, Q-X, R-Y, S-Z The required bandwidth = 2 ( ∆f + f m )
(c) P-X, Q-W, R-Z, S-Y = 2(5 + 2)
(d) P-Y, Q-Z, R-W, S-X = 14 KHz
JPSC AE 10.04.2021, Paper-I
269. Which one of the following PCM scheme is
Ans. (d) : Amplitude Modulation - depicted in the below figure?
VAM(t) = [Vc + kaVm cosωmt] cosωct
or
VAM(t) = vc [1+ ma cosωmt] cosωct
V
ma = k a m
Vc
Am-DSB/SC
1
VAM(t) = m a Vc cos ( ωc + ωm ) t + cos ( ωc − ωm ) t
2 (a) Adaptive DM (b) Differential
Phase modulation (PM) (c) Companding (d) Delta Modulation
VPM(t) = Ac cos[(ωct + kp f(t)] ESE-2001
Where, fm = modulating signal Ans. (a) : Adaptive delta modulation- This
frequency modulation (FM) modulation is the refined form of delta modulation this
VFM (t) = A cos ωc t + k f ∫ f (t)dt method was introduced to solve the granual noise and
slop overload error caused during delta modulation.
266. An indirect way of generating FM, is The transmitter circuit consists of a summer, quantizer
(a) The Armstrong modulator delay circuit, and a logic circuit for step control. The
(b) The reactance FET modulator baseband signal X(nTs) is given as input to the circuit.
(c) The varactor diode modulator The feedback circuit present in the transmitter is an
(d) the reactance bipolar transistor modulator integrator. The integrator generates the stair case
ESE-2011 approximation of the previous sample.
Electronics-II 966 YCT
270. Which of the following analog modulation The pre-emphasis circuit increases the value of the high
scheme requires the minimum transmitted frequency modulating components before modulation.
power and minimum channel bandwidth? Thus the SNR (signal to noise ratio) of the high
(a) VSB (b) DSB-SC frequency components increases thus the effect of noise
(c) SSB (d) AM at the time of transmission on high frequency
JPSC AE 10.04.2021, Paper-I components is reduced.
Ans. (c) : In SSB transmission only one sideband is 274. When aliasing take place
transmitted while in other case more than one side- (a) Sampling signals less than Nyquist rate
band is transmitted, so minimum power is transmitted (b) Sampling signals more than Nyquist rate
for SSB. (c) Sampling signals equal to Nyquist rate
271. A 4 GHz carrier is amplitude-modulated by a (d) Sampling signals at a rate which is twice of
low- pass signal of maximum cut off frequency Nyquist rate
1 MHz. If this signal is to be ideally sampled, UPPSC AE 13.12.2020, Paper-II
the minimum sampling frequency should be Ans. (a) : In signal processing and related disciplines,
nearly aliasing is an effect that causes different signals to
(a) 4 MHz (b) 4 GHz become indistinguishable when sampled. Aliasing take
(c) 8 MHz (d) 8 GHz place when sampling signals less than Nyquist rate.
ESE-2001
275. "Slope overload" occurs in delta modulation
Ans. (a) : Given that,
fc = 4GHz when the
and fm = 1 MHz (a) Frequency of the clock pulses is too low
Then BW = 2 fm = 2 × 1 = 2 MHz (b) Rate of change of analog waveform is too
large
So, minimum sampling frequency ≥ 2 × BW (c) Step size is too small
= 2 × 2 = 4 MHz (d) Analog signal varies very slowly with time
272. A 400 W carrier is amplitude modulated with ESE-2001
m = 0.75. The total power in AM is Ans. (b) : Slope overload occurs in delta modulation if,
(a) 400 W (b) 512 W
rate of change of message signal greater than the slope
(c) 588 W (d) 650 W
at the o/p of delta modulator. So, if message is varying
UPPSC AE 13.12.2020, Paper-II
very fast then slop overload will occur.
Ans. (b) : Given: Carrier Power (Pc) = 400W
Modulation index (m) = 0.75 276. Consider sinusoidal modulation in an AM
Total power in AM (PT) = ? system. Assuming no over modulation the
modulation index (µ) when the maximum and
( m )2 ( 0.75 )2
formula: PT = Pc 1 + = 400 1 + minimum values of the envelope, respectively
2 2 are 3V and 1V is
(a) 0.7 (b) 0.5
2.5625 (c) 0.3 (d) 0.8
= 400
2 UPPSC AE 13.12.2020, Paper-II
PT = 512.5 Ans. (b) : Given,
PT ≅ 512W Vmax = 3V, Vmin = 1V
Vmax = VC (1 + µ)
273. The main advantage of pre-emphasis circuit in
Vmin = VC (1 – µ)
FM transmitter is
(a) To increase the carrier power Modulation index (µ) = ?
(b) To improve the signal to noise ratio at low V − Vmin
audio frequencies µ = max
Vmax + Vmin
(c) To increase the bandwidth of side band
(d) To improve the signal to noise ratio at high 3 −1
audio frequencies µ=
3 +1
ESE-2011
2
Ans. (d) : Pre-Emphasis Circuit : µ=
4
µ = 0.5
277. Which of the following component blocks is not
required in the FDM transmitter block
diagram?
(a) Filter cutting off lower and higher frequencies
(b) Filter cutting off higher frequencies
(c) Single sideband modulator
(d) Double sideband modulator
ESE-2011
Electronics-II 967 YCT
Ans. (d) : Double sideband modulator block is not 282. A binary channel with capacity of 36 k bits/sec
required in the FDM transmitter block diagram. Low is available for PCM voice transmission. If
pass filter is required for blocking the higher signal is band limited to 3.2 kHz, then the
frequencies and for passing the lower frequencies. appropriate values of quantizing level L and
FDM is a technique by which the total bandwidth the sampling frequency respectively are
available in a communication medium is divided into a (a) 32 and 3.6 kHz (b) 64 and 7.2 kHz
series of non-overlapping frequency bands, each of (c) 64 and 3.6 kHz (d) 32 and 7.2 kHz
which is used to carry a separate signal. ESE-2013
278. The phenomenon used in the optical fiber is- Ans. (d) : Given that message signal frequency
(a) Diffraction (b) Refraction fm = 3.2 kHz
(c) Total internal Reflection (d) Polarization Channel capacity = 36 kbits/sec = Rb
BSNL TTA 26.09.2016, 3 PM Sampling frequency,
Ans : (c) Total internal reflection phenomenon is used fs ≥ 2fm
in optical fiber. This phenomenon occurs at the fs ≥ 2 × 3.2 × 103
interface between the core is higher than the angle
fs ≥ 6400 Hz
called critical angle. The incident light get reflected
back to the core. and nfs ≤ (bit rate) = channel capacity
= 36000 bits/sec
279. DPCM is particularly suited for
(a) Radar signals transmission Rb
Hence, n ≤
(b) Radio signals transmission fs
(c) Speech signals transmission n ≤ 5.625 or n = 5
(d) Seismic signals transmission
∴ Quantization level,
ESE-2012
L = 25 = 32
Ans. (c) : The DPCM technique mainly used speech,
and sampling rate,
image and audio signal compression. The DPCM
36000
conducted on signals with the correlation between fs = = 7.2kHz
successive samples leads to good compression ratios. n
DPCM can use optimal Lloyd-max quantizer or an 283. Output data ratio of a 8-bit PCM-TDM system
adaptive quantizer than can select the quantization sampling 24 voice channels, comparing these
based on the local statics of the error signal. using µ-law at the rate of 8 kHz and with a I
280. A comparison of FDM and TDM systems frame alignment word, is
shows that (a) 1.2 × 106 bits/sec (b) 1.4 × 106 bits/sec
6
(a) FDM requires lower bandwidth, but TDM has (c) 1.6 × 10 bits/sec (d) 1.8 × 106 bits/sec
greater noise immunity. ESE-2013
(b) FDM has greater noise immunity and requires Ans. (c) : Given that,
lower bandwidth the TDM. Number of voice channels (N) = 24
(c) FDM requires channel synchronization while
Sample bits n = 8
TDM has greater noise immunity.
(d) FDM requires more multiplexing, while TDM Frame alignment word a =1
requires band-pass filter. 1
Sampling time Ts =
ESE-2012 8 kHz
Ans. (c) : One of the major difference between FDM A frame alignment consist of data as well as
and TDM is that in FDM multiple signals are synchronizing bit-
transmitted by occupying different frequency slots. As n(N + a)
against in TDM, the various signal gets transmitted in Rb =
Ts
multiple time slots.
8 ( 24 + 1)
281. In time division multiplexing cross talk may be Rb = = 8 ( 25 ) 8 × 103
avoided by 1/ 8kHz
(a) Proper base band filtering.
Rb = 1.6 × 106 bits/sec.
(b) Proper selection of time of sampling.
(c) Increasing the amplitude of signal. 284. 24 voice channels are sampled uniformly at a
(d) Proper quantization. rate of 8 kHz and then time division
ESE-2012 multiplexed. The sampling process uses flat-top
Ans. (a) : In electronics crosstalk is any phenomenon samples with 1 µs duration. The multiplexing
by which a signal transmitted on one circuit or channel operation includes provision of synchronization
of a transmission system creates an undesired effect in by adding an extra pulse of 1 µs duration. The
another circuit or channel cross talk is usually caused by spacing between successive pulses of the
undesired capacitive, inductive, or conductive coupling multiplexed signal is
from one circuit or channel to another. (a) 4 µs (b) 6 µs
In TDM cross talk may be avoided by proper base band (c) 7.2 µs (d) 8.4 µs
filtering. ESE-2013
Electronics-II 968 YCT
Ans. (a) : Since the sampling rate- Ans. (b) : Difference between PCM and DM-
fs = 8000 samples/sec. S.No PCM DM
1 1. PCM stands for pulse code DM stands for
Ts = = 125µs modulation Delta
8000 modulation
A sample of each of the 24 voice signal is sent over this 2. Feedback does not exist in Feedback
time period. transmitter or receivers exists in
Each of the sample process uses 1µs and synchronizing transmitter
pulse of 1µs. 3. Per sample 4,8 or 16 bits are Per sample
∴ To locate 25 pulses we can allocate used only one bit is
125 used
= 5 µs 4. PCM requires highest DM requires
25
Since the actual duration of each pulse is 1µs. transmitter bandwidth lowest
transmitter
∴ Spacing between successive pulse must be bandwidth
(5–1)µs = 4 µs 5. Has good signal to noise has poor signal
285. A signal is passed through a LPF with cut-off ratio to noise ratio
frequency 10 kHz. The minimum sampling 288. Which one of the following system gives the
frequency is highest figure-of-merit (a measure of the noise
(a) 5 kHz (b) 10 kHz performance)?
(c) 20 kHz (d) 30 kHz (a) WBFM (b) NBFM
ESE-2013 (c) AM (d) SSB
Ans. (c) : The minimum sampling frequency, ESE-2014
f s( min ) = 2f m Ans. (a) : When spectrum efficiency is important
narrow band FM (NBFM) is used but when better signal
Given that fm = 10 kHz quality is required wideband FM (WBFM) is used at the
Then expense of greater spectrum usage.
f s( min ) = 2 ×10 = 20kHz 289. If the number of bits per sample in a PCM
system is increased from 8 to 16, then the
286. The Nyquist sampling interval, for the signal bandwidth will be increased
sinc (700t) + sin(500t) is (a) 2 times (b) 4 times
1 π (c) 8 times (d) 16 times
(a) sec (b) sec
350 350 ESE-2015
π π Ans. (a) : The bandwidth of PCM system is given by
(c) sec (d) sec BW = nfs
700 175 n = number of bits to encode
ESE-2013 f = sampling frequency
s
Ans. (c) : Here signal is given that, Calculation-
Let, f ( t ) = sin ( 700t ) + sin ( 500t ) For n = 8, the bandwidth will be
Highest frequency component is (700t) BW = 8fs………….(i)
Similarly, for n = 16, the bandwidth will be
means ωm = 700 BW = 16 fs………….(ii)
or 2πf m = 700 So equation (i) and (ii) calculate-
700 Bandwidth is increased by 2 times.
fm = 290. In a PCM system, a five bit-encoder is used. If
2π the difference between two consecutive levels is
1 1 1 V, then the range of the encoder is
Nyquist interval T = =
2f m 2 × 700 (a) 0 - 31 V (b) 0 - 30 V
2π (c) 1 - 32 V (d) 1 - 30 V
ESE-2015
π
= sec Ans. (a) : For an ‘n’ bit encoder, the number of levels
700 will be-
287. Consider the following statements comparing L = 2 n
delta modulation (DM) with PCM system: The range of an encoder is volts can be calculated as-
DM requires 0 ≤ range ≤ ( 2n − 1) × step size
1. A lower sampling rate
Analysis for n = 5,
2. A higher sampling rate The number of levels will be: L = 25= 32
3. A higher bandwidth Given step size = 1V i.e. every successive levels has a
4. Simple hardware difference of 1V between them.
Which of the above statements are correct? ∴ The range of the encoder will be-
(a) 1 and 2 only (b) 2 and 4 only 0V ≤ range ≤ ( 32 − 1) ×1V
(c) 1, 3 and 4s (d) 2, 3 and 4
ESE-2014 0V ≤ range ≤ 31V
Electronics-II 969 YCT
291. The main units in a pulse code modulator are: Ans. (b) : As given BW = 10 kHz
1. Sampler 2. Quantizer BW = 2fm
3. Encoder 4. Comparator Then fm = 5kHz
(a) 1 and 2 only (b) 2 and 3 only Highest frequency = fc + fm = 705 kHz
(c) 1, 2 and 3 (d) 2 and 4 Put fm = 5kHz
ESE-2016 Then fc +5 = 705
Ans. (c) : There are three main units of PCM system- ∴ f c = 700 kHz
1. Sampler 2. Quantizer 3. Encoder 296. In an analog data acquisition unit, what is
292. For long distance communication which of the correct sequence of the blocks starting from the
following data transfer technique is used? input?
(a) Serial transfer (a) Transducer –Recorder –signal conditioner
(b) Parallel transfer (b) Transducer – signal conditioner – Recorder
(c) Serial-Parallel transfer (c) Signal conditioner – Transducer –Recorder
(d) Parallel-Serial transfer (d) signal conditioner – Recorder – Transducer
BSNL TTA 27.09.2016, 3 PM RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II
Ans : (a) Serial transmission:- It is normally used for Ans. (b) : Data Acquisition system-
long distance data transfer. It is also used in cases where Physical system → Transducer sensor→ Signal
the amount of data being sent is relatively small. It conditioning → Analog-Digital conditioning →
ensures that data integrity is maintained as it transmits computer.
the data bits in a specific order, one after another, in this A data acquisition system is a collection of
way, data bits are received in sync with one another. measure or control physical characteristics of something
But as only a single data bits is transmitted per clock in the real world.
pulse thus the transmission of data is a quiet time taking 297. Consider the following
process. 1. Pulse-position modulation
2. Pulse code modulation
3. Pulse width modulation
Which of these communications are not
digital?
(a) 1 and 2 (b) 2 and 3
Fig: Serial Communication (c) 1 and 3 (d) 1, 2 and 3
293. Which of the following is considered as an BSNL TTA (JE) 2013
indirect method of generating FM? Ans. : (c) Pulse Code Modulation (PCM) is a digital
(a) Balanced modulator scheme for transferring analog data. In digital
(b) Varactor diode modulator communication, data transferred from point to point or
(c) Armstrong system point to multipoint channel. While pulse position
(d) Reactance modulator modulation (PPM) and pulse width modulation are
RPSC ACF & FRO 23.02.2021 analog in nature.
Ans. (c) : The indirect method called as the Armstrong 298. Which of the following stage has AGC bias?
method of FM generation. In this method, the FM is (a) Local oscillator
obtained through phase modulation. A crystal oscillator (b) Mixer
can be used hence, the frequency stability is very high (c) RF amplifier
and this method is widely used in practice. (d) AFT discriminator
294. Indicate which of the following system is BSNL TTA 27.09.2016, 3 PM
digital: Ans : (c) The AGC bias is a DC voltage proportional to
(a) PPM (b) PCM the input signal strength. It is obtained by rectifying the
(c) PWM (d) PFM video signal as available after the video detector. The
BSNL TTA 25.09.2016, 3:00 P.M. AGC bias is used to control the gain of RF and IF
stages in the receiver to keep the output at the video
Ans : (b) PCM system basic elements are transmitter,
detector almost constant despite changes in the input
transmission path and receiver. It is called digital
signal to the tuner.
system because signal is transmitted in the form of data
(0,1) binary codes. 299. A band-limited signal with bandwidth ‘B’ may
Example- PCM, DM, ADM, ASK, PSK, FSK be reconstructed perfectly from its samples, if
295. For an amplitude modulated signal, the the signal is sampled at a rate _______.
bandwidth is 10 kHz and the highest frequency (a) less than ‘2B’ (b) equal to ‘B’
component present is 705 kHz. The carrier (c) greater than ‘2B’ (d) equal to ‘B/2’
frequency used for this AM signal is DGVCL JE 06.01.2021 Shift-III
(a) 695 kHz (b) 700 kHz Ans. (c) : A band-limited signal with bandwidth ‘B’
(c) 705 kHz (d) 710 kHz may be reconstructed perfectly from its samples, if the
RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II signal is sampled at a rate greater than ‘2B’.
Electronics-II 970 YCT
300. The modulation index of an FM signal, having at m = 0.9
a carrier swing of 100 kHz with modulation 0.92
signal frequency is 8 kHz is I t = Ic 1 +
(a) 6.25 (b) 12.5 2
(c) 16.8 (d) 2.85 It = I c 1.405 .........(ii)
BSNL TTA 28.09.2016, 10 AM Dividing each (i) & (ii)
Ans. (a) : Given, carrier swing = 100 kHz, modulating
12 Ic 1.125
signal frequency (fm) = 8kHz =
Carrier swing = 2 × Frequency deviation I t Ic 1.405
100 = 2 × ∆f It = 13.4 Amp
∆f = 50kHz
∆f 50 XII. Modern Methods of
∵ Modulation index (Mf) = =
fm 8 Communication
Mf = 6.25
1. In a sinusoidal PWM, if the peak of the
301. A broadcast AM radio transmitter radiates 125 triangular carrier wave is coincident with zero
kW when the modulation percentage is 70. of the reference sinusoid, then the number of
How much of this is carrier power? pulses generated in each half cycle is_______
(a) ≈ 25 kW (b) ≈50 kW where 'fc' is the frequency of the carrier wave
(c) ≈75 kW (d) ≈100 kW and 'f' is the frequency of the reference
Mizoram PSC Nov. 2015, Paper-III sinusoid.
Ans. (d) : Given, f f
Total power (PT) = 125 kW, modulation index (a) c (b) c
(ma) = 70% = 0.7, carrier wave power (PC) = ? f 2f
fc fc
m2 (c) (d)
PT = PC 1 + a f 2f
2
DGVCL JE 0.5.01.2021, Shift-II
0.49 Ans. (b) : When the peak of the triangular carrier wave
125 = PC 1 +
2
is coincident with zero of reference sinusoid wave then
number of pulse generated in each of half cycle.
125 = PC (1 + 0.245)
125 f
PC = = 100.40kW N= c
1.245 2f
302. Microwave Communication uses ............ 2. Which of the following is NOT an advantage of
amplifier to obtain large gain over wide Pulse Duration Modulation (PDM) recording?
bandwidth : (a) It has a less complex electronic circuitry and
(a) Reflex Klystron therefore the reliability of such system is
(b) Pi–Mode Magnetron high.
(c) Travelling wave Tube (b) It has high S/N ratio.
(d) All of these (c) It has high accuracy due to the fact that it can
BSNL TTA 25.09.2016, 3:00 P.M. be self-calibrated.
Ans : (c) Microwave communication uses travelling (d) It has the ability to simultaneously record
wave tube amplifier to obtain large gain over wide information from a large number of channels.
bandwidth. UPPCL JE- 07.09.2021, Shift-II
303. When a broadcast AM transmitter is 50% Ans. (a) : Another kind of pulse modulation is pulse
modulated, its antenna current is 12A. What duration modulation. In which intelligence is
will be the current when the modulation depth represented by the length and order of regularly
is increased to 90%? recurring pulses.
(a) 13.4 A (b) 12.9 A A familiar example of PDM is - the international morse
(c) 16.6 A (d) 21.8 A code, amateur radio and certain other forms of radio
BSNL TTA 25.09.2016, 3:00 P.M. telegraphy.
Ans : (a) Signal
It has high reliability and high ratio.
m2 Noise
I t = Ic 1 + and it has the ability to simultaneously record
2 information from a large number of channels.
Where m = modulation index It has high accuracy but can not be self-calibrated.
m1 = 0.5 m2 = 0.9
3. In ____ the information from different
0.52 measuring points is transmitted serially one
I t = Ic 1 + after another on the same communication
2
channel.
12 = I c 1.125 .......(i) (a) time division multiplexing
Electronics-II 971 YCT
(b) corresponding multiplexing = 125 ×10-6 sec
(c) frequency division multiplexing Ts = 125µsec
(d) rapid division multiplexing
UPPCL JE- 07.09.2021, Shift-II
Ans. (a) : In time division multiplexing the information
from different measuring points is transmitted serial one
after another on the same communication channel.
Time division multiplexing is a method of transmitting and
receiving independent signals over a common signal path
by means of synchronized switches at each end of the 5Tspace = 125µ sec
transmission line so that each signal appears on the line
only a fraction of time in an alternating pattern. 125
Tspace = = 25µ sec
4. Which of the following statements is 5
INCORRECT with regard to 'light'? 7. Which of the following systems is digital?
(a) Light can be of different colours, which depend (a) Pulse-position modulation
on the wavelength of the radiation causing it. (b) Pulse-code modulation
(b) It is a form of electromagnetic energy (c) Pulse-width modulation
radiated from a body which is capable of (d) Pulse-frequency modulation
being perceived by the human eye. NSCL Diploma Trainee 24.02.2021
(c) Light can be described as a vibratory motion, BSNL TTA (JE)- 14.07.2013
which is transmitted in the form of waves Ans. (b) : Modulation can be define as the process of
through space. changing the carrier signal’s parameters by the instant
(d) Light radiations form a very large part of the value of the message signal.
complete range of electromagnetic radiations. The classification of modulation techniques can be
UPPCL JE- 07.09.2021, Shift-II done based on the type of modulation used for instance
Ans. (d) : For light - the digital modulation used PCM or pulse code
* A light can be described as a vibratory motion, which modulation technique.
is transmitted in the form of waves through space. In PCM the message signal can be signified through a
* Light can be of different colours, which depends on series coded pulses so this message signal can be
the wavelength of the radiation causing it. attained through signifying the signals in the form of
* It is a form of electromagnetic energy radiated from a discrete in both time as well as amplitude.
body which is capable of being perceived by the 8. Vestigial side band is most commonly used
human eye. in___
5. __________ can be very small and are usually (a) radio transmission
associated with electronic circuitry such as (b) television transmission
preamplifier and a ADC, so that a single chip (c) telephony
can produce digital audio. (d) All of these
(a) Condenser microphones. JPSC AE 10.04.2021 Paper-I
(b) Carbon microphones. BSNL TTA 29.09.2016, 10 AM
(c) Dynamic microphones. Ans : (b) This VSB (Vestigial side band) modulation is
(d) Silicon microphones. mostly used in television transmission. The transmission
UPPCL JE- 08.09.2021, Shift-I bandwidth of VSB modulated, wave will be the total of
Ans. (d) : Silicon microphones can be very small and message bandwidth and the width of vestigial sideband.
are usually associated with electronic circuitry such as Two guard bands are laid on both the sides of this VSB
pre amplifier and a ADC so that a single chip can signal so as to avoid the interference of signal.
produce digital audio. 9. In PCM, if the number of quantization levels is
6. A Time Division Multiplexing system is used to increased from 4 to 64, then the bandwidth
multiplex four independent voice signals using requirement will approximately be increased––
pulse amplitude modulation. Each voice signal ––– times
is sampled at the rate of 8 kHz. The system (a) 8 (b) 16
incorporates a synchronizing pulse train for its (c) 32 (d) 3
proper operation. What is the timing between JPSC AE 10.04.2021, Paper-I
the synchronizing pulse trains and the impulse BSNL TTA 28.09.2016, 10 AM
trains used to sample the four voice signals? Ans. (d) : Bandwidth for PCM system
(a) 5µs (b) 10µs B = 2nNfm Hz for N >>1, n >>1
(c) 15µs (d) 25µs where, n = number of channel
ESE (Pre) 18.07.2021 N = number of bit
Ans. (d) : Given that, B1 = 2n N1fm
Sampling rate (fs) = 8×103Hz B2 = 2 n N2 fm
1 1 B1 N1
Frame time (Ts) = = =
fs 8 × 103 B2 N 2
Electronics-II 972 YCT
2 N1 = 4 ⇒ N1 = log 2 2 ⇒ N1 = 2 14. According to the sampling theorem, the
sampling frequency should be
2 N2
= 64 ⇒ N 2 = log 2 , N 2 = 6
6
(a) Greater than twice the highest signal
B1 2 frequency
= ⇒ B2 = 3B1 (b) Less than half the lowest signal frequency
B2 6
(c) Greater than the lowest signal frequency
Therefore bandwidth requirement will approximately be (d) Less than half the highest signal frequency
increased three times. RPSC ACF & FRO 23.02.2021
10. Clamping circuits are employed in Ans. (a) : Sampling Theorem:- In order to recover the
(a) Television, Rectifiers original modulating signal from its sampled version the
(b) Rectifiers, Amplifiers signal must be having a sampling frequency of greater
(c) Amplifiers than or equal to twice of highest modulating frequency
(d) Television component contained in the given signal i.e.
APGCL AM 2021 f s ≥ 2f m : ωs ≥ 2ωm
Ans. (d) : Clamping circuit:- A clamping circuit is a Where, fs = sampling rate
circuit that adds a D.C level to an A.C signal. Actually 15. Which of the following is the correct
the positive and negative peaks of the signals can be statement?
placed at desired levels using the clamping circuit. A If the channel bandwidth doubles, the S/N ratio
clamping circuit are employed in television. becomes
11. In a DM system, the granular noise occurs (a) Double of the former S/N ratio
when modulating signal (b) Square root of the former S/N ratio
(a) increases rapidly (c) Half of the former S/N ratio
(b) decreases rapidly (d) None of these
(c) changes within the step size RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II
(d) has high frequency component Ans. (b) : If the channel bandwidth doubles, the S/N
JPSC AE 10.04.2021, Paper-I ratio becomes square root of the former S/N ratio.
16. Which among the device that converts output
Ans. (c) : Granular noise - It can be seen that when the
into a form that can be transmitted over a
original analog input signal has a relatively constant telephone line?
amplitude, the reconstructed signal has variations that (a) Teleport (b) Multiplexer
were not present in the original signal. This is called (c) Concentrator (d) Modem
granular noise. Granular noise in delta modulation is RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II
analogous to quantization noise in conventional PCM. Ans. (d) : A modulator-demodulator, or simply a
In a DM system, the granular noise occurs when modem, is a hardware device that converts data from a
modulating signal changes within the step size. digital format intended for communication directly
12. Analog data having highest harmonic at 30 between devices with specialized wiring into one
KHz generated by a sensor has been digitized suitable for a transmission medium such as telephone
using 3-bit PCM. What will be the rate of lines or radio.
digital signal generated? 17. Pulse code modulation is commonly used in
(a) 120 Kbps (b) 355 Kbps telemetry because
(c) 240 Kbps (d) 180 Kbps (a) It ensures immunity from noise during
JPSC AE 10.04.2021, Paper-I transmission
(b) The bandwidth requirement of the channel is
Ans. (d) : Sampling theorem reduced
fs ≥ 2fm : ωs =2ωm (c) It removes quantization error
Where, fs = sampling rate (d) It permits lower rate of sampling than what is
The Nyquist rate of sampling represents the minimum normally required under Shanon's theorem.
rate sampling so that the original signal can be RPSC Lect. (Tech. Edu. Dept.) 16.03.2021, Paper-II
recovered from its sampled version. Ans. (a) : Pulse code modulation (PCM) is one of the
Nyquist rate = 2fs = 2×30 = 60 kHz most widely utilized radio telemetry techniques for the
2n should be greater than or equal to 6. recovery of test data from aero-space vehicles.
Thus, n = 3, bit rate = 60 × 3 = 180 Kbps Synchronization of the receiver with the transmitted
13. The process of converting a discrete signal to data is perhaps the prime requisite of a PCM telemetry
digital form is known as system
(a) Linearization (b) Sampling 18. ..............is mostly preferred for telegraphy–
(c) Quantization (d) None of the above (a) Single tone modulation
JPSC AE 10.04.2021, Paper II (b) On–off keying
(c) Frequency shift keying
Ans. (c) : The process of converting a discrete signal to (d) Pulse code modulation
digital signal form is known as quantization. In this UPPCL JE 11.11.2016
process the value of each signal is represented by a Mizoram PSC IOF 2019 Paper-III
value selected from a finite set of possible. RSMSSB JEN (PHED) Degree 26.12.2020
Electronics-II 973 YCT
Ans : (c) Frequency-shift keying (FSK) is a frequency 22. Calculate the Nyquist rate for sampling when a
modulation scheme in which digital information is continuous time signal is given by:-
transmitted through discrete frequency changes of a x(t) = 5 cos 100πt +10 cos 200πt – 15 cos 300πt
carrier signal. (a) 100 Hz (b) 150 Hz
This technology is used for communication such as (c) 300 Hz (d) 600 Hz
telegraphy, caller ID and emergency broadcasts." UPPCL JE 2018, Shift-II
Ans. (c) : For the given signal-
100π 200π
f1 = = 50Hz , f2 = = 100Hz
2π 2π
300π
f3 = = 150Hz
2π
The highest frequency is 150 Hz. Therefore
fmax= 150 Hz
Nyquist rate = 2fmax
= 2×150=300Hz
23. A line trap in carrier current relaying tuned to
carrier frequency present
(a) Low impedance to both carrier and power
frequency
(b) High impedance to carrier frequency and low
impedance to power frequency
19. In PCM system, if the quantization levels are (c) High impedance to both carrier and power
increased from 2 to 8, the bandwidth frequency
requirement will : (d) Low impedance to carrier frequency and high
(a) remain same (b) be doubled impedance to power frequency
(c) be tripled (d) become four times UGVCL JE 2012
BSNL TTA (JE) 27.09.2016, 10 AM Ans. (b) : A line trap, also known as wave trap or high
BSNL TTA (JE) 2013 frequency stopper, is a maintenance free parallel
Ans. (c) Bandwidth B = log2 L resonant circuit, mounted in line on high voltage. It is a
L = quantization level parallel tuned circuit containing inductance and
B log 2 8 capacitance. It has low impedance for power frequency
n= 2 = and high impedance to carrier frequency.
B1 log 2 2
This unit prevents the high frequency carrier signal
=
( log 2 2 ) 3log 2 2
3
= =3
from entering the neighbouring line.
1 log 2 2 24. Flat top sampling leads to
n = 3 times (a) an aperture effect (b) aliasing
(c) loss of signal (d) None of these
20. At microwave frequencies, the size of the
antenna becomes KPTCL JE 2016
(a) Very large (b) Large Ans. (a) : Flat top sampling of low pass signal give rise
(c) Small (d) Very Small to aperture effect.
KSEB Sub Engineer 2015 In delta modulation system, granular noise occurs when
the modulating signal remain constant e.g. A PAM
Ans. (d) : Size of Antenna depends upon wavelength. signal can be detected by using Low Pass Filter.
C 25. The material used for making optic-fibre cable
λ ↓=
f↑ in general is-
Microwave frequency are beyond MHz or infact GHz (a) Steel (b) Copper
very high i.e. f ↑, λ↓ i.e. size of Antenna becomes (c) Aluminium (d) Transparent plastic
smaller. RRB JE 01.09.2019 Shift-I
Ans. (d) : The material used for making optic-fibre
21. Calculate the minimum sampling rate to avoid
cable in general is transparent plastic.
aliasing when a continuous time signal is given
by:- x(t) = 5 cos 400πt 26. In data communications, which of the following
(a) 100 Hz (b) 250 Hz methods convert digital data in the form of a
(c) 400 Hz (d) 20 Hz sequence of bits to a digital signal?
UPPCL JE 2018, Shift-II (a) Line coding (b) Convolution coding
Ans. (c) : In the given signal, the highest frequency is (c) Block coding (d) Nonlinear encoding
BSPHCL JE 31.01.2019 Shift-I
400π
given by f = = 200Hz Ans. (a) : A line code is the code used for data
2π transmission of a digital signal over transmission line.
The minimum sampling rate required to avoid aliasing This process of coding with a chosen so as to avoid
is given by Nyquist rate. The nyquist rate is = 2f overlap and distortion of signal such as inter-symbol-
= 2×200=400Hz interference.
Electronics-II 974 YCT
27. Which of the following allows data transmission 31. For a standard telephone circuit with a signal-
in both the directions simultaneously? to-noise power ratio of 1000 (30dB) and a
(a) Half-duplex transmission bandwidth of 2.7 kHz, the Shannon limit for
(b) Full-duplex transmission information capacity is
(c) Simplex transmission (a) 27 Mbps (b) 27 kbps
(d) Full-simplex transmission (c) 2.7kbps (d) 2.7 Mbps
BSPHCL JE 31.01.2019 Shift-I BSNL TTA 29.09.2016, 3 pm
Ans. (b) : In full-duplex transmission system, both S
parties can communicate with each other Ans : (b) Given, B = 2.7 kHz, =1000
simultaneously. There is a two way, communication N
channel between them. A duplex communication The Shannon limit for information capacity is as-
system is a point-to-point system composed of two or S
C = B log2 1 +
more connected parties or devices that can N
communicate with one another in both directions. So, C = 2.7 × 103 log2 (1001) = 2.7×103 log2 210
28. Which of the following is not a standard Baud C ≃ 2.7 × 103 × 10 = 27 kbps
Rate?
(a) 2500 (b) 4800 32. Quantization noise occurs in
(c) 1200 (d) 9600 (a) Time division-multiplex
UPPCL JE 27.11.2019, Shift-II (b) Frequency division multiplex
(c) Pulse position modulation
Ans. (a) : Standard Baud Rates:- 110, 300, 600, (d) Pulse code modulation
1200, 2400, 4800, 9600, 14400, 19200, 38400, 57600,
BSNL TTA 29.09.2016, 3 pm
115200, 128000 and 256000 bits per second.
Ans : (d) Quantization noise occurs when an analog
29. The baud rate–
(a) Is always equal to the bit transfer rate signal is converted into its digital form, thus it occurs in
(b) Is equal to twice the bandwidth of an ideal pulse code modulation.
channel 33. (i) PCM is inherently most noise resistant (ii)
(c) Is not equal to the signaling rate PCM requires small BW. Indicate the right
(d) Is equal to one–half the bandwidth of an ideal answer :
channel (a) True, False (b) False, False
BSNL TTA 29.09.2016, 3 pm (c) False, True (d) True, True
Ans : (b) The baud rate of a data communication BSNL TTA 29.09.2016, 3 pm
system is the number of symbols per second transferred. Ans : (a) (i) PCM is inherently most noise resistant and
It is equal to twice the bandwidth of an ideal channel. it requires large bandwidth.
30. A 3000 Hz bandwidth channel has a capacity of 34. An online, real time data transmission system
30 kbps. The signal to noise ratio is is most likely to require a connection that is
(a) 20dB (b) 25dB (a) Duplex (b) Semiduplex
(c) 30dB (d) 40dB (c) Time shared (d) None of these
BSNL TTA 29.09.2016, 3 pm BSNL TTA 29.09.2016, 3 pm
Ans : (c) Channel capacity can be given as Ans : (b) An online, real time data transmission system is
S most likely to require a connection that is semi duplex.
C = B log 2 1 + Semi-duplex channel is a single physical channel in which
N direction of transmission can be reversed.
S 35. In case of modems ADSL stands for
Where B = Bandwidth and is signal to noise ratio.
N (a) Asynchronous Digital Subscriber Line
Given, (b) Asymmetrical Dynamic Subscriber Link
B = 3000 Hz, C = 30 kbps (c) Asymmetric Digital Subscriber Line
then (d) Asynchronous Data Service Line
S BSNL TTA 29.09.2016, 3 pm
30000 = 3000 log2 1 +
N Ans : (c) In case of modems ADSL stands for
Asymmetric digital subscriber Line. It is a type of
S
10 = log 2 1 + digital subscriber line (DSL) technique which is a data
N communication technology.
S 36. CSMA/CD Stands for
210 = 1 +
N (a) Collision sense multiple access .carrier
S Defection
= 2 − 1 = 1023 ≃ 103
10
(b) Carrier sense multiple access/collision detection
N (c) Collision sense media access/carrier detection
Signal to noise ratio in dB - (d) Carrier sense media access/collision detection
S S BSNL TTA 29.09.2016, 3 pm
= 10log10
N dB N Ans : (b) CSMA/CD Stands for carrier sense multiple
access/collision detection. To deal with collisions it is
= 10log10 103 = 30 dB
used in ethernet as the MAC protocol.