Give the truth table for a Half Adder, Give a gate level
implementation of the same?
Answer Posted / 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 |
Post New Answer View All Answers
In the instruction FADD, What does F stands for
Explain an interrupt?
What is tri-state logic?
Explain what is the main difference between 8085 and 8086 processors?
Mention interrupts pins of 8085?
What the sp register does in a program?
What is the purpose of data moving instructions? Name any two such instructions?
Explain what is microcontroller?
Which register handles the arithmetic operations in the 8085?
What is 'daisy-chaining' in reference to the 8086?
Tell me how do you detect if two 8-bit signals are same?
Design a divide-by-3 sequential circuit with 50% duty circle now?
Logic calculations are done in which type of registers?
What does a microprocessor mean? What all does a microprocessor comprise of?
What are the temporary registers of 8085?