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

Which interrupt is not level-sensitive in 8085?

0 Answers  


Explain about the classification of instruction operations

0 Answers  


Define macros with the help of an example.

0 Answers  


what are the advantages of modular proramming techniques

0 Answers  


Describe the accumulator register of 8085?

0 Answers  






What is the use of microprocessors?

0 Answers  


Define word?

0 Answers  


What are the different addressing modes in 8085?

25 Answers   Rambala Exports, Syntel,


Which interrupts are generally used for critical events?

0 Answers  


What are the interrupts of 8086?

0 Answers  


Define the jobs performed by the biu and eu in the 8086.

0 Answers  


List various types of interrupts available in 8051 microcontroller?

0 Answers  


Categories