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 |
Point out the differences between the 8086 and 8088 microprocessor?
What’s a microprocessor?
What does SD RAM refers to
Device density on a microprocessor/chip?
Explain architecture of 8051 microcontroller?
Define the architecture of the 8085 microprocessor?
What is the significance of the clk pin in the 8086?
What is the width of address bus?
Do the interrupts of 8085 have priority?
What is the use of microprocessors?
These are two ways in which a microprocessor can come out of Halt state.
can microcontroller work indepandently