Use app×
QUIZARD
QUIZARD
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
9.3k views
in Computer by (49.0k points)
closed by

What is a half adder? Write the truth table and derive an SOP expression for sum and carry for a half adder

1 Answer

+1 vote
by (49.9k points)
selected by
 
Best answer

The half adder is an example of a simple, functional digital circuit built from two logic gates. The half adder adds two one-bit binary numbers (AB). The output is the sum of the two bits (S) and the carry (C). 

The truth table for a half-adder is:

X Y C S
0 0 0 0
0 1 0 1
1 0 0 1
1 1 1 0

‘x’ and ‘y’ are the two inputs, and S (Sum) and C (Carry) are the two outputs. 

The Carry output is ‘O’ unless both the inputs are 1.

‘S’ represents the least significant bit of the sum. 

The simplified sum of products (SOP) expressions is: 

S = x’y + xy’, C = xy

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...