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 are the four distinct types of memory in 8051?

0 Answers  


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

0 Answers  


Explain the different types of data transfers possible in the 8085.

0 Answers  


State the differences between a procedure and a macro.

0 Answers  


How to control and timing circuitry of the 8085.

0 Answers  






Write the flags of 8086?

0 Answers  


How the register in the 8086 are grouped together?

0 Answers  


Give example for non-maskable interrupts?

0 Answers  


Draw a Transmission Gate-based D-Latch?

1 Answers  


What is stack pointer?

0 Answers  


Can you name the different types of processor?

0 Answers   IOCL,


Are all the bits of flag register used in 8051?

0 Answers  


Categories