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
Define crossbar switching with reference to 8086?
Tell the addresses which are bit addressable?
What is meant by a bus?
Give here your suggestion about microprocessor 8085 and 8086. These 2 processors used in old time. I want to know its program execution time, memory space?
What is 8051 microcontroller ?
8051 Was developed using which technology?
Which interrupt has the highest priority?
Mention the addressing modes of 8085?
Explain sim and rim instructions?
What is the stack segment used for?
After the following has been executed MOV BL, 8C MOV AL, 7E ADD AL, BL; what will be the contents of register AL?
If the crystal oscillator is operating at 15 MHz. What will be the PCLK output of 8284?
What type of instruction is cpi ācā and define the action it performs?
Define the purpose of sim and rim in reference to the 8086?
What are the types of interrupts in 8051?