Top 350+ Solved Digital Electronics MCQ Questions Answer
Q. Half-adders have a major limitation in that they cannot
a. accept a carry bit from a present stage
b. accept a carry bit from a next stage
c. accept a carry bit from a previous stage
d. accept a carry bit from the following stages
Q. The difference between half adder and full adder is
a. half adder has two inputs while full adder has four inputs
b. half adder has one output while full adder has two outputs
c. half adder has two inputs while full adder has three inputs
d. all of the mentioned
Q. If A, B and C are the inputs of a full adder then the sum is given by
a. a and b and c
b. a or b and c
c. a xor b xor c
d. a or b or c
Q. If A, B and C are the inputs of a full adder then the carry is given by
a. a and b or (a or b) and c
b. a or b or (a and b) c
c. (a and b) or (a and b)c
d. a xor b xor (a xor b) and c
Q. How many AND, OR and EXOR gates are required for the configuration of full
a. 1, 2, 2
b. 2, 1, 2
c. 3, 1, 2
d. 4, 0, 1
Q. Let A and B is the input of a subtractor then the output will be
a. a xor b
b. a and b
c. a or b
d. a exnor b
Q. Let A and B is the input of a subtractor then the borrow will be
a. a and b’
b. a’ and b
c. a or b
d. a and b
Q. What does minuend and subtrahend denotes in a subtractor?
a. their corresponding bits of input
b. its outputs
c. its inputs
d. borrow bits
Q. The output of a full subtractor is same as
a. half adder
b. full adder
c. half subtractor
d. decoder
Q. The full subtractor can be implemented using
a. two xor and an or gates
b. two half subtractors and an or gate
c. two multiplexers and an and gate
d. two comparators and an and gate
Q. Why XOR gate is called an inverter?
a. because of the same input
b. because of the same output
c. it behaves like a not gate
d. it behaves like a and gate