Advertisements
Advertisements
प्रश्न
Differentiate between half adder and full adder. Write the Boolean expression and draw the logic circuit diagram for the SUM and CARRY of a full adder.
उत्तर
- A Half Adder consists of only one AND gate and an EX-OR gate. A full Adder consists of one OR gate and two EX-OR and AND gates.
- There are two inputs in Half Adder - A and B. There are a total of three inputs in a full Adder,
Full Adder Circuit
Sum = (A ⊕ B) ⊕Cin
Carry = A · B + (A ⊕ B)
APPEARS IN
संबंधित प्रश्न
What is an encodrer?
How is Encoder different from a decoder?
When a sequence of OR, NOT, NOR are connected in series, the logic gate obtained is ______.
Idempotence Law states that ______.
Draw the logic gate diagram for the reduced expression. Assume that the variables and their complements are available as inputs.
Draw the logic circuit for 3:8 decoder (Octal decoder). Which multiplexer can be derived from the Octal decoder?
Draw the logic circuit to decode the following binary number (0001, 0101, 0111, 1000, 1010, 1100, 1110,1111) to its hexadecimal equivalents. Also, state the Hexadecimal equivalents of the given binary numbers.