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

why 8085 processor is called an 8 bit processor?

0 Answers   Rolta,


What do you mean by wait state? What is its need?

2 Answers  


explain the difference between 8086 and 8088?

0 Answers  


What is the bus arbitration problem in the 8086 and how can it be resolved?

0 Answers  


How can interrupts be classified in the 8086?

0 Answers  


What is the position of the stack pointer after the push instruction?

0 Answers  


what differences can you state between the hlt and hold states?

0 Answers  


What are the general purpose registers in 8085?

0 Answers  


Design a Transmission Gate based XOR. Now, how do you convert it to XNOR?

1 Answers   Wipro,


Classify interrupts on the basis of signals. State their differences.

0 Answers  


What is the difference detween ISR & function call

17 Answers   Bosch, General Motors GM, Infosys, Wipro,


Which interrupt is not level-sensitive in 8085?

0 Answers  


Categories