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 |
why 8085 processor is called an 8 bit processor?
What do you mean by wait state? What is its need?
explain the difference between 8086 and 8088?
What is the bus arbitration problem in the 8086 and how can it be resolved?
How can interrupts be classified in the 8086?
What is the position of the stack pointer after the push instruction?
what differences can you state between the hlt and hold states?
What are the general purpose registers in 8085?
Design a Transmission Gate based XOR. Now, how do you convert it to XNOR?
Classify interrupts on the basis of signals. State their differences.
What is the difference detween ISR & function call
17 Answers Bosch, General Motors GM, Infosys, Wipro,
Which interrupt is not level-sensitive in 8085?