250+ TOP MCQs on BCD Adder and Answers

Digital Electronics/Circuits Multiple Choice Questions on “BCD Adder”.

1. The decimal number system represents the decimal number in the form of ____________
A. Hexadecimal
B. Binary coded
C. Octal
D. Decimal
Answer: B
Clarification: Binary-coded decimal (BCD. is a class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four or eight. Hexadecimal and Octal are number systems having base 16 and 8 respectively.

2. 29 input circuit will have total of ____________
A. 32 entries
B. 128 entries
C. 256 entries
D. 512 entries
Answer: D
Clarification: 29 input circuit would have 512(2*2*2*2*2*2*2*2*2 = 512) entries.

3. BCD adder can be constructed with 3 IC packages each of ____________
A. 2 bits
B. 3 bits
C. 4 bits
D. 5 bits
Answer: C
Clarification: Binary-coded decimal (BCD. is a class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four or eight. BCD adder can be constructed with 3 IC packages. Each of 4-bit adders is an MSI(Medium scale Integration) function and 3 gates for the correction logic need one SSI (Small Scale Integration) package.

4. The output sum of two decimal digits can be represented in ____________
A. Gray Code
B. Excess-3
C. BCD
D. Hexadecimal
Answer: C
Clarification: The output sum of two decimal digits can be represented in BCD(Binary-coded decimal). Binary-coded decimal (BCD. is a class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four or eight.

5. The addition of two decimal digits in BCD can be done through ____________
A. BCD adder
B. Full adder
C. Ripple carry adder
D. Carry look ahead
Answer: A
Clarification: The addition of two decimal digits in BCD can be done through BCD adder. Every input inserted, in addition by the user converted into binary and then proceed for the addition. Whereas, Full Adder, Ripple Carry Adder and Carry Look Adder are for the addition of binary bits.

6. 3 bits full adder contains ____________
A. 3 combinational inputs
B. 4 combinational inputs
C. 6 combinational inputs
D. 8 combinational inputs
Answer: D
Clarification: 3 bits full adder contains 23 = 8 combinational inputs.

7. The simplified expression of full adder carry is ____________
A. c = xy+xz+yz
B. c = xy+xz
C. c = xy+yz
D. c = x+y+z
Answer: A
Clarification: A full adder is a combinational circuit having 3 inputs and 2 outputs, namely SUM and CARRY. The simplified expression of full adder carry is c = xy+xz+yz.

8. Complement of F’ gives back __________
A. F’
B. F
C. FF
D. FF’
Answer: B
Clarification: Complement means inversion. So, complement of F’ gives back F, as per the Law of Involution.

9. Decimal digit in BCD can be represented by ____________
A. 1 input line
B. 2 input lines
C. 3 input lines
D. 4 input lines
Answer: D
Clarification: Binary-coded decimal (BCD. is a class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four or eight. Decimal digit in BCD can be represented by 4 input lines. Since it is constructed with 4-bits.

10. The number of logic gates and the way of their interconnections can be classified as ____________
A. Logical network
B. System network
C. Circuit network
D. Gate network
Answer: A
Clarification: The number of different levels of logic gates is represented in a fashion which is known as a logical network.

Leave a Reply

Your email address will not be published. Required fields are marked *