logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Hardware Comments

  • Question
  • Give the truth table for a Half Adder. Give a gate level Implementation of the same.


  • Correct Answer
  • TRUTH TABLE FOR HALF ADDER A B SUM CARRY 0 0 0 0 0 1 1 0 1 0 1 0 1 1 0 1 INPLEMENTATION: For SUM, The two inputs A and B are given to XOR gate For Carry, The two inputs A and B are given to AND gate 


  • Hardware problems


    Search Results


    • 1. How do you detect a sequence of "1101" arriving serially from a signal line?
    • Discuss
    • 2. Suppose you have a computional circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal?
    • Discuss
    • 3. What are the major flags in 8086?
    • Discuss
    • 4. Which Stack is used in 8086?
    • Discuss
    • 5. What does the EU do?
    • Discuss
    • 6. How do you detect if two 8-bit signals are same?
    • Discuss
    • 7. Give a circuit to divide frequency of clock cycle by two?
    • Discuss
    • 8. What are the different Adder circuits you studied?
    • Discuss
    • 9. What are the basic expansion card types?
    • Discuss
    • 10. What's the difference between L1 and L2 cache?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment