What is the expression for sum of a full adder with 2 input bits a, b and…
2026
What is the expression for sum of a full adder with 2 input bits a, b and carry bit c ?
Answer: A. a ⊕ b ⊕ c
- A.
a ⊕ b ⊕ c
- B.
(a ⊕ b ⊕ c)'
- C.
a ∧ b ∧ c
- D.
a ∨ b ∨ c
Attempted by 492 students.
Show answer & explanation
Correct answer: A
Loading lesson…