A half-adder is also known as:

2005

A half-adder is also known as:

Answer: D. EX-OR CircuitConceptA half-adder is a combinational circuit that adds two one-bit inputs A and B. It produces two outputs: a sum bit S and a carry bit C. The governing…

  1. A.

    AND Circuit

  2. B.

    NAND Circuit

  3. C.

    NOR Circuit

  4. D.

    EX-OR Circuit

Attempted by 548 students.

Show answer & explanation

Correct answer: D

Concept

A half-adder is a combinational circuit that adds two one-bit inputs A and B. It produces two outputs: a sum bit S and a carry bit C.

The governing equations are S = A ⊕ B and C = A · B. Thus, EX-OR supplies the parity pattern for the sum, while AND supplies the carry.

Application

Among the offered labels, EX-OR Circuit identifies the sum-generating logic that characterizes binary addition in the terminology of this UGC NET item. Strictly speaking, a complete half-adder contains both an EX-OR gate and an AND gate.

Cross-check

A

B

S = A ⊕ B

C = A · B

0

0

0

0

0

1

1

0

1

0

1

0

1

1

0

1

  • AND Circuit: its truth table supplies only the carry output.

  • NAND Circuit: its truth table is the complement of the carry output.

  • NOR Circuit: its truth table matches neither half-adder output.

  • EX-OR Circuit: its truth table supplies the sum output used as the item’s identifying operation.

Therefore, under the source exam’s intended convention, the answer is EX-OR Circuit.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…