Give the truth table for a Half Adder, Give a gate level
implementation of the same?

Answers were Sorted based on User's Feedback



Give the truth table for a Half Adder, Give a gate level implementation of the same?..

Answer / yasmeen sultana

x y c s
0 0 0 0
0 1 0 1
1 0 0 1
1 1 1 0

Is This Answer Correct ?    35 Yes 3 No

Give the truth table for a Half Adder, Give a gate level implementation of the same?..

Answer / sanjay

Circuit needs two binary inputs and two ninay outputs.
variable inputs desginate the augend and addend bits; the
output variables output produce the sum and carry(the
higher significant bit of the output is called Carry).

A B S(Sum) COut(Carry)
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1

Is This Answer Correct ?    26 Yes 2 No

Give the truth table for a Half Adder, Give a gate level implementation of the same?..

Answer / amika

Implementation requires a two input XOR for sum, and same
two input AND for carry.

Is This Answer Correct ?    9 Yes 2 No

Give the truth table for a Half Adder, Give a gate level implementation of the same?..

Answer / nagamani

hi sanjay for 1+1 sum is 1 and carry is 1............

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More 86 Family Interview Questions

What the sp register does in a program?

0 Answers  


Give the truth table for a Half Adder, Give a gate level implementation of the same?

4 Answers   Infosys, Wipro,


Write a program that will store the contents of an accumulator and flag register at locations 2000h and 2001h.

0 Answers  


Why is data bus bi-directional?

11 Answers   College School Exams Tests, TCS, Wipro,


how does the 8086 differ from the 8085 microprocessor?

0 Answers  






What is lst file?

0 Answers  


What are the different type of registers used in 8085?

0 Answers  


Point out the differences between the 8086 and 8088 microprocessor?

0 Answers  


Why stack is used in program?

0 Answers  


What are the general purpose registers in 8085?

0 Answers  


What is lookup table microcontroller?

0 Answers  


Explain xthl, daa, rc instructions.

0 Answers  


Categories