Digital Electronics
Digital Electronics
(c) 10 (d) 12
Digital Electronics Ans. (b)
11. According to De-Morgan’s second theorem -
(a) A NAND gate is always complementary to an AND
Multiple ChoiCe Question gate
(b) An AND gate is equivalent to bubbled NAND gate
1. A group of 4 bits is known as - (c) A NAND gate is equivalent to a bubbled AND gate
(a) a nibble (b) a byte (d) A NAND gate is equivalent to a bubbled OR gate
(c) a bit (d) an octal number Ans.(c)
Ans. (a) 12. A + AB + ABC + ABCD + ABCDE + ......=
2. The binary equivalent of the hexadecimal number (a) 1 (b) A
AOB5 is - (c) A + AB (d) AB
(a) 10100001010 (b) 1001111101001010 Ans.(b)
(c) 1010000010110101 (d) 1011000011000101
13. A + AB + A B C + A B C D + .... =
Ans. (c)
3. Decimal number 13 is represented in natural BCD (a) A + B + C + .... (b) A B C D .....
as - (c) 1 (d) 0
(a) 1101 (b) 00010011 Ans.(a)
(c) 00001101 (d) 00011101
14. De Morgan’s theorem states that
Ans. (a)
4. The binary equivalent of 576 is - (a) A B AB and AB A B
(a) 110000000, (b) 1000000100, (b) A B A B and AB AB
(c) 1001000000
Ans. (c) (c) A B A B and AB AB
5. Which of the following 4-bit combination is invalid (d) A B AB and AB AB
BCD- Ans.(a)
(a) 0101 (b) 1010
(c) 1001 (d) 0011 15. The logic expression (A + B) (A + B) can be imple-
Ans. (b) mented by giving the inputs A and B to a two-input
6. Reflected code is - (a) NOR gate (b) NAND gate
(a) gray code (b) binary code (c) X-OR gate (d) X-NOR gate
Ans. (a) Ans.(c)
7. In octal system the value 26 is -
(a) 20 (b) 40 16. The logic expression (A + B) (A + B) can be imple-
(c) 31 (d) 100 mented by giving the inputs A and B to a two-input
Ans. (d) (a) NOR gate (b) NAND gate
8. In binary code, shifting a register to left by one bit (c) X-OR gate (d) X-NOR gate
position is equivalent to -
Ans.(d)
(a) subtraction by 2 (b) addition by 2
17. Which of the following Boolean algebraic expres-
(c) division by 2 (d) multiplication by 2
sions is incorrect ?
Ans.(c)
9. Which of the following code is used to reduce the (a) A AB A B (b) A AB B
error due to ambiguity in reading of a binary optical (c) (A B)(A C) A BC (d) (A B)(A B) A
encoder?
(a) BCD code (b) Gray code Ans.(b)
(c) Excess-3 code (d) Octal code 18. The simplified form of the Boolean expression
Ans.(b) (X+Y+XY) (X+Z) is
10. Total number of cells in the Karnaugh map of a (a) X+Y+Z (b) XY+YZ
switching function (A,B,C) consisting of only three (c) X+YZ (d) XZ+Y
variables is - Ans.(c)
(a) 4 (b) 8 19. The simplified form of the Boolean expression
Venus Digital Electronics 2
(X + Y + Z)(X + Y + Z)(X + Y + Z)
Ans.(c)
28. The logic expression F = AB + BC = AC is in
(a) XY Z (b) X+YZ
(a) SOP form (b) POS form
(c) XY Z (d) XY+Z (c) standard SOP form (d) standard POS form
Ans.(b) Ans.(a)
20. A + B = B + A; AB = BA represent which laws ? 29. Th logic expression
(a) Commutative (b) Associative
F = (A + B + C)(A + C)(B + C)(A + C) is in
(c) Distributive (d) Idempotence
Ans.(a) (a) SOP form (b) POS form
21. (A+B) + C = A+(B+C); (A+B) (A+C) represent (c) standard SOP form (d) standard POS form
which laws ? Ans.(b)
(a) Commutative (b) Associative 30. K-map is used
(c) Distributive (d) Idempotence (a) to minimize the number of flip-flops in a digital
Ans.(b) circuit
22. A(B+C)=AB+AC; A+BC=(A+B)(A+C) represent (b) to minimize the number of gates only in a digital
which laws? circuit
(a) Commutative (b) Associative (c) to minimize the number of gates and the fan in re-
(c) Distributive (d) Idempotence quirements of the gates in a digital circuit
Ans.(c) (d) to design gates
23. A+AB=A; A (A+B) = A represent which laws? Ans.(c)
(a) Idempotence (b) Absorption 31. The number of cells in a 6-variable K-map is
(c) Associative (d) Commutative (a) 6 (b) 12
Ans.(b) (c) 36 (d) 64
Ans.(d)
24. AB + AC + BC = AB + AC represents which theorem?
32. The code used for labelling cells of the K-map is
(a) Consensus (b) Transposition
(a) natural BCD (b) Hexadecimal
(c) De Morgan’s (d) none of these
(c) Gray (d) octal
Ans.(a)
Ans.(c)
25. AB + AC = (A + C)(A + B) represents which theorem 33. An n variable K-map can have
(a) Consensus (b) Transposition (a) n2 cells (b) 2n cells
(c) De Morgan’s (d) Included factor (c) nn cells (d) n2n cells
Ans.(b) Ans.(b)
26. The dual of a Boolean expression is obtained by 34. The binary number designations of the rows and
(a) interchanging all 0s and 1s columns of the K-map are in
(b) interchanging all 0s and 1s, all + and ‘·’signs (a) binary code (b) BCD code
(c) interchanging all 0s and 1s all + and ‘·’signs and (c) Gray code (d) XS-3 code
complementing all the variables Ans.(c)
(d) interchanging all + and ‘·’ signs and complement- 35. The number of cells in a 6 variable K-map is
ing all the variables (a) 6 (b) 12
Ans.(b) (c) 36 (d) 64
27. The complement of a Boolean expression is obtained Ans.(d)
by 36. The number of adjacent cells each cell in an n vari-
(a) interchanging all 0s and 1s able K-map can have is
(b) interchanging all 0s and 1s, all + and ‘·’ signs (a) n – 1 (b) n
(c) interchanging all 0s and 1s, all + and ‘·’ signs and (c) n + 1 (d) 2n
complementing all the variables Ans.(b)
(d) interchanging all + and ‘·’ signs and complement- 37. The first contibution to logic was made by
ing all the variables (a) George Boole, (b) Copernicus,
Venus Digital Electronics 3
(a) 4 (b) 8 (c) 10 (d) 12 106.Which of the following logic circuit accepts two bi-
Ans.(b) nary digits on inputs, and produces two binary dig-
94. An N-bit adder consists of – its, a sum bit and a carry bit on its output ?
(a) (N – 1) full adders (b) (N + 1) full adders (a) full-adder (b) half-adder
(c) N full adders (d) (N – 2) full adders. (c) serial adder (d) parallel adder
Ans.(a) Ans.(b)
95. A half adder circuit is constructed by using - 107.How many inputs and outputs does a full-adder have?
(a) a 2-input OR and a 2-input AND gates (a) two inputs, two outputs (b) two inputs, one output
(b) a 2- input XOR and a 2- input AND gates (c) three inputs, two outputs
(c) a 2-input XOR and a 2-input OR gates (d) two inputs, three outputs
Ans.(b) Ans.(c)
96. Any combinational circuit can be designed using - 108.How many inputs and outputs does a full-subtractor
(a) only NAND (b) AND and OR (c) only AND circuit have ?
Ans.(a) (a) two inputs, one outputs (b) two inputs, one output
97. A multiplexer can be used as – (c) two, inputs, three outputs
(a) Counter (b) Shift register (d) three inputs, two output
(c) Combinational circuit (d) 7-segment display Ans.(d)
Ans.(c) 109.A full-adder can be realized using
98. The number of inputs and outputs in a full adder (a) one half-adder, two OR gates
are - (b) two half-adders, one OR gate
(a) 2 and 1 (b) 2 and 2 (c) 3 and 3 (d) 3 and 2 (c) two half-adders, two OR gates
Ans.(d) (d) two half-adders, on AND gate
99. A device changes parallel data to serial data – Ans.(b)
(a) encoder (b) decoder 110. The minimum number of 2-input NAND/NOR
(c) multiplexer (d) none of these gates required to realize a half-adder is
Ans.(b) (a) 3 (b) 4 (c) 5 (d) 6
100.Which device changes parallel data to serial data – Ans.(c)
(a) decoder (b) multiplexer 111. The minimum number of 2-input NAND gates re-
(c) demultiplexer (d) flip-flop quired to realize a half-subtractor is
Ans.(b) (a) 3 (b) 4 (c) 5 (d) 6
101. A 4 to 1 multiplexer requires ..... data select line – Ans.(c)
(a) 1 (b) 2 (c) 3 (d) 4 112. The minimum number of 2-input NAND gates re-
Ans.(b) quired to realize a full adder /full-subtractor is
102.The minimum number of full required in a 4-bit par- (a) 8 (b) 9 (c) 10 (d) 12
allel adder will be - Ans.(b)
(a) 2 (b) 3 (c) 4 (d) 5 113. How many full-adders are required to construct an
Ans.(c) m-bit parallel adder ?
103.A multiplexer with 4-bit data select input is a – (a) m/2 (b) m-1
(a) 4 : 1 multiplexer (b) 8 : 1 multiplexer (c) m (d) m+1
(c) 16 : 1 multiplexer (d) 32 : 1 multiplexer Ans.(b)
Ans.(c) 114. Parallel adders are
104.In K-map, when eight adjacent 1’s grouped horizon- (a) combinational logic (b) sequential logic circuits
tally or vertically the group so found is called (c) both of the above (d) none of the above
(a) pair (b) quad (c) octet (d) hex Ans.(a)
Ans. 115. In which of the following adder circuit is the carry
105.The defference output in a full-subtractor is the same ripple delay eliminated ?
as the (a) half-adder (b) full-adder
(a) difference output of a half-subtractor (c) parallel adder (d) carry-look-ahead adder
(b) sum output of a half-adder Ans.(d)
(c) sum output of a full-adder 116. A parallel adder in which the carry-out of each full-
(d) carry output of a full-adder adder is the carry-in the next significant digit adder
Ans.(c) is called a
Venus Digital Electronics 7
(a) ripple carry called a (b) look-ahead-carry adder 127.A 4-variable logic circuit can be designed using
(c) serial carry adder (d) parallel carry adder (a) 16:1 multiplexer
Ans.(a) (b) an 8:1 multiplexer and one inverter
117. The adder preferred for applications where circuit (c) two 8:1 multiplexers and one 2:1 multiplexer
minimization is more important than speed is (d) any of the above
(a) parallel adder (b) serial adder Ans.(d)
(c) full-adder (d) half-adder 128.A 16:1 multiplexer can be used to design
Ans.(b) (a) 4 variable logic function
118. A serial adder requires only one (b) BCD to binary code converter
(a) half-adder (b) full-adder (c) BCD to 7 segment decoder
(c) counter (d) multiplexer (d) full-adder
Ans.(b) Ans.(a)
119. A multiplexer is also known as
(a) data accumulator (b) a data restorer
Dear Students,
(c) a data selector (d) a data distributor
Ans.(c) Venus Publication Question Bank are avail-
120.How many select lines are contained in a multiplexer able at your nearest book store.
with 1024 inputs and one output ? All Question are important and taken from
(a) 412 (b) 528 MSBTE, JUT and Bihar SBTE.
(c) 64 (d) 10
Ans.(d) For any query or problem , Please whatapps
121. What is the largest number of data inputs which a on +91 9007069442.
data selector with two control inputs can handle ?
(a) 2 (b) 4 (c) 8 (d) 16
Ans.(b)
122.A multiplexer with four select bits is a
(a) 4:1 multiplexer (b) 8:1 multiplexer
(c) 16:1 multiplexer (d) 32:1 multiplexer
Ans.(c)
123.The number of select lines m, required to select one
out of n input lines is
(a) m = log2 n (b) m= log n
(c) m= 1n n (d) m=2n
Ans.(a)
124.A MUX with its address bits generated by a counter
operates as a
(a) parallel-to-serial converter
(b) serial-to-parallel converter
(c) modified counter
(d) modified multiplexer
Ans.(a)
125.A 32:1 mux can be designed using
(a) two 16:1 muxs and one two input OR gate
(b) two 16:1 muxs and one two input AND gate
(c) two 16:1 muxs and two two input OR gates
(d) two 16:1 muxs only
Ans.(a)
126.The number of 16:1 multiplexers required for design-
ing a 4-output-variable combinational circuit is
(a) 16 (b) 8 (c) 4 (d) 1
Ans.(c)