Questions: Half Adder Circuit Design

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A half adder receives inputs A=1 and B=1. What are the sum and carry outputs?

ASum=0, Carry=1
BSum=1, Carry=0
CSum=1, Carry=1
DSum=0, Carry=0
Question 2 Multiple Choice

Why can't half adders alone be chained to build a multi-bit binary adder?

ABecause XOR gates cannot be cascaded in sequence
BBecause a half adder has no carry-in input to accept a carry from the previous bit position
CBecause a half adder produces two outputs, which confuses downstream gates
DBecause AND gates are too slow for multi-bit arithmetic
Question 3 True / False

In a half adder, the XOR gate produces the carry bit and the AND gate produces the sum bit.

TTrue
FFalse
Question 4 True / False

A half adder is sufficient for the second-least-significant bit position (bit 1) of a multi-bit adder, since carries primarily propagate from that position forward.

TTrue
FFalse
Question 5 Short Answer

Why does XOR implement the sum bit and AND implement the carry bit in a half adder? Explain in terms of what each gate computes.

Think about your answer, then reveal below.