Give the truth table for a Half Adder, Give a gate level
implementation of the same?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / nagamani
hi sanjay for 1+1 sum is 1 and carry is 1............
| Is This Answer Correct ? | 2 Yes | 11 No |
How can you increase ports of a microprocessor?
What is an interrupt?
Draw a Transmission Gate-based D-Latch?
How the register in the 8086 are grouped together?
What was is the primary usage of a 8085 microprocessor?
What is tri-state logic?
Write a program that will store the contents of an accumulator and flag register at locations 2000h and 2001h.
Other than setb, clr are there any single bit instructions?
What does the out instruction do, define its format?
Which 2 ports combine to form the 16 bit address for external memory access?
What are the control signals used by the 8085?
Which register handles the arithmetic operations in the 8085?