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
Introduction of 8051 microcontroller architecture?
What type of architecture is used in 8085 microprocessor?
What does eu do?
State the differences between a procedure and a macro.
What is the difference between a microprocessor and a microcontroller?
What does the out instruction do, define its format?
Describe the (status) flag register of 8085?
Explain about the classification of instruction operations
What are the different types of addressing modes?
write the assembly language programming to find the 2's complement for a string of 100 bytes
rtos kernal have memory managament,sheduler and timer but not haveing file system how vxworks allocate file table process in memory? bud gpos have inside kernal
What does a microprocessor mean?
In 8085 which is called as high order / low order register?
What are the types of interrupts in 8051?
Name the special purpose registers?